Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 19:35:52 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { MapPin, Sparkles, Fire, Star, Home, Clock } from 'lucide-react';
import { MapPin, Sparkles, Star, Home, Clock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -57,15 +57,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Cliente Premium", handle: "@chic_burger_lover", testimonial: "Nunca había probado una hamburguesa tan jugosa. Las papas estaban crujientes y el servicio fue muy amable. Sin duda volveremos.", rating: 5,
imageSrc: "https://api.placeholder.com/avatar1.jpg?_wi=1"
imageSrc: "https://api.placeholder.com/avatar1.jpg"
},
{
name: "Urban Explorer", handle: "@barcelona_foodie", testimonial: "El lugar es bonito y el ambiente increíble. Además hay espacio arriba para sentarse con vistas a la calle.", rating: 5,
imageSrc: "https://api.placeholder.com/avatar2.jpg?_wi=1"
imageSrc: "https://api.placeholder.com/avatar2.jpg"
},
{
name: "Local Regular", handle: "@sagrada_familia_vibes", testimonial: "Comida deliciosa y precios muy justos. Perfecto para cenar después de visitar la ciudad.", rating: 5,
imageSrc: "https://api.placeholder.com/avatar3.jpg?_wi=1"
imageSrc: "https://api.placeholder.com/avatar3.jpg"
}
]}
videoSrc="http://img.b2bpic.net/free-photo/pork-steak-with-shrimp_1339-1230.jpg"
@@ -116,7 +116,7 @@ export default function LandingPage() {
description="Selección de nuestras creaciones más populares. Cada una perfeccionada con cuidado artesanal."
useInvertedBackground={true}
tag="Bestsellers"
tagIcon={Fire}
tagIcon={Sparkles}
tagAnimation="opacity"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
@@ -149,6 +149,11 @@ export default function LandingPage() {
cardNameClassName="text-2xl font-light text-[var(--foreground)]"
cardPriceClassName="text-xl font-semibold text-[var(--primary-cta)]"
cardRatingClassName="flex gap-1 text-yellow-500"
textBoxClassName="space-y-4"
textBoxTagClassName="inline-block px-4 py-2 rounded-full bg-[var(--background-accent)] bg-opacity-20"
textBoxButtonContainerClassName="flex flex-wrap gap-4"
textBoxButtonClassName="px-8 py-3 rounded-lg font-medium transition-all"
textBoxButtonTextClassName="text-lg"
/>
</div>
@@ -166,15 +171,15 @@ export default function LandingPage() {
testimonials={[
{
id: "testimonial-1", name: "María García", role: "Visitante local", company: "Barcelona", rating: 5,
imageSrc: "https://api.placeholder.com/avatar1.jpg?_wi=2"
imageSrc: "https://api.placeholder.com/avatar1.jpg"
},
{
id: "testimonial-2", name: "Juan López", role: "Turista", company: "Madrid", rating: 5,
imageSrc: "https://api.placeholder.com/avatar2.jpg?_wi=2"
imageSrc: "https://api.placeholder.com/avatar2.jpg"
},
{
id: "testimonial-3", name: "Sofia Martínez", role: "Regular", company: "Barcelona", rating: 5,
imageSrc: "https://api.placeholder.com/avatar3.jpg?_wi=2"
imageSrc: "https://api.placeholder.com/avatar3.jpg"
},
{
id: "testimonial-4", name: "Carlos Ruiz", role: "Foodie", company: "Barcelona", rating: 5,
@@ -190,6 +195,11 @@ export default function LandingPage() {
nameClassName="font-semibold text-[var(--foreground)]"
roleClassName="text-sm text-[var(--background-accent)]"
companyClassName="text-xs text-[var(--foreground)] opacity-60"
textBoxClassName="space-y-4"
textBoxTagClassName="inline-block px-4 py-2 rounded-full bg-[var(--background-accent)] bg-opacity-20"
textBoxButtonContainerClassName="flex flex-wrap gap-4"
textBoxButtonClassName="px-8 py-3 rounded-lg font-medium transition-all"
textBoxButtonTextClassName="text-lg"
/>
</div>
@@ -261,6 +271,11 @@ export default function LandingPage() {
featureItemClassName="flex items-start gap-3"
featureIconClassName="w-5 h-5 text-[var(--background-accent)] flex-shrink-0 mt-0.5"
planButtonClassName="w-full px-6 py-3 bg-[var(--primary-cta)] text-[var(--primary-cta-text)] rounded-lg hover:shadow-lg transition-all"
textBoxClassName="space-y-4"
textBoxTagClassName="inline-block px-4 py-2 rounded-full bg-[var(--background-accent)] bg-opacity-20"
textBoxButtonContainerClassName="flex flex-wrap gap-4"
textBoxButtonClassName="px-8 py-3 rounded-lg font-medium transition-all"
textBoxButtonTextClassName="text-lg"
/>
</div>