diff --git a/src/app/app/page.tsx b/src/app/app/page.tsx index a5a6118..74e512c 100644 --- a/src/app/app/page.tsx +++ b/src/app/app/page.tsx @@ -28,33 +28,19 @@ export default function LandingPage() { @@ -63,70 +49,41 @@ export default function LandingPage() {
@@ -139,26 +96,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "app-feature-1", - title: "Mobile Ordering & Pay", - subtitle: "Order your favorites ahead of time and pay securely through the app.", - category: "Convenience", - value: "Skip the Line", - }, + id: "app-feature-1", title: "Mobile Ordering & Pay", subtitle: "Order your favorites ahead of time and pay securely through the app.", category: "Convenience", value: "Skip the Line"}, { - id: "app-feature-2", - title: "Exclusive Deals", - subtitle: "Access personalized offers and deals available only to app users.", - category: "Savings", - value: "Unlock More", - }, + id: "app-feature-2", title: "Exclusive Deals", subtitle: "Access personalized offers and deals available only to app users.", category: "Savings", value: "Unlock More"}, { - id: "app-feature-3", - title: "Earn & Redeem Rewards", - subtitle: "Collect points on every order and redeem them for free McDonald's items.", - category: "Loyalty", - value: "Free Food", - }, + id: "app-feature-3", title: "Earn & Redeem Rewards", subtitle: "Collect points on every order and redeem them for free McDonald's items.", category: "Loyalty", value: "Free Food"}, ]} title="App Features You'll Love" description="Experience convenience, savings, and personalized offers at your fingertips. The McDonald's App is designed to make your life easier." @@ -170,14 +112,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TechCrunch", - "Forbes", - "App Store Editors", - "Google Play Editors", - "CNET", - "The Verge", - "Pocket-lint", - ]} + "TechCrunch", "Forbes", "App Store Editors", "Google Play Editors", "CNET", "The Verge", "Pocket-lint"]} title="Loved by Millions" description="Join a global community of app users enjoying exclusive benefits, faster service, and delicious rewards. See what the experts are saying!" /> @@ -185,74 +120,48 @@ export default function LandingPage() {