diff --git a/src/app/page.tsx b/src/app/page.tsx index 901b123..f24b168 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,24 +26,13 @@ export default function LandingPage() {
@@ -52,20 +41,12 @@ export default function LandingPage() { logoText="Authentic Spanish Tapas" description="Authentic Spanish Tapas in the Heart of Bristol. 4.8⭐ rated by 500+ guests." buttons={[ - { - text: "Call Now", - href: "tel:01179077112", - }, - { - text: "Book a Table", - href: "/contact", - }, + { text: "Call Now", href: "tel:01179077112" }, + { text: "Book a Table", href: "/contact" }, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg?_wi=1", - imageAlt: "Restaurant Ambience", - }, + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg", imageAlt: "Restaurant Ambience"}, ]} /> @@ -77,33 +58,13 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@sarah_j", - testimonial: "Best tapas in Bristol by far! Authentic, friendly and delicious.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Best tapas in Bristol by far! Authentic, friendly and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg"}, { - id: "2", - name: "Mark D.", - handle: "@mark_d", - testimonial: "Perfect date night spot. The steak was cooked to perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg?_wi=1", - }, + id: "2", name: "Mark D.", handle: "@mark_d", testimonial: "Perfect date night spot. The steak was cooked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg"}, { - id: "3", - name: "Elena P.", - handle: "@elena_p", - testimonial: "Authentic Spanish roots shine through in every dish.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg?_wi=2", - }, + id: "3", name: "Elena P.", handle: "@elena_p", testimonial: "Authentic Spanish roots shine through in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg"}, { - id: "4", - name: "James L.", - handle: "@james_l", - testimonial: "Fantastic atmosphere and service. Will be back again!", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg?_wi=2", - }, + id: "4", name: "James L.", handle: "@james_l", testimonial: "Fantastic atmosphere and service. Will be back again!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg"}, ]} title="What Our Guests Say" description="Join 500+ happy diners who love our authentic Spanish flavors." @@ -118,32 +79,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "s1", - brand: "Seafood", - name: "Fried Squid", - price: "£8.50", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-shrimp-lemons_23-2149410732.jpg?_wi=1", - }, + id: "s1", brand: "Seafood", name: "Fried Squid", price: "£8.50", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-shrimp-lemons_23-2149410732.jpg"}, { - id: "s2", - brand: "Meat", - name: "Grilled Steak", - price: "£14.00", - rating: 5, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/marinated-beef-served-with-tomato-slices-onion-coriander_140725-2551.jpg?_wi=1", - }, + id: "s2", brand: "Meat", name: "Grilled Steak", price: "£14.00", rating: 5, + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/marinated-beef-served-with-tomato-slices-onion-coriander_140725-2551.jpg"}, { - id: "s3", - brand: "Seafood", - name: "Steamed Mussels", - price: "£9.00", - rating: 4, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-with-herbs-copy-space_23-2148393695.jpg", - }, + id: "s3", brand: "Seafood", name: "Steamed Mussels", price: "£9.00", rating: 4, + reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/seafood-mussels-with-herbs-copy-space_23-2148393695.jpg"}, ]} title="Signature Dishes" description="Try our chef's recommended favorites crafted with fresh local ingredients." @@ -155,29 +98,15 @@ export default function LandingPage() { logoText="Muiño" columns={[ { - title: "Contact", - items: [ - { - label: "0117 907 7112", - href: "tel:01179077112", - }, - { - label: "32 Cotham Hill, Bristol", - href: "#", - }, + title: "Contact", items: [ + { label: "0117 907 7112", href: "tel:01179077112" }, + { label: "32 Cotham Hill, Bristol", href: "#" }, ], }, { - title: "Menu", - items: [ - { - label: "Tapas", - href: "/menu", - }, - { - label: "Seafood", - href: "/menu", - }, + title: "Menu", items: [ + { label: "Tapas", href: "/menu" }, + { label: "Seafood", href: "/menu" }, ], }, ]} @@ -186,4 +115,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file