Merge version_1 into main #2
@@ -8,41 +8,43 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { Star, Utensils, Award } from 'lucide-react';
|
||||
|
||||
export default function Home() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered navItems={navItems} brandName="La Branca del Quebracho" />
|
||||
</div>
|
||||
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "radial-gradient" }}
|
||||
logoText="La Branca del Quebracho"
|
||||
description="La mejor parrilla argentina de Reus. Autenticidad, fuego y brasas en cada bocado."
|
||||
buttons={[{ text: "Reservar mesa", href: "#reservas" }, { text: "Ver carta", href: "#especialidades" }]}
|
||||
buttons={[
|
||||
{ text: "Reservar mesa", href: "#reservas" },
|
||||
{ text: "Ver carta", href: "#especialidades" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grilled-steak-skewer-served-rustic-plate-generative-ai_188544-8374.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="especialidades" data-section="especialidades">
|
||||
<ProductCardFour
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -59,7 +61,7 @@ export default function Home() {
|
||||
</div>
|
||||
|
||||
<div id="sobre-nosotros" data-section="sobre-nosotros">
|
||||
<TextAbout
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Nuestra Pasión Argentina"
|
||||
buttons={[{ text: "Conócenos", href: "#" }]}
|
||||
@@ -67,7 +69,7 @@ export default function Home() {
|
||||
</div>
|
||||
|
||||
<div id="reseñas" data-section="reseñas">
|
||||
<TestimonialCardSixteen
|
||||
<TestimonialCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -78,14 +80,18 @@ export default function Home() {
|
||||
{ id: "4", name: "Ana Sanchez", role: "Cliente", company: "Reus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-brunette-woman-trench-coat-red-dress-stylish-beret-waves-hand-greeting-smiles-widely-sits-street-cafe_197531-29300.jpg" },
|
||||
{ id: "5", name: "Luis Diaz", role: "Cliente", company: "Reus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg" }
|
||||
]}
|
||||
kpiItems={[{ value: "4.9", label: "Estrellas" }, { value: "226", label: "Reseñas" }, { value: "100%", label: "Autenticidad" }]}
|
||||
kpiItems={[
|
||||
{ value: "4.9", label: "Estrellas" },
|
||||
{ value: "226", label: "Reseñas" },
|
||||
{ value: "100%", label: "Autenticidad" }
|
||||
]}
|
||||
title="Opiniones de nuestros comensales"
|
||||
description="226 reseñas, 4.9 estrellas"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reservas" data-section="reservas">
|
||||
<ContactText
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Reservas: 625 17 00 29. Abierto Mié-Dom. ¡Te esperamos!"
|
||||
@@ -94,7 +100,7 @@ export default function Home() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterBaseCard
|
||||
logoText="La Branca del Quebracho"
|
||||
columns={[
|
||||
{ title: "Contacto", items: [{ label: "625 17 00 29", href: "tel:625170029" }, { label: "Carrer Ample 45, Reus", href: "#" }] },
|
||||
@@ -104,4 +110,4 @@ export default function Home() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user