From 7b232e294d61852270f20837945318ee067f69b0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 17:55:16 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 96 ++++++++++-------------------------------- 1 file changed, 23 insertions(+), 73 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3928bcf..e0f2e07 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -54,19 +43,13 @@ export default function LandingPage() { description="At Muiño, we believe in the magic of sharing. Inspired by the vibrant taverns of Galicia and the bustling streets of Madrid, we bring authentic Spanish flavors to your table using the freshest locally sourced ingredients. Whether it's a casual midweek treat or a celebratory weekend feast, our doors are open." bulletPoints={[ { - title: "Tradition Inspired", - description: "Our recipes are passed down through generations, honoring classic Spanish culinary heritage.", - }, + title: "Tradition Inspired", description: "Our recipes are passed down through generations, honoring classic Spanish culinary heritage."}, { - title: "Locally Sourced", - description: "We partner with Bristol's finest local suppliers for our seafood, meats, and seasonal vegetables.", - }, + title: "Locally Sourced", description: "We partner with Bristol's finest local suppliers for our seafood, meats, and seasonal vegetables."}, { - title: "The Art of Tapas", - description: "Experience a curated menu designed for conversation, connection, and culinary discovery.", - }, + title: "The Art of Tapas", description: "Experience a curated menu designed for conversation, connection, and culinary discovery."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg" imageAlt="Authentic Spanish restaurant interior with warm ambient lighting" /> @@ -79,23 +62,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "1", - name: "Elena Rodriguez", - role: "Head Chef", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg?_wi=3", - }, + id: "1", name: "Elena Rodriguez", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg"}, { - id: "2", - name: "Marcus Thorne", - role: "General Manager", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg?_wi=3", - }, + id: "2", name: "Marcus Thorne", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg"}, { - id: "3", - name: "Sofia Vega", - role: "Sommelier", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg?_wi=4", - }, + id: "3", name: "Sofia Vega", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg"}, ]} title="Meet the Team" description="The passionate individuals dedicated to crafting your perfect dining experience." @@ -106,42 +77,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 377dc257f1f1e72b25cd3b0e9ad7f2894ccdb5bd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 17:55:16 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 57 +++++++++++----------------------------- 1 file changed, 15 insertions(+), 42 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5fa91fa..bf6c709 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -64,29 +51,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" }, ], }, ]} @@ -95,4 +68,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 8ec2a5502f55c80ab68deed073dca37336585cee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 17:55:17 +0000 Subject: [PATCH 3/4] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 87 +++++++++++-------------------------------- 1 file changed, 21 insertions(+), 66 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 63ae06b..f710154 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { CheckCircle } from "lucide-react"; -export default function LandingPage() { +export default function MenuPage() { return ( @@ -53,40 +42,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Tapas Selection", - description: "Classic and modern Spanish tapas perfect for sharing.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-shrimp-lemons_23-2149410732.jpg?_wi=2", - }, + id: "1", title: "Tapas Selection", description: "Classic and modern Spanish tapas perfect for sharing.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-shrimp-lemons_23-2149410732.jpg"}, items: [ - { - icon: CheckCircle, - text: "Squid", - }, - { - icon: CheckCircle, - text: "Croquetas", - }, + { icon: CheckCircle, text: "Squid" }, + { icon: CheckCircle, text: "Croquetas" }, ], reverse: false, }, { - id: "2", - title: "Meat & Seafood", - description: "Authentic grilled dishes sourced locally.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/marinated-beef-served-with-tomato-slices-onion-coriander_140725-2551.jpg?_wi=2", - }, + id: "2", title: "Meat & Seafood", description: "Authentic grilled dishes sourced locally.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/marinated-beef-served-with-tomato-slices-onion-coriander_140725-2551.jpg"}, items: [ - { - icon: CheckCircle, - text: "Steak", - }, - { - icon: CheckCircle, - text: "Mussels", - }, + { icon: CheckCircle, text: "Steak" }, + { icon: CheckCircle, text: "Mussels" }, ], reverse: true, }, @@ -101,29 +70,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" }, ], }, ]} @@ -132,4 +87,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 39dcfdb163e073d9279080cc88eb3d594209459e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 17:55:17 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 121 ++++++++++------------------------------------- 1 file changed, 25 insertions(+), 96 deletions(-) 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 -- 2.49.1