diff --git a/src/app/page.tsx b/src/app/page.tsx index ba74165..d246daa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,6 +95,7 @@ export default function LandingPage() { title="Trusted Partners" description="We work with top brands to bring you the best." textboxLayout="default" + useInvertedBackground={false} /> @@ -107,6 +108,7 @@ export default function LandingPage() { { id: "t2", title: "Quick Delivery", quote: "My order arrived earlier than expected.", name: "Mark D.", role: "Buyer" } ]} title="Customer Stories" + description="See what our customers say about us." /> @@ -118,9 +120,11 @@ export default function LandingPage() { { id: "q2", title: "How long is delivery?", content: "Delivery usually takes 3-5 business days." } ]} title="Common Questions" + description="Find answers to frequently asked questions about our services." faqsAnimation="slide-up" mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/slate-small-shopping-cart_23-2147719633.jpg" + useInvertedBackground={false} /> @@ -130,6 +134,8 @@ export default function LandingPage() { title="Need Help?" description="Our support team is available 24/7." buttons={[{ text: "Contact Support", href: "#" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />