Merge version_3 into main #4
@@ -5,12 +5,12 @@ import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Award, CookingPot, Feather, Flame, Heart, Leaf, MapPin, Sparkles, Star, Users, Utensils, Wine } from "lucide-react";
|
||||
@@ -141,37 +141,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyFive
|
||||
<FeatureCardTwentySeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "Culinária de Fogo Lento", description: "Nossa técnica exclusiva de cozimento em baixa temperatura e longo tempo extrai o máximo de sabor e maciez de cada ingrediente, resultando em pratos suculentos e aromáticos.", icon: CookingPot,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468695.jpg", imageAlt: "Chef grelhando carne na brasa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-vegetables-composition-sliced-whole-vegetables-white-background-ripe-healthy-life-diet-meal-salad_140725-98241.jpg", imageAlt: "Detalhe de carne assada"},
|
||||
]
|
||||
id: "1", title: "Culinária de Fogo Lento", descriptions: ["Nossa técnica exclusiva de cozimento em baixa temperatura e longo tempo extrai o máximo de sabor e maciez de cada ingrediente, resultando em pratos suculentos e aromáticos."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468695.jpg", imageAlt: "Chef grelhando carne na brasa"
|
||||
},
|
||||
{
|
||||
title: "Ingredientes Locais e Frescos", description: "Valorizamos a procedência. Trabalhamos em parceria com produtores locais e sazonais para garantir que cada prato seja preparado com os ingredientes mais frescos e de alta qualidade.", icon: Feather,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-ingredients-grey-health-salad-diet-food_140725-123946.jpg", imageAlt: "Cesta de legumes frescos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bicycle-basket-with-fresh-groceries-high-angle_23-2149739955.jpg", imageAlt: "Chef colhendo ervas frescas"},
|
||||
]
|
||||
id: "2", title: "Ingredientes Locais e Frescos", descriptions: ["Valorizamos a procedência. Trabalhamos em parceria com produtores locais e sazonais para garantir que cada prato seja preparado com os ingredientes mais frescos e de alta qualidade."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-with-ingredients-grey-health-salad-diet-food_140725-123946.jpg", imageAlt: "Cesta de legumes frescos"
|
||||
},
|
||||
{
|
||||
title: "Adega Curada", description: "Nossa adega oferece uma seleção cuidadosa de vinhos nacionais e internacionais, escolhidos para harmonizar perfeitamente com cada prato do nosso menu, elevando sua experiência gustativa.", icon: Wine,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-interacting-with-plasma-ball_23-2150767788.jpg", imageAlt: "Sommelier servindo vinho"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decanter-glass-with-wine-table-assortment_23-2149746488.jpg", imageAlt: "Taça de vinho tinto"},
|
||||
]
|
||||
id: "3", title: "Adega Curada", descriptions: ["Nossa adega oferece uma seleção cuidadosa de vinhos nacionais e internacionais, escolhidos para harmonizar perfeitamente com cada prato do nosso menu, elevando sua experiência gustativa."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-interacting-with-plasma-ball_23-2150767788.jpg", imageAlt: "Sommelier servindo vinho"
|
||||
},
|
||||
]}
|
||||
title="A Essência do Slow Fire"
|
||||
@@ -180,7 +165,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
@@ -209,14 +194,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="specials" data-section="specials">
|
||||
<PricingCardThree
|
||||
<PricingCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "degustacao", badge: "Mais Popular", badgeIcon: Sparkles,
|
||||
price: "R$ 180,00", name: "Menu Degustação (por pessoa)", buttons: [
|
||||
price: "R$ 180,00", subtitle: "Menu Degustação (por pessoa)", buttons: [
|
||||
{
|
||||
text: "Reservar Degustação", href: "#contact"},
|
||||
],
|
||||
@@ -225,7 +210,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "casal", badge: "Romântico", badgeIcon: Heart,
|
||||
price: "R$ 350,00", name: "Jantar Romântico para Casal", buttons: [
|
||||
price: "R$ 350,00", subtitle: "Jantar Romântico para Casal", buttons: [
|
||||
{
|
||||
text: "Reservar Jantar", href: "#contact"},
|
||||
],
|
||||
@@ -234,7 +219,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "eventos", badge: "Personalizado", badgeIcon: Users,
|
||||
price: "Consulte-nos", name: "Eventos e Celebrações", buttons: [
|
||||
price: "Consulte-nos", subtitle: "Eventos e Celebrações", buttons: [
|
||||
{
|
||||
text: "Solicitar Proposta", href: "#contact"},
|
||||
],
|
||||
@@ -378,4 +363,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user