diff --git a/src/app/page.tsx b/src/app/page.tsx
index f9fa32e..1a2c6c2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,58 +42,17 @@ export default function LandingPage() {
@@ -106,15 +61,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Crafted with Passion"
metrics={[
- {
- label: "Local Farms Sourced", value: "12+", icon: Leaf,
- },
- {
- label: "Hour Gravy Simmer", value: "24", icon: Clock,
- },
- {
- label: "Unique Poutine Variations", value: "15", icon: Utensils,
- },
+ { label: "Local Farms Sourced", value: "12+", icon: Leaf },
+ { label: "Hour Gravy Simmer", value: "24", icon: Clock },
+ { label: "Unique Poutine Variations", value: "15", icon: Utensils },
]}
metricsAnimation="slide-up"
/>
@@ -125,12 +74,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "The Classic", description: "Crispy hand-cut fries with traditional squeaky curds and beef gravy.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-human-hand-fly_176474-2697.jpg", imageAlt: "Classic Poutine"},
- {
- title: "Truffle & Mushroom", description: "Earthy wild mushrooms sautéed with fresh herbs, finished with truffle oil.", imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg", imageAlt: "Truffle Poutine"},
- {
- title: "Spicy Buffalo", description: "House buffalo chicken with blue cheese crumbles and green onions.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-crepes-stuffed-with-minced-meat-herb-garnished-with-sauce_140725-5793.jpg", imageAlt: "Spicy Poutine"},
+ { title: "The Classic", description: "Crispy hand-cut fries with traditional squeaky curds and beef gravy.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-french-fries-human-hand-fly_176474-2697.jpg" },
+ { title: "Truffle & Mushroom", description: "Earthy wild mushrooms sautéed with fresh herbs, finished with truffle oil.", imageSrc: "http://img.b2bpic.net/free-photo/fish-head-with-sliced-vegetables_1304-4033.jpg" },
]}
title="Signature Poutine Selection"
description="Each recipe is curated with the freshest ingredients to bring you unparalleled comfort."
@@ -143,12 +88,8 @@ export default function LandingPage() {
title="Poutine Perfection by Numbers"
tag="Our Impact"
metrics={[
- {
- id: "1", value: "50,000+", description: "Portions Served"},
- {
- id: "2", value: "4.9", description: "Avg Star Rating"},
- {
- id: "3", value: "100%", description: "Fresh Ingredients"},
+ { id: "1", value: "50,000+", description: "Portions Served" },
+ { id: "2", value: "4.9", description: "Avg Star Rating" },
]}
metricsAnimation="blur-reveal"
/>
@@ -160,21 +101,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Sophie L.", handle: "@sophietravels", testimonial: "Hands down the best poutine I've ever eaten in my life. Absolutely divine.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg"},
- {
- id: "2", name: "David W.", handle: "@david_dines", testimonial: "Consistent, fresh, and exceptionally friendly service. A real gem.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/excited-male-gardener-holding-wearing-gardening-hat-pumpkin_141793-71363.jpg"},
- {
- id: "3", name: "Grace P.", handle: "@grace_eats", testimonial: "I travel across the city just to grab their spicy buffalo poutine.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-parying-before-dinner-with-family_23-2149117504.jpg"},
- {
- id: "4", name: "Kevin B.", handle: "@kevin_foodie", testimonial: "The atmosphere is warm and inviting—perfect for a comfort food date.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunettte-woman-chef-cooking-carrot-cake-making-fish-face-with-mouth-squinting-eyes-crazy-comical_839833-19935.jpg"},
- {
- id: "5", name: "Maria C.", handle: "@maria_kitchen", testimonial: "Innovative flavours while keeping the soul of the traditional dish alive.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg"},
+ { id: "1", name: "Sophie L.", handle: "@sophietravels", testimonial: "Hands down the best poutine I've ever eaten in my life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg" },
]}
showRating={true}
title="Loved by Food Enthusiasts"
@@ -186,12 +113,7 @@ export default function LandingPage() {