Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-04-18 11:31:36 +00:00

View File

@@ -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" }}
/>
</div>
@@ -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}
/>
</div>