Update src/app/page.tsx
This commit is contained in:
340
src/app/page.tsx
340
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, Flame, Leaf, Mountain, Sparkles } from "lucide-react";
|
||||
import { ArrowRight, Award, Flame, Leaf, Mountain, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,29 +34,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "#events",
|
||||
},
|
||||
name: "Events", id: "#events"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-chef-job-poster-template_23-2149946958.jpg"
|
||||
logoAlt="Tomàquet Bar Restaurant Logo"
|
||||
@@ -67,80 +55,51 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Catalan Grilled Cuisine in a Hillside Sanctuary"
|
||||
description="Discover authentic woodfired flavors and intimate gatherings in our rustic stone masía overlooking Girona. From family dinners to private celebrations, Tomàquet brings warmth, quality, and tradition to every table."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Serving",
|
||||
},
|
||||
value: "15+", label: "Years Serving"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Local Produce",
|
||||
},
|
||||
value: "100%", label: "Local Produce"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "500+", label: "Happy Guests"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grilled-chicken-salad-near-black-pepper_23-2147765362.jpg"
|
||||
imageAlt="Rustic restaurant interior with grilled food and view of Girona"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2343.jpg",
|
||||
alt: "Man using smart watch for express pay",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-using-smart-watch-express-pay_1170-2343.jpg", alt: "Man using smart watch for express pay"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
|
||||
alt: "Fashionable hipster guy sitting with a woman in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", alt: "Fashionable hipster guy sitting with a woman in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
|
||||
alt: "Happy man at bachelor party laughing",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg", alt: "Happy man at bachelor party laughing"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-phone-call_1098-16660.jpg",
|
||||
alt: "Joyful phone call",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-phone-call_1098-16660.jpg", alt: "Joyful phone call"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg",
|
||||
alt: "Cute tanned brunette woman in stylish red dress",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-tanned-brunette-woman-stylish-red-dress-beret-sunglasses-sits-cafe_197531-24181.jpg", alt: "Cute tanned brunette woman in stylish red dress"},
|
||||
]}
|
||||
avatarText="Join our growing community!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Flavors",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Authentic Flavors", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
type: "text", text: "Family Owned"},
|
||||
{
|
||||
type: "text-icon", text: "Girona's Best Views", icon: Mountain,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Girona's Best Views",
|
||||
icon: Mountain,
|
||||
},
|
||||
type: "text", text: "Farm to Table Cuisine"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm to Table Cuisine",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Award-Winning Service",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Award-Winning Service", icon: Award,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -153,19 +112,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Woodfired Mastery",
|
||||
value: "Traditional Grills",
|
||||
},
|
||||
label: "Woodfired Mastery", value: "Traditional Grills"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Local Ingredients",
|
||||
value: "Farm-to-Table",
|
||||
},
|
||||
label: "Local Ingredients", value: "Farm-to-Table"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Culinary Heritage",
|
||||
value: "Generations of Taste",
|
||||
},
|
||||
label: "Culinary Heritage", value: "Generations of Taste"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -177,32 +130,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Woodfired Cuisine",
|
||||
description: "Savor the rich, smoky flavors of Catalonia, with dishes expertly prepared over an open wood fire.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-cooking-onion-vegetables-meat-grill-with-fire-smoke-beautiful-man-concentrated-preparation-food-background-modern-restaurant-kitchen_651396-3910.jpg",
|
||||
imageAlt: "Woodfired grill cooking meat",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Authentic Woodfired Cuisine", description: "Savor the rich, smoky flavors of Catalonia, with dishes expertly prepared over an open wood fire.", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-cooking-onion-vegetables-meat-grill-with-fire-smoke-beautiful-man-concentrated-preparation-food-background-modern-restaurant-kitchen_651396-3910.jpg", imageAlt: "Woodfired grill cooking meat", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Scenic Terrace Dining",
|
||||
description: "Enjoy breathtaking views of Girona from our beautiful outdoor terrace, perfect for any occasion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg",
|
||||
imageAlt: "Restaurant terrace with a view of Girona",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Scenic Terrace Dining", description: "Enjoy breathtaking views of Girona from our beautiful outdoor terrace, perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3437.jpg", imageAlt: "Restaurant terrace with a view of Girona", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Intimate Private Events",
|
||||
description: "Host unforgettable gatherings in our flexible private spaces, tailored for your corporate or personal celebrations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg",
|
||||
imageAlt: "Private dining room set up for an event",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Intimate Private Events", description: "Host unforgettable gatherings in our flexible private spaces, tailored for your corporate or personal celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891029.jpg", imageAlt: "Private dining room set up for an event", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Seasonal & Local Ingredients",
|
||||
description: "We pride ourselves on using the freshest, locally sourced ingredients to bring you the true taste of the region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-arrangement-wooden-background_23-2148668737.jpg",
|
||||
imageAlt: "Fresh vegetables from a local farm",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Seasonal & Local Ingredients", description: "We pride ourselves on using the freshest, locally sourced ingredients to bring you the true taste of the region.", imageSrc: "http://img.b2bpic.net/free-photo/food-arrangement-wooden-background_23-2148668737.jpg", imageAlt: "Fresh vegetables from a local farm", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Experience the Essence of Girona"
|
||||
@@ -218,47 +155,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grilled Sirloin Steak",
|
||||
price: "€28.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-steak-wooden-board-pepper-tomato-sea-salt-top-view_141793-4148.jpg",
|
||||
imageAlt: "Grilled Sirloin Steak",
|
||||
},
|
||||
id: "p1", name: "Grilled Sirloin Steak", price: "€28.00", imageSrc: "http://img.b2bpic.net/free-photo/sliced-grilled-steak-wooden-board-pepper-tomato-sea-salt-top-view_141793-4148.jpg", imageAlt: "Grilled Sirloin Steak"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Mediterranean Sea Bass",
|
||||
price: "€24.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-meat-lime_23-2147717006.jpg",
|
||||
imageAlt: "Grilled Mediterranean Sea Bass",
|
||||
},
|
||||
id: "p2", name: "Mediterranean Sea Bass", price: "€24.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-meat-lime_23-2147717006.jpg", imageAlt: "Grilled Mediterranean Sea Bass"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Assortment of Grilled Vegetables",
|
||||
price: "€16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-mexican-chicken-burrito-bowl-with-rice-beans-corn-tomato-zucchini-spinach-taco-salad-lunch-bowl_114579-247.jpg",
|
||||
imageAlt: "Assortment of Grilled Vegetables",
|
||||
},
|
||||
id: "p3", name: "Assortment of Grilled Vegetables", price: "€16.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-mexican-chicken-burrito-bowl-with-rice-beans-corn-tomato-zucchini-spinach-taco-salad-lunch-bowl_114579-247.jpg", imageAlt: "Assortment of Grilled Vegetables"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Botifarra amb Mongetes",
|
||||
price: "€19.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107692.jpg",
|
||||
imageAlt: "Traditional Catalan Botifarra with Beans",
|
||||
},
|
||||
id: "p4", name: "Botifarra amb Mongetes", price: "€19.00", imageSrc: "http://img.b2bpic.net/free-photo/people-eating-spanish-tortilla_52683-107692.jpg", imageAlt: "Traditional Catalan Botifarra with Beans"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Grilled Lamb Chops",
|
||||
price: "€27.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-kebab-served-with-yoghurt-salad-grilled-vegetables_140725-305.jpg",
|
||||
imageAlt: "Grilled Lamb Chops",
|
||||
},
|
||||
id: "p5", name: "Grilled Lamb Chops", price: "€27.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-kebab-served-with-yoghurt-salad-grilled-vegetables_140725-305.jpg", imageAlt: "Grilled Lamb Chops"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Escalivada",
|
||||
price: "€14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-with-potatoes-tomato-sauce-stainless-steel-pan_114579-3051.jpg",
|
||||
imageAlt: "Traditional Catalan Escalivada",
|
||||
},
|
||||
id: "p6", name: "Escalivada", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-fillet-with-potatoes-tomato-sauce-stainless-steel-pan_114579-3051.jpg", imageAlt: "Traditional Catalan Escalivada"},
|
||||
]}
|
||||
title="Our Signature Grilled Delights"
|
||||
description="Savor the rich, smoky flavors of authentic Catalan cuisine, expertly prepared over open wood fires. Each dish tells a story of tradition and passion."
|
||||
@@ -271,65 +178,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Maria Sanchez",
|
||||
date: "July 12, 2024",
|
||||
title: "An Unforgettable Catalan Feast!",
|
||||
quote: "Tomàquet offered an incredible dining experience. The grilled steak was cooked to perfection, and the ambiance on the hillside terrace was simply magical. We can't wait to return!",
|
||||
tag: "Family Diner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1150.jpg",
|
||||
avatarAlt: "Maria Sanchez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg",
|
||||
imageAlt: "Couple enjoying dinner at Tomàquet",
|
||||
},
|
||||
id: "t1", name: "Maria Sanchez", date: "July 12, 2024", title: "An Unforgettable Catalan Feast!", quote: "Tomàquet offered an incredible dining experience. The grilled steak was cooked to perfection, and the ambiance on the hillside terrace was simply magical. We can't wait to return!", tag: "Family Diner", avatarSrc: "http://img.b2bpic.net/free-photo/man-suit_1321-1150.jpg", avatarAlt: "Maria Sanchez", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg", imageAlt: "Couple enjoying dinner at Tomàquet"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Garcia",
|
||||
date: "June 28, 2024",
|
||||
title: "Perfect Venue for Our Corporate Event",
|
||||
quote: "We hosted our annual company dinner at Tomàquet, and it was a resounding success. The private room offered intimacy, and the team accommodated all our needs with seamless service.",
|
||||
tag: "Event Planner",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-sitting-bar-counter_23-2148016776.jpg",
|
||||
avatarAlt: "David Garcia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-unforgettable-evening_8353-9908.jpg",
|
||||
imageAlt: "Corporate event table setting",
|
||||
},
|
||||
id: "t2", name: "David Garcia", date: "June 28, 2024", title: "Perfect Venue for Our Corporate Event", quote: "We hosted our annual company dinner at Tomàquet, and it was a resounding success. The private room offered intimacy, and the team accommodated all our needs with seamless service.", tag: "Event Planner", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-sitting-bar-counter_23-2148016776.jpg", avatarAlt: "David Garcia", imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-unforgettable-evening_8353-9908.jpg", imageAlt: "Corporate event table setting"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rodriguez",
|
||||
date: "May 15, 2024",
|
||||
title: "A True Taste of Girona's Heritage",
|
||||
quote: "The authenticity of the cuisine at Tomàquet is unparalleled. Every dish felt like a journey through Catalan history, complemented by the rustic charm of the masía. Highly recommend!",
|
||||
tag: "Food Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/handheld-shot-happy-pensioner-preparing-exercise-physical-activity-portrait-senior-man-smiling-looking-camera-getting-ready-training-with-equipment_482257-33826.jpg",
|
||||
avatarAlt: "Elena Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ornamental-frame_1182-835.jpg",
|
||||
imageAlt: "Rustic interior of Tomàquet restaurant",
|
||||
},
|
||||
id: "t3", name: "Elena Rodriguez", date: "May 15, 2024", title: "A True Taste of Girona's Heritage", quote: "The authenticity of the cuisine at Tomàquet is unparalleled. Every dish felt like a journey through Catalan history, complemented by the rustic charm of the masía. Highly recommend!", tag: "Food Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/handheld-shot-happy-pensioner-preparing-exercise-physical-activity-portrait-senior-man-smiling-looking-camera-getting-ready-training-with-equipment_482257-33826.jpg", avatarAlt: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/ornamental-frame_1182-835.jpg", imageAlt: "Rustic interior of Tomàquet restaurant"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Pablo Lopez",
|
||||
date: "April 03, 2024",
|
||||
title: "Exceptional Service and Views",
|
||||
quote: "From the moment we arrived, the service was impeccable. Our waiter recommended the perfect wine pairing, and dining on the terrace with the Girona panorama was simply breathtaking.",
|
||||
tag: "Tourist",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg",
|
||||
avatarAlt: "Pablo Lopez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-strawberries-top-view_23-2148517045.jpg",
|
||||
imageAlt: "Panoramic view from restaurant terrace",
|
||||
},
|
||||
id: "t4", name: "Pablo Lopez", date: "April 03, 2024", title: "Exceptional Service and Views", quote: "From the moment we arrived, the service was impeccable. Our waiter recommended the perfect wine pairing, and dining on the terrace with the Girona panorama was simply breathtaking.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/woman-talking-video-call-decorated-kitchen-home_482257-16862.jpg", avatarAlt: "Pablo Lopez", imageSrc: "http://img.b2bpic.net/free-photo/delicious-waffles-with-strawberries-top-view_23-2148517045.jpg", imageAlt: "Panoramic view from restaurant terrace"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia Torres",
|
||||
date: "March 19, 2024",
|
||||
title: "My Favorite Restaurant in Girona",
|
||||
quote: "Tomàquet consistently delivers. The food is always fresh, flavorful, and truly represents Catalan tradition. It's my go-to spot for both casual dinners and special occasions.",
|
||||
tag: "Local Guide",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg",
|
||||
avatarAlt: "Sofia Torres",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-looking-wine-glass_23-2149428836.jpg",
|
||||
imageAlt: "Close-up of a grilled dish",
|
||||
},
|
||||
id: "t5", name: "Sofia Torres", date: "March 19, 2024", title: "My Favorite Restaurant in Girona", quote: "Tomàquet consistently delivers. The food is always fresh, flavorful, and truly represents Catalan tradition. It's my go-to spot for both casual dinners and special occasions.", tag: "Local Guide", avatarSrc: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg", avatarAlt: "Sofia Torres", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-looking-wine-glass_23-2149428836.jpg", imageAlt: "Close-up of a grilled dish"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our cherished diners about their memorable experiences, from family meals to special celebrations."
|
||||
@@ -344,26 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "member1",
|
||||
name: "Chef Jordi Soler",
|
||||
role: "Head Chef & Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-medical-mask_23-2148723311.jpg",
|
||||
imageAlt: "Chef Jordi Soler",
|
||||
},
|
||||
id: "member1", name: "Chef Jordi Soler", role: "Head Chef & Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-with-medical-mask_23-2148723311.jpg", imageAlt: "Chef Jordi Soler"},
|
||||
{
|
||||
id: "member2",
|
||||
name: "Laura Puig",
|
||||
role: "Restaurant Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
imageAlt: "Laura Puig",
|
||||
},
|
||||
id: "member2", name: "Laura Puig", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageAlt: "Laura Puig"},
|
||||
{
|
||||
id: "member3",
|
||||
name: "Marc Ribas",
|
||||
role: "Head Sommelier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-tasting-wine_23-2149428830.jpg",
|
||||
imageAlt: "Marc Ribas",
|
||||
},
|
||||
id: "member3", name: "Marc Ribas", role: "Head Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-tasting-wine_23-2149428830.jpg", imageAlt: "Marc Ribas"},
|
||||
]}
|
||||
title="Meet the Team Behind Tomàquet"
|
||||
description="Our passionate chefs and dedicated staff are committed to bringing you an unforgettable dining experience, rooted in tradition and exceptional service."
|
||||
@@ -375,14 +217,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TripAdvisor",
|
||||
"Girona Food Guide",
|
||||
"Catalan Culinary",
|
||||
"El Periódico",
|
||||
"Guía Repsol",
|
||||
"La Vanguardia",
|
||||
"Time Out Girona",
|
||||
]}
|
||||
"TripAdvisor", "Girona Food Guide", "Catalan Culinary", "El Periódico", "Guía Repsol", "La Vanguardia", "Time Out Girona"]}
|
||||
title="Loved by Locals & Guides"
|
||||
description="Proudly recognized and recommended by leading food critics, travel platforms, and local culinary experts."
|
||||
showCard={false}
|
||||
@@ -394,30 +229,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How do I make a reservation?",
|
||||
content: "You can easily make a reservation through our website's 'Reserve Your Table Now' button, or by calling us directly during opening hours.",
|
||||
},
|
||||
id: "faq1", title: "How do I make a reservation?", content: "You can easily make a reservation through our website's 'Reserve Your Table Now' button, or by calling us directly during opening hours."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you accommodate dietary restrictions?",
|
||||
content: "Yes, we strive to accommodate all dietary needs. Please inform us of any allergies or restrictions when making your reservation.",
|
||||
},
|
||||
id: "faq2", title: "Do you accommodate dietary restrictions?", content: "Yes, we strive to accommodate all dietary needs. Please inform us of any allergies or restrictions when making your reservation."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I book for a large group or private event?",
|
||||
content: "Absolutely! We specialize in private events and group bookings. Please contact our events team via the 'Inquire about Events' button for personalized arrangements.",
|
||||
},
|
||||
id: "faq3", title: "Can I book for a large group or private event?", content: "Absolutely! We specialize in private events and group bookings. Please contact our events team via the 'Inquire about Events' button for personalized arrangements."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open for lunch and dinner from Tuesday to Sunday. Please check our website's footer or contact section for specific timings.",
|
||||
},
|
||||
id: "faq4", title: "What are your opening hours?", content: "We are open for lunch and dinner from Tuesday to Sunday. Please check our website's footer or contact section for specific timings."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, we offer complimentary parking for our guests on site. Further details are available upon reservation confirmation.",
|
||||
},
|
||||
id: "faq5", title: "Is there parking available?", content: "Yes, we offer complimentary parking for our guests on site. Further details are available upon reservation confirmation."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about reservations, dining, and private events at Tomàquet Bar Restaurant."
|
||||
@@ -430,18 +250,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to reserve your table or plan an unforgettable event? Contact us today, and let us make your Tomàquet experience perfect."
|
||||
buttons={[
|
||||
{
|
||||
text: "Make a Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make a Reservation", href: "#"},
|
||||
{
|
||||
text: "Inquire about Events",
|
||||
href: "#",
|
||||
},
|
||||
text: "Inquire about Events", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -451,58 +266,35 @@ export default function LandingPage() {
|
||||
logoText="Tomàquet"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Events", href: "#events"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Directions", href: "#"},
|
||||
{
|
||||
label: "Opening Hours",
|
||||
href: "#",
|
||||
},
|
||||
label: "Opening Hours", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user