Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-08 00:20:47 +00:00

View File

@@ -9,7 +9,8 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Coffee, Flame, Users } from "lucide-react";
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import { Award, Coffee, Flame, Users, Fish, Salad, Croissant } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,26 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "features",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "pricing" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Sabor de Torozos"
/>
@@ -56,95 +42,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Sabor de Torozos Authentic Spanish Cuisine in Castromonte"
description="Experience the heart of Valladolids culinary tradition. Nestled in the charming Plaza Constitución, we serve high-quality ingredients, skillful cooking, and warmth."
testimonials={[
{
name: "Carlos Ruiz",
handle: "@carlosr",
testimonial: "The best grilled octopus in Castile and León. A must-visit!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg?_wi=1",
},
{
name: "Maria Lopez",
handle: "@marialop",
testimonial: "Charming atmosphere, fantastic price-to-quality ratio. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg?_wi=1",
},
{
name: "Javier Gomez",
handle: "@javigomez",
testimonial: "Excellent service and perfectly seasoned meats. I will be back soon.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=1",
},
{
name: "Elena Torres",
handle: "@elenator",
testimonial: "A hidden gem in Plaza Constitución. Truly authentic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg?_wi=1",
},
{
name: "Luis Martinez",
handle: "@luismart",
testimonial: "Perfect for family celebrations. The staff is so welcoming.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg?_wi=1",
},
]}
testimonials={[]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-food-packaged-can_23-2151206970.jpg"
imageAlt="Spanish cuisine restaurant scene"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg",
alt: "Diner 1",
},
{
src: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg",
alt: "Diner 2",
},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg",
alt: "Diner 3",
},
{
src: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg",
alt: "Diner 4",
},
{
src: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
alt: "Diner 5",
},
]}
avatarText="Join 500+ satisfied guests"
marqueeItems={[
{
type: "text",
text: "Authentic Castilian",
},
{
type: "text",
text: "Wood-Fired Grill",
},
{
type: "text",
text: "Local Ingredients",
},
{
type: "text",
text: "Family Friendly",
},
{
type: "text",
text: "Artisanal Desserts",
},
]}
/>
</div>
@@ -154,18 +57,9 @@ export default function LandingPage() {
title="A Legacy of Culinary Tradition"
description="At Sabor de Torozos, we are dedicated to celebrating Valladolids culinary heritage through premium ingredients and artisanal preparation."
metrics={[
{
value: "15+",
title: "Years of Tradition",
},
{
value: "100%",
title: "Local Ingredients",
},
{
value: "5*",
title: "Customer Experience",
},
{ value: "15+", title: "Years of Tradition" },
{ value: "100%", title: "Local Ingredients" },
{ value: "5*", title: "Customer Experience" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-brushing-sauce-dip-bbq-meat_23-2147840958.jpg"
imageAlt="Authentic Spanish restaurant dining experience"
@@ -174,68 +68,25 @@ export default function LandingPage() {
/>
</div>
<div id="features" data-section="features">
<FeatureHoverPattern
<div id="pricing" data-section="pricing">
<PricingCardEight
title="Menu & Pricing Highlights"
description="An exploration of traditional flavors, featuring fresh catches and local meats. Average price per person: 25€."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
icon: Flame,
title: "Expertly Crafted Menu",
description: "From famous grilled octopus to meats prepared over coals, we celebrate true flavor.",
},
{
icon: Award,
title: "Quality & Value",
description: "Exceptional dining experiences with fresh starters, mains, and artisanal desserts.",
},
{
icon: Users,
title: "Professional Service",
description: "Attentive, friendly, and young staff that make you feel truly at home.",
},
{
icon: Coffee,
title: "The Perfect Vibe",
description: "A cozy, rustic setting ideal for long conversations and creating memories.",
},
useInvertedBackground={true}
plans={[
{ id: "sea", badge: "From the Sea", badgeIcon: Fish, price: "18€", subtitle: "Fresh catches of the day", buttons: [], features: ["Grilled Octopus", "Seared Scallops", "Daily Fish Specials"] },
{ id: "land", badge: "From the Land", badgeIcon: Flame, price: "22€", subtitle: "Premium local meats", buttons: [], features: ["Castilian Roast Lamb", "Premium Sirloin", "Wood-fired Chorizo"] },
{ id: "salads", badge: "Fresh Salads", badgeIcon: Salad, price: "12€", subtitle: "Seasonal garden harvest", buttons: [], features: ["Tudela Lettuce", "Roasted Pepper Salad", "Artisanal Vinaigrette"] },
{ id: "croquettes", badge: "Croquettes", badgeIcon: Croissant, price: "9€", subtitle: "Hand-made artisan bites", buttons: [], features: ["Iberian Ham", "Wild Mushroom", "Sheep Cheese"] }
]}
title="Why Visit Sabor de Torozos?"
description="Discover why our restaurant is the preferred destination for food lovers in the heart of Castile and León."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Carlos Ruiz",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-red-hair-green-dress-smiling-holding-glass-sitting-with-positive-girl-t-shirt-skirt-outdoor_197531-24721.jpg?_wi=2",
},
{
id: "2",
name: "Maria Lopez",
imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-jumpsuit-hat-holding-pumpkin_141793-47294.jpg?_wi=2",
},
{
id: "3",
name: "Javier Gomez",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg?_wi=2",
},
{
id: "4",
name: "Elena Torres",
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891062.jpg?_wi=2",
},
{
id: "5",
name: "Luis Martinez",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg?_wi=2",
},
]}
testimonials={[]}
cardTitle="What our guests say"
cardTag="Reviews"
cardAnimation="blur-reveal"
@@ -245,33 +96,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
text="Visit us at Plaza Constitución, 3, Castromonte, Spain. Join us for a meal to remember."
buttons={[
{
text: "Book a Table",
href: "tel:+34000000000",
},
]}
buttons={[{ text: "Book a Table", href: "tel:+34000000000" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Sabor de Torozos"
leftLink={{
text: "Plaza Constitución, 3, Castromonte, Spain",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
leftLink={{ text: "Plaza Constitución, 3, Castromonte, Spain", href: "#" }}
rightLink={{ text: "Privacy Policy", href: "#" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}