diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index cbc9831..8f97546 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,24 +26,13 @@ export default function LandingPage() {
@@ -51,12 +40,7 @@ export default function LandingPage() {
@@ -65,21 +49,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Impact"
metrics={[
- {
- icon: Utensils,
- label: "Meals Served",
- value: "1M+",
- },
- {
- icon: Coffee,
- label: "Cups Poured",
- value: "500k+",
- },
- {
- icon: Users,
- label: "Happy Guests",
- value: "200k+",
- },
+ { icon: Utensils, label: "Meals Served", value: "1M+" },
+ { icon: Coffee, label: "Cups Poured", value: "500k+" },
+ { icon: Users, label: "Happy Guests", value: "200k+" },
]}
metricsAnimation="slide-up"
/>
@@ -87,38 +59,7 @@ export default function LandingPage() {
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index a3ba8db..ff1c7e4 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -25,40 +25,22 @@ export default function LandingPage() {
@@ -67,56 +49,14 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Message Us"
description="Send us your feedback or book a reservation."
- inputs={[
- {
- name: "name",
- type: "text",
- placeholder: "Your Name",
- },
- {
- name: "email",
- type: "email",
- placeholder: "Your Email",
- },
- ]}
+ inputs={[{ name: "name", type: "text", placeholder: "Your Name" }, { name: "email", type: "email", placeholder: "Your Email" }]}
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3438.jpg"
/>
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index f1e9cb8..3b75f8d 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -25,24 +25,13 @@ export default function LandingPage() {
@@ -52,62 +41,7 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
- products={[
- {
- id: "1",
- brand: "Diner",
- name: "Classic Breakfast",
- price: "$12.00",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-breakfast-meal_23-2148878808.jpg",
- },
- {
- id: "2",
- brand: "Diner",
- name: "House Burger",
- price: "$14.50",
- rating: 5,
- reviewCount: "205",
- imageSrc: "http://img.b2bpic.net/free-photo/hamburger-french-fries_74190-7627.jpg",
- },
- {
- id: "3",
- brand: "Diner",
- name: "Hand-spun Shake",
- price: "$6.00",
- rating: 5,
- reviewCount: "88",
- imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-banana-chocolate-topping-wooden-board-with-delicious-coffee_114579-91012.jpg",
- },
- {
- id: "4",
- brand: "Diner",
- name: "Big BLT",
- price: "$11.00",
- rating: 4,
- reviewCount: "67",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-sauce-bottles-burger_23-2148314160.jpg",
- },
- {
- id: "5",
- brand: "Diner",
- name: "Chicken Dinner",
- price: "$16.00",
- rating: 5,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/egg-bacon-breakfast_1150-11061.jpg",
- },
- {
- id: "6",
- brand: "Diner",
- name: "Onion Rings",
- price: "$5.50",
- rating: 5,
- reviewCount: "112",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-flag-high-angle_23-2149897345.jpg",
- },
- ]}
+ products={[{ id: "1", brand: "Diner", name: "Classic Breakfast", price: "$12.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-breakfast-meal_23-2148878808.jpg" }, { id: "2", brand: "Diner", name: "House Burger", price: "$14.50", rating: 5, reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-french-fries_74190-7627.jpg" }, { id: "3", brand: "Diner", name: "Hand-spun Shake", price: "$6.00", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-banana-chocolate-topping-wooden-board-with-delicious-coffee_114579-91012.jpg" }, { id: "4", brand: "Diner", name: "Big BLT", price: "$11.00", rating: 4, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-sauce-bottles-burger_23-2148314160.jpg" }, { id: "5", brand: "Diner", name: "Chicken Dinner", price: "$16.00", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/egg-bacon-breakfast_1150-11061.jpg" }, { id: "6", brand: "Diner", name: "Onion Rings", price: "$5.50", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-with-flag-high-angle_23-2149897345.jpg" }]}
title="Our Diner Menu"
description="Classic comfort food cooked to perfection."
/>
@@ -121,59 +55,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Weekly Specials"
description="New items added every week."
- products={[
- {
- id: "s1",
- name: "Chef Salad",
- price: "$10.00",
- variant: "Light",
- imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bread-boiled-eggs-pan_1150-22682.jpg",
- },
- {
- id: "s2",
- name: "Pancake Stack",
- price: "$9.00",
- variant: "Sweet",
- imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_74190-1246.jpg",
- },
- ]}
+ products={[{ id: "s1", name: "Chef Salad", price: "$10.00", variant: "Light", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bread-boiled-eggs-pan_1150-22682.jpg" }, { id: "s2", name: "Pancake Stack", price: "$9.00", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/eggs-bacon-waffles_74190-1246.jpg" }]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index ff472cb..90eff47 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,133 +28,27 @@ export default function LandingPage() {
@@ -163,32 +57,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
- features={[
- {
- id: "1",
- title: "Breakfast All Day",
- descriptions: [
- "Pancakes, waffles, and our famous biscuits and gravy available whenever you are.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-meals-arrangement_23-2149179613.jpg",
- },
- {
- id: "2",
- title: "Burger & Sandwiches",
- descriptions: [
- "Fresh ground beef patties and hand-cut sandwiches made to order.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-mini-beef-burger-served-with-ketchup-mayonnaise_140725-4986.jpg",
- },
- {
- id: "3",
- title: "Coffee & Shakes",
- descriptions: [
- "Bottomless fresh-brewed coffee and hand-spun milkshakes just like you remember.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/back-view-playful-group-friends_23-2148281597.jpg",
- },
- ]}
+ features={[{ id: "1", title: "Breakfast All Day", descriptions: ["Pancakes, waffles, and our famous biscuits and gravy available whenever you are."], imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-meals-arrangement_23-2149179613.jpg" }, { id: "2", title: "Burger & Sandwiches", descriptions: ["Fresh ground beef patties and hand-cut sandwiches made to order."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-mini-beef-burger-served-with-ketchup-mayonnaise_140725-4986.jpg" }, { id: "3", title: "Coffee & Shakes", descriptions: ["Bottomless fresh-brewed coffee and hand-spun milkshakes just like you remember."], imageSrc: "http://img.b2bpic.net/free-photo/back-view-playful-group-friends_23-2148281597.jpg" }]}
title="Diner Classics You'll Love"
description="Our menu is packed with comfort food favorites made fresh daily."
/>
@@ -200,28 +69,7 @@ export default function LandingPage() {
testimonial="A must-try for classic American fare in Decatur. Home-style cooking done right."
rating={5}
author="Keith Keller"
- avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
- alt: "Keith Keller",
- },
- {
- src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg",
- alt: "Sarah M.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
- alt: "James D.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg",
- alt: "Linda P.",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
- alt: "Tom W.",
- },
- ]}
+ avatars={[{ src: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", alt: "Keith Keller" }, { src: "http://img.b2bpic.net/free-photo/merry-young-adult-enjoying-christmas-conversation-video-call-room-decorated-festivity-celebration-talking-woman-preparing-drink-wine-kitchen-with-joyful-ornaments_482257-28400.jpg", alt: "Sarah M." }, { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "James D." }, { src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5073.jpg", alt: "Linda P." }, { src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Tom W." }]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
/>
@@ -235,38 +83,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Meet Our Team"
description="The friendly faces behind your favorite meal."
- members={[
- {
- id: "m1",
- name: "John Doe",
- role: "Head Chef",
- imageSrc: "http://img.b2bpic.net/free-photo/talking-barista-manager-coffee-shop_1098-20939.jpg",
- },
- {
- id: "m2",
- name: "Jane Smith",
- role: "Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
- },
- {
- id: "m3",
- name: "Mike Ross",
- role: "Head Server",
- imageSrc: "http://img.b2bpic.net/free-photo/serious-young-redhead-curly-lady-standing-cafe_171337-16581.jpg",
- },
- {
- id: "m4",
- name: "Alice Wong",
- role: "Barista",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-having-glass-coffee_23-2148178375.jpg",
- },
- {
- id: "m5",
- name: "Bob Taylor",
- role: "Prep Cook",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg",
- },
- ]}
+ members={[{ id: "m1", name: "John Doe", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/talking-barista-manager-coffee-shop_1098-20939.jpg" }, { id: "m2", name: "Jane Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" }, { id: "m3", name: "Mike Ross", role: "Head Server", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-redhead-curly-lady-standing-cafe_171337-16581.jpg" }, { id: "m4", name: "Alice Wong", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/girl-having-glass-coffee_23-2148178375.jpg" }, { id: "m5", name: "Bob Taylor", role: "Prep Cook", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg" }]}
/>
@@ -278,80 +95,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Chef Specials"
description="Limited time offers you won't want to miss."
- products={[
- {
- id: "p1",
- name: "Mega Breakfast Platter",
- price: "$18.00",
- variant: "Premium",
- imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37129.jpg",
- },
- {
- id: "p2",
- name: "Loaded Burger",
- price: "$16.50",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg",
- },
- {
- id: "p3",
- name: "Gourmet Coffee",
- price: "$4.50",
- variant: "House Blend",
- imageSrc: "http://img.b2bpic.net/free-photo/cup-strong-espresso-table-cafe-vintage-color-film-noise-grain-vertical-frame-selective-focus-idea-screensaver-menu-article-about-coffee_166373-2995.jpg",
- },
- {
- id: "p4",
- name: "Side of Rings",
- price: "$6.00",
- variant: "Crispy",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-with-ketchup-juice_140725-3650.jpg",
- },
- {
- id: "p5",
- name: "Milkshake Duo",
- price: "$10.00",
- variant: "Sweet",
- imageSrc: "http://img.b2bpic.net/free-photo/milky-summer-cocktail-with-waffle-mapple-syrup_114579-11017.jpg",
- },
- ]}
+ products={[{ id: "p1", name: "Mega Breakfast Platter", price: "$18.00", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37129.jpg" }, { id: "p2", name: "Loaded Burger", price: "$16.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1356.jpg" }, { id: "p3", name: "Gourmet Coffee", price: "$4.50", variant: "House Blend", imageSrc: "http://img.b2bpic.net/free-photo/cup-strong-espresso-table-cafe-vintage-color-film-noise-grain-vertical-frame-selective-focus-idea-screensaver-menu-article-about-coffee_166373-2995.jpg" }, { id: "p4", name: "Side of Rings", price: "$6.00", variant: "Crispy", imageSrc: "http://img.b2bpic.net/free-photo/fried-potato-with-ketchup-juice_140725-3650.jpg" }, { id: "p5", name: "Milkshake Duo", price: "$10.00", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/milky-summer-cocktail-with-waffle-mapple-syrup_114579-11017.jpg" }]}
/>