diff --git a/src/app/page.tsx b/src/app/page.tsx index 913aa04..68303a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,23 +31,15 @@ export default function LandingPage() { @@ -57,39 +49,23 @@ export default function LandingPage() { description="Massive portions. Unreal flavor. Every meal feels like family. Experience the best donair in Western Canada." buttons={[ { - text: "Order Now", - href: "#contact", - }, + text: "Order Now", href: "#contact"}, { - text: "View Menu", - href: "#menu", - }, + text: "View Menu", href: "#menu"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/doner-wrapped-lavash-with-side-fries-ketchup_141793-664.jpg", - imageAlt: "Delicious beef donair", - }, + imageSrc: "http://img.b2bpic.net/free-photo/doner-wrapped-lavash-with-side-fries-ketchup_141793-664.jpg", imageAlt: "Delicious beef donair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3981.jpg", - imageAlt: "Hot pepperoni pizza", - }, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3981.jpg", imageAlt: "Hot pepperoni pizza"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-doner-set-table_140725-9688.jpg", - imageAlt: "Massive donair plate", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-doner-set-table_140725-9688.jpg", imageAlt: "Massive donair plate"}, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg", - imageAlt: "Fresh pita bread", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-bread-with-knife-cloth_23-2148432283.jpg", imageAlt: "Fresh pita bread"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-looking-mobile-phone_23-2147810892.jpg", - imageAlt: "Happy family dining", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-looking-mobile-phone_23-2147810892.jpg", imageAlt: "Happy family dining"}, { - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-cups-chili_23-2148181612.jpg", - imageAlt: "Fresh crisp salad", - }, + imageSrc: "http://img.b2bpic.net/free-photo/vegetables-cups-chili_23-2148181612.jpg", imageAlt: "Fresh crisp salad"}, ]} /> @@ -101,19 +77,13 @@ export default function LandingPage() { metrics={[ { icon: Flame, - label: "Flavor Profile", - value: "Bold", - }, + label: "Flavor Profile", value: "Bold"}, { icon: Utensils, - label: "Portion Size", - value: "Huge", - }, + label: "Portion Size", value: "Huge"}, { icon: Smile, - label: "Experience", - value: "Family", - }, + label: "Experience", value: "Family"}, ]} metricsAnimation="slide-up" /> @@ -127,41 +97,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Classic Beef Donair", - price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-pita-bread-pepper_140725-3291.jpg", - }, + id: "p1", name: "Classic Beef Donair", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/meat-roll-pita-bread-pepper_140725-3291.jpg"}, { - id: "p2", - name: "Spicy Chicken Donair", - price: "$13.99", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg", - }, + id: "p2", name: "Spicy Chicken Donair", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-chicken-wrap-with-vegetables_123827-36162.jpg"}, { - id: "p3", - name: "Pepperoni Pizza", - price: "$18.99", - imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg", - }, + id: "p3", name: "Pepperoni Pizza", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg"}, { - id: "p4", - name: "Donair Plate", - price: "$16.99", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", - }, + id: "p4", name: "Donair Plate", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg"}, { - id: "p5", - name: "Chicken Platter", - price: "$17.99", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-foods-celebration_140725-113712.jpg", - }, + id: "p5", name: "Chicken Platter", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-foods-celebration_140725-113712.jpg"}, { - id: "p6", - name: "Veggie Pizza", - price: "$17.49", - imageSrc: "http://img.b2bpic.net/free-photo/three-fresh-pizza-slice-grey-background_114579-55464.jpg", - }, + id: "p6", name: "Veggie Pizza", price: "$17.49", imageSrc: "http://img.b2bpic.net/free-photo/three-fresh-pizza-slice-grey-background_114579-55464.jpg"}, ]} title="Our Signature Bites" description="Hand-crafted with fresh, premium ingredients." @@ -170,21 +116,16 @@ export default function LandingPage() {