Update src/app/page.tsx

This commit is contained in:
2026-05-09 18:40:39 +00:00
parent 04fc113ca5
commit 6414cb7683

View File

@@ -2,9 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Sparkles, Zap, ShieldCheck } from "lucide-react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
@@ -32,6 +33,7 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{ name: "Products", id: "products" },
{ name: "Features", id: "features" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
@@ -92,27 +94,22 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
<FeatureCardNineteen
title="Modern Iconic Highlights"
description="Experience the evolution of flavor with our signature features."
textboxLayout="split"
useInvertedBackground={true}
features={[
{
title: "Mobile Ordering", description: "Order on the go and skip the line.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762870.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-scanning-qr_23-2149303382.jpg" }
tag: "Iconic", title: "Iconic Flavors", subtitle: "Taste the legacy", description: "Original recipes that defined fast food.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82153.jpg"
},
{
title: "Loyalty Rewards", description: "Earn points on every purchase.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762839.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-scanning-qr-code_23-2149303376.jpg" }
tag: "Modern", title: "Modern Convenience", subtitle: "Always ready", description: "Seamless digital ordering at your fingertips.", imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762864.jpg"
},
{
title: "Customization", description: "Build your meal your way.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762864.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/easy-wireless-yechnology-payment_23-2149105210.jpg" }
tag: "Quality", title: "Quality First", subtitle: "Freshness guaranteed", description: "Sourcing ingredients with care and commitment.", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmer-with-apron-presenting-organic-farming-products_482257-77585.jpg"
}
]}
showStepNumbers={true}
title="Seamless Ordering Experience"
description="Order ahead, earn rewards, and customize your meals through our app."
/>
</div>
@@ -123,9 +120,7 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Sarah J.", date: "Oct 2023", title: "The best fries!", quote: "I've been going to McDonald's my whole life.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-farmer-with-apron-presenting-organic-farming-products_482257-77585.jpg" },
{ id: "2", name: "Mark D.", date: "Nov 2023", title: "Quick service.", quote: "The mobile app is a game changer.", tag: "Frequent", avatarSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-coffee_329181-11917.jpg" },
{ id: "3", name: "Emily R.", date: "Dec 2023", title: "Great value.", quote: "Always fresh, hot, and consistent.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304408.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg" },
{ id: "4", name: "David K.", date: "Jan 2024", title: "Love the app.", quote: "I get free coffee constantly.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/happy-barista-black-apron-holding-coffee-cup-laughing-standing-yellow-background_1258-163541.jpg", imageSrc: "http://img.b2bpic.net/free-photo/excited-male-barista-holding-two-cups-takeaway-coffee-working-cafe-standing-yellow-backgr_1258-165742.jpg" },
{ id: "5", name: "Jennifer L.", date: "Feb 2024", title: "Family time.", quote: "My kids love the Happy Meals!", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-using-mobile-phone-while-enjoying-meal-together-restaurant-friends-concept_58466-16797.jpg", imageSrc: "http://img.b2bpic.net/free-photo/family-gathering-with-gay-partners_23-2151077681.jpg" }
{ id: "3", name: "Emily R.", date: "Dec 2023", title: "Great value.", quote: "Always fresh, hot, and consistent.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304408.jpg", imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg" }
]}
title="Loved by Our Fans"
description="See why millions of people choose McDonald's for their quick bite every day."