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" }]} />