From a819ab9b67d4a9ec6d67646c8cebfed39a5537f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 11:31:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a95181..8029efa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; @@ -36,6 +35,7 @@ export default function LandingPage() { { name: "Visit Us", id: "contact" }, ]} brandName="MR POP" + button={{ text: "Order Now", href: "#products" }} /> @@ -67,6 +67,7 @@ export default function LandingPage() { animationType="blur-reveal" title="Why Choose MR POP?" description="We elevate the humble brunch to an art form." + textboxLayout="default" useInvertedBackground={false} features={[ { icon: Coffee, title: "Specialty Brews", description: "Handcrafted roasts from our expert baristas." }, @@ -82,6 +83,8 @@ export default function LandingPage() { animationType="slide-up" title="Signature Menu" description="Fresh, local, and always delicious." + textboxLayout="default" + useInvertedBackground={false} products={[ { id: "1", name: "Signature Avocado Toast", price: "28 RON", imageSrc: "https://images.unsplash.com/photo-1525351484163-7529414344d8?q=80&w=400" }, { id: "2", name: "Iced Flat White", price: "16 RON", imageSrc: "https://images.unsplash.com/photo-1517701604599-bb2c8848d50d?q=80&w=400" }, @@ -97,6 +100,7 @@ export default function LandingPage() { description="Aleea Carpați 49a, 540311 Târgu Mureș. We look forward to serving you!" background={{ variant: "glowing-orb" }} imageSrc="https://images.unsplash.com/photo-1445116572660-151099a1ffa3?q=80&w=800" + useInvertedBackground={false} />