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) => (
<div
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]} />
</div>

View File

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

View File

@@ -146,7 +146,8 @@
:root {
--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);
--card: oklch(1.0 0 0);
--card-foreground: oklch(0.44 0.04 279.33);