Merge version_2_1782120397385 into main #2
@@ -8,8 +8,8 @@
|
||||
--background: #f5f4ef;
|
||||
--card: #dad6cd;
|
||||
--foreground: #2a2928;
|
||||
--primary-cta: #2a2928;
|
||||
--primary-cta-text: #f5f4ef;
|
||||
--primary-cta: #dad6cd;
|
||||
--primary-cta-text: #2a2928;
|
||||
--secondary-cta: #ecebea;
|
||||
--secondary-cta-text: #2a2928;
|
||||
--accent: #ffffff;
|
||||
|
||||
@@ -1,210 +1,33 @@
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
|
||||
import { Award, Leaf, MapPin, Star, Sun, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import AboutSection from './HomePage/sections/About';
|
||||
import HighlightsSection from './HomePage/sections/Highlights';
|
||||
import MetricsSection from './HomePage/sections/Metrics';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="Restaurante La Vereda"
|
||||
description="Authentic Mediterranean flavors in the heart of La Canyada. Traditional Valencian cuisine served in our charming garden terrace."
|
||||
primaryButton={{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#highlights",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Essence"
|
||||
title="A Tradition of Taste"
|
||||
description="Located in Paterna, La Vereda has become a local staple for those seeking traditional Mediterranean cooking with a personal touch. Our terrace setting creates the perfect atmosphere for any occasion."
|
||||
items={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh & Local",
|
||||
description: "Sourced daily for authentic flavor.",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Garden Terrace",
|
||||
description: "Outdoor dining at its best.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Google Favorite",
|
||||
description: "4.6/5 stars from 840+ reviews.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plate-with-salad-olives_23-2149460157.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<AboutSection />
|
||||
|
||||
<div id="highlights" data-section="highlights">
|
||||
<SectionErrorBoundary name="highlights">
|
||||
<FeaturesDetailedCards
|
||||
tag="Our Kitchen"
|
||||
title="Signature Dishes"
|
||||
description="Discover the culinary highlights that define our menu, from classic rice dishes to modern desserts."
|
||||
items={[
|
||||
{
|
||||
title: "Valencian Rice Specialties",
|
||||
description: "Authentic paellas and rice dishes prepared with traditional methods.",
|
||||
tags: [
|
||||
"Traditional",
|
||||
"Rice",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-7459.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artichokes & Tapas",
|
||||
description: "Famous artichokes with ham and beef-cheek croquettes.",
|
||||
tags: [
|
||||
"Tapas",
|
||||
"Signature",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-artichokes-plate_23-2148381239.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artisanal Cheesecake",
|
||||
description: "Our signature Idiazábal-style cheesecake finish.",
|
||||
tags: [
|
||||
"Dessert",
|
||||
"Must-Try",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cinnamon-rolls-table_23-2148604544.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<HighlightsSection />
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="The Stats"
|
||||
title="By The Numbers"
|
||||
description="What our guests say about their experience at La Vereda."
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Google Rating",
|
||||
value: "4.6",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Happy Guests",
|
||||
value: "800+",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Located in",
|
||||
value: "Paterna",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<MetricsSection />
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Guest Stories"
|
||||
title="Loved By Locals"
|
||||
description="Hear what our regulars have to say about our garden terrace and authentic cuisine."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria G.",
|
||||
role: "Local Resident",
|
||||
quote: "The terrace atmosphere is simply perfect. Best artichokes in town!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg",
|
||||
},
|
||||
{
|
||||
name: "Juan R.",
|
||||
role: "Foodie",
|
||||
quote: "Traditional cooking at its finest. Always consistent lunch menus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
role: "Frequent Diner",
|
||||
quote: "A must-visit for family gatherings. The service is always welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-sitting-table-with-salads-cocktails_1157-32411.jpg",
|
||||
},
|
||||
{
|
||||
name: "Carlos M.",
|
||||
role: "Reviewer",
|
||||
quote: "Excellent value for the price. The cheesecake is to die for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
||||
},
|
||||
{
|
||||
name: "Laura S.",
|
||||
role: "Local Guest",
|
||||
quote: "Solid Mediterranean option, the garden seating is incredibly relaxing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<TestimonialsSection />
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Info"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know before visiting us."
|
||||
items={[
|
||||
{
|
||||
question: "Are you open on weekends?",
|
||||
answer: "Yes! We are open Friday and Saturday for lunch and dinner, and Sunday throughout the day.",
|
||||
},
|
||||
{
|
||||
question: "Do I need a reservation?",
|
||||
answer: "Highly recommended, especially for groups or weekend visits.",
|
||||
},
|
||||
{
|
||||
question: "Where are you located?",
|
||||
answer: "We are at Carrer 29, 32, 46182 La Canyada (Paterna), Valencia.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FaqSection />
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Book Now"
|
||||
text="Ready for an authentic experience? Reserve your table now."
|
||||
primaryButton={{
|
||||
text: "Call +34 686 08 34 79",
|
||||
href: "tel:+34686083479",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@lavereda.es",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
39
src/pages/HomePage/sections/About.tsx
Normal file
39
src/pages/HomePage/sections/About.tsx
Normal file
@@ -0,0 +1,39 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "about" section.
|
||||
|
||||
import React from 'react';
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import { Award, Leaf, MapPin, Star, Sun, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function AboutSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Essence"
|
||||
title="A Tradition of Taste"
|
||||
description="Located in Paterna, La Vereda has become a local staple for those seeking traditional Mediterranean cooking with a personal touch. Our terrace setting creates the perfect atmosphere for any occasion."
|
||||
items={[
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh & Local",
|
||||
description: "Sourced daily for authentic flavor.",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
title: "Garden Terrace",
|
||||
description: "Outdoor dining at its best.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Google Favorite",
|
||||
description: "4.6/5 stars from 840+ reviews.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plate-with-salad-olives_23-2149460157.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
27
src/pages/HomePage/sections/Contact.tsx
Normal file
27
src/pages/HomePage/sections/Contact.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "contact" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ContactSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Book Now"
|
||||
text="Ready for an authentic experience? Reserve your table now."
|
||||
primaryButton={{
|
||||
text: "Call +34 686 08 34 79",
|
||||
href: "tel:+34686083479",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@lavereda.es",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
34
src/pages/HomePage/sections/Faq.tsx
Normal file
34
src/pages/HomePage/sections/Faq.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "faq" section.
|
||||
|
||||
import React from 'react';
|
||||
import FaqSimple from '@/components/sections/faq/FaqSimple';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FaqSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Info"
|
||||
title="Common Questions"
|
||||
description="Everything you need to know before visiting us."
|
||||
items={[
|
||||
{
|
||||
question: "Are you open on weekends?",
|
||||
answer: "Yes! We are open Friday and Saturday for lunch and dinner, and Sunday throughout the day.",
|
||||
},
|
||||
{
|
||||
question: "Do I need a reservation?",
|
||||
answer: "Highly recommended, especially for groups or weekend visits.",
|
||||
},
|
||||
{
|
||||
question: "Where are you located?",
|
||||
answer: "We are at Carrer 29, 32, 46182 La Canyada (Paterna), Valencia.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
28
src/pages/HomePage/sections/Hero.tsx
Normal file
28
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,28 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
|
||||
import React from 'react';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="Restaurante La Vereda"
|
||||
description="Authentic Mediterranean flavors in the heart of La Canyada. Traditional Valencian cuisine served in our charming garden terrace."
|
||||
primaryButton={{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#highlights",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-seafood-wine_23-2149410733.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
49
src/pages/HomePage/sections/Highlights.tsx
Normal file
49
src/pages/HomePage/sections/Highlights.tsx
Normal file
@@ -0,0 +1,49 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "highlights" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HighlightsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="highlights" data-section="highlights">
|
||||
<SectionErrorBoundary name="highlights">
|
||||
<FeaturesDetailedCards
|
||||
tag="Our Kitchen"
|
||||
title="Signature Dishes"
|
||||
description="Discover the culinary highlights that define our menu, from classic rice dishes to modern desserts."
|
||||
items={[
|
||||
{
|
||||
title: "Valencian Rice Specialties",
|
||||
description: "Authentic paellas and rice dishes prepared with traditional methods.",
|
||||
tags: [
|
||||
"Traditional",
|
||||
"Rice",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-salmon-avocado_1203-7459.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artichokes & Tapas",
|
||||
description: "Famous artichokes with ham and beef-cheek croquettes.",
|
||||
tags: [
|
||||
"Tapas",
|
||||
"Signature",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-artichokes-plate_23-2148381239.jpg",
|
||||
},
|
||||
{
|
||||
title: "Artisanal Cheesecake",
|
||||
description: "Our signature Idiazábal-style cheesecake finish.",
|
||||
tags: [
|
||||
"Dessert",
|
||||
"Must-Try",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cinnamon-rolls-table_23-2148604544.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
38
src/pages/HomePage/sections/Metrics.tsx
Normal file
38
src/pages/HomePage/sections/Metrics.tsx
Normal file
@@ -0,0 +1,38 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "metrics" section.
|
||||
|
||||
import React from 'react';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import { Award, Leaf, MapPin, Star, Sun, Users } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function MetricsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="The Stats"
|
||||
title="By The Numbers"
|
||||
description="What our guests say about their experience at La Vereda."
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Google Rating",
|
||||
value: "4.6",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Happy Guests",
|
||||
value: "800+",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Located in",
|
||||
value: "Paterna",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
52
src/pages/HomePage/sections/Testimonials.tsx
Normal file
52
src/pages/HomePage/sections/Testimonials.tsx
Normal file
@@ -0,0 +1,52 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "testimonials" section.
|
||||
|
||||
import React from 'react';
|
||||
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TestimonialsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialColumnMarqueeCards
|
||||
tag="Guest Stories"
|
||||
title="Loved By Locals"
|
||||
description="Hear what our regulars have to say about our garden terrace and authentic cuisine."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria G.",
|
||||
role: "Local Resident",
|
||||
quote: "The terrace atmosphere is simply perfect. Best artichokes in town!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-albino-woman-sitting-table_23-2150171835.jpg",
|
||||
},
|
||||
{
|
||||
name: "Juan R.",
|
||||
role: "Foodie",
|
||||
quote: "Traditional cooking at its finest. Always consistent lunch menus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg",
|
||||
},
|
||||
{
|
||||
name: "Elena V.",
|
||||
role: "Frequent Diner",
|
||||
quote: "A must-visit for family gatherings. The service is always welcoming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-sitting-table-with-salads-cocktails_1157-32411.jpg",
|
||||
},
|
||||
{
|
||||
name: "Carlos M.",
|
||||
role: "Reviewer",
|
||||
quote: "Excellent value for the price. The cheesecake is to die for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg",
|
||||
},
|
||||
{
|
||||
name: "Laura S.",
|
||||
role: "Local Guest",
|
||||
quote: "Solid Mediterranean option, the garden seating is incredibly relaxing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user