diff --git a/src/app/page.tsx b/src/app/page.tsx index c4f4bca..8866940 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -184,67 +89,28 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Authentic Cuisine", - description: "Traditional recipes passed down for generations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370863.jpg", - imageAlt: "Food", - }, + title: "Authentic Cuisine", description: "Traditional recipes passed down for generations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370863.jpg", imageAlt: "Food" }, items: [ - { - icon: CheckCircle, - text: "Fresh ingredients", - }, - { - icon: CheckCircle, - text: "Local sourcing", - }, + { icon: CheckCircle, text: "Fresh ingredients" }, + { icon: CheckCircle, text: "Local sourcing" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/background-place-outdoor-tourism-dinner_1220-1243.jpg?_wi=2", - imageAlt: "traditional irish beef stew dinner", }, { - title: "Cozy Atmosphere", - description: "A warm setting designed for good conversations.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-close-up-detail_23-2149098889.jpg", - imageAlt: "Pub", - }, + title: "Cozy Atmosphere", description: "A warm setting designed for good conversations.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-close-up-detail_23-2149098889.jpg", imageAlt: "Pub" }, items: [ - { - icon: Star, - text: "Unique pub feel", - }, - { - icon: Star, - text: "Warm hospitality", - }, + { icon: Star, text: "Unique pub feel" }, + { icon: Star, text: "Warm hospitality" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-cook-sprinkling-boiled-potatoes-with-chopped-parsley_23-2148253393.jpg", - imageAlt: "traditional irish beef stew dinner", }, { - title: "Craft Drinks", - description: "An extensive selection of local and imported drafts.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/plate-stuffed-tomato-dish-with-roasted-potato-yogurt-1_140725-6963.jpg", - imageAlt: "Drinks", - }, + title: "Craft Drinks", description: "An extensive selection of local and imported drafts.", media: { imageSrc: "http://img.b2bpic.net/free-photo/plate-stuffed-tomato-dish-with-roasted-potato-yogurt-1_140725-6963.jpg", imageAlt: "Drinks" }, items: [ - { - icon: Zap, - text: "Best local beer", - }, - { - icon: Zap, - text: "Seasonal specials", - }, + { icon: Zap, text: "Best local beer" }, + { icon: Zap, text: "Seasonal specials" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hold-tray-mini-pizzas-with-sausages_141793-12546.jpg?_wi=1", - imageAlt: "traditional irish beef stew dinner", }, ]} title="Why You'll Love It Here" @@ -259,42 +125,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Fish and Chips", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hold-tray-mini-pizzas-with-sausages_141793-12546.jpg?_wi=2", - }, - { - id: "2", - name: "Beef Stew", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-sauce-light-box_23-2148784882.jpg", - }, - { - id: "3", - name: "Shepherd's Pie", - price: "$20", - imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg", - }, - { - id: "4", - name: "Pub Burger", - price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-lasagna-casserole-meat-pie-baked-oven-with-melted-cheese-top_114579-258.jpg", - }, - { - id: "5", - name: "Caesar Salad", - price: "$14", - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg", - }, - { - id: "6", - name: "Soda Bread Platter", - price: "$10", - imageSrc: "http://img.b2bpic.net/free-photo/macaroni-with-cheese-chicken-mushrooms-baked-oven_2829-11124.jpg", - }, + { id: "1", name: "Fish and Chips", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hold-tray-mini-pizzas-with-sausages_141793-12546.jpg" }, + { id: "2", name: "Beef Stew", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-sauce-light-box_23-2148784882.jpg" }, + { id: "3", name: "Shepherd's Pie", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg" }, + { id: "4", name: "Pub Burger", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/healthy-breakfast-lasagna-casserole-meat-pie-baked-oven-with-melted-cheese-top_114579-258.jpg" }, + { id: "5", name: "Caesar Salad", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg" }, + { id: "6", name: "Soda Bread Platter", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/macaroni-with-cheese-chicken-mushrooms-baked-oven_2829-11124.jpg" }, ]} title="From Our Kitchen" description="Discover our signature dishes." @@ -305,29 +141,12 @@ export default function LandingPage() { @@ -416,14 +200,8 @@ export default function LandingPage() {