From 240c24490e06f8b00839cbbce3fd0ef960e15981 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:47:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18cbffa..b3cbb6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -287,6 +287,7 @@ export default function LandingPage() { "Food Network Magazine", "Glamour", "Candy Industry", "TrendHunter", "Walmart", "Amazon", "Faire", "UNFI", "Oriental Trading", "Macy's"]} title="Trusted by Industry Leaders & Partners" description="YumWick is quickly becoming a beloved name, featured in top publications and partnered with leading retailers, underscoring our commitment to quality and innovation." + logoCardClassName="rounded-xl p-4 shadow-sm hover:shadow-md transition-shadow duration-300 bg-card" /> @@ -315,6 +316,7 @@ export default function LandingPage() { ]} title="Hear From Our Delighted Customers" description="Our customers love the unique experience of YumWick. Read what they're saying about the world's first edible candle." + cardClassName="rounded-xl p-6 shadow-md hover:shadow-lg transition-shadow duration-300 bg-card" /> @@ -339,6 +341,7 @@ export default function LandingPage() { title="Your Questions, Answered" description="Find quick answers to common questions about YumWick edible candles, from safety and ingredients to usage and storage tips." faqsAnimation="slide-up" + accordionClassName="rounded-lg border border-card-foreground/10 mb-4 bg-card" /> @@ -392,6 +395,7 @@ export default function LandingPage() { }, ]} copyrightText="© 2024 YumWick. All rights reserved. Patented Innovation." + footerContainerClassName="border-t border-card-foreground/10 pt-10 mt-16" />