update theme

This commit is contained in:
Aman Varshney
2025-05-06 10:19:05 +05:30
parent 34443d8d6d
commit 9ccb026c18
3 changed files with 6 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ export default function Testimonials() {
{visibleTweetIndices.map((index) => ( {visibleTweetIndices.map((index) => (
<div <div
key={TWEET_IDS[index]} key={TWEET_IDS[index]}
className="overflow-hidden rounded-lg border border-border bg-card shadow-sm transition-shadow duration-300 hover:shadow-md" className="overflow-hidden rounded-lg border border-border"
> >
<Tweet id={TWEET_IDS[index]} /> <Tweet id={TWEET_IDS[index]} />
</div> </div>

View File

@@ -8,7 +8,7 @@ import CustomizableSection from "./_components/CustomizableSection";
import Footer from "./_components/Footer"; import Footer from "./_components/Footer";
import Navbar from "./_components/Navbar"; import Navbar from "./_components/Navbar";
import NpmPackage from "./_components/NpmPackage"; import NpmPackage from "./_components/NpmPackage";
import SponsorsSection from "./_components/SponsorsSection"; // import SponsorsSection from "./_components/SponsorsSection";
import Testimonials from "./_components/Testimonials"; import Testimonials from "./_components/Testimonials";
export default function HomePage() { export default function HomePage() {
@@ -161,7 +161,7 @@ export default function HomePage() {
<Testimonials /> <Testimonials />
</motion.div> </motion.div>
<motion.div {/* <motion.div
className="w-full" className="w-full"
initial="hidden" initial="hidden"
whileInView="visible" whileInView="visible"
@@ -169,7 +169,7 @@ export default function HomePage() {
variants={sectionVariants} variants={sectionVariants}
> >
<SponsorsSection /> <SponsorsSection />
</motion.div> </motion.div> */}
</main> </main>
<Footer /> <Footer />
</> </>

View File

@@ -146,7 +146,8 @@
:root { :root {
--radius: 0.35rem; --radius: 0.35rem;
--background: oklch(0.96 0.01 264.53); /* --background: oklch(0.96 0.01 264.53); */
--background: oklch(1.0 0 0);
--foreground: oklch(0.44 0.04 279.33); --foreground: oklch(0.44 0.04 279.33);
--card: oklch(1.0 0 0); --card: oklch(1.0 0 0);
--card-foreground: oklch(0.44 0.04 279.33); --card-foreground: oklch(0.44 0.04 279.33);