|
|
|
@@ -13,6 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|
|
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
import { MessageCircle, Sparkles, Star, Users } from "lucide-react";
|
|
|
|
import { MessageCircle, Sparkles, Star, Users } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
@@ -27,7 +28,7 @@ export default function LandingPage() {
|
|
|
|
cardStyle="outline"
|
|
|
|
cardStyle="outline"
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
primaryButtonStyle="flat"
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
headingFontWeight="light"
|
|
|
|
headingFontWeight="normal"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ReactLenis root>
|
|
|
|
<ReactLenis root>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
@@ -57,8 +58,8 @@ export default function LandingPage() {
|
|
|
|
<HeroBillboard
|
|
|
|
<HeroBillboard
|
|
|
|
background={{
|
|
|
|
background={{
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
variant: "radial-gradient"}}
|
|
|
|
title="Churrascaria e Pizzaria Colonial"
|
|
|
|
title="Fogo. Tradição. Sabor."
|
|
|
|
description="Experimente o sabor autêntico do churrasco e as pizzas artesanais mais deliciosas da cidade em um ambiente que combina tradição e elegância."
|
|
|
|
description="Onde a brasa encontra a massa, e a tradição vira experiência."
|
|
|
|
tag="Sabor e Tradição"
|
|
|
|
tag="Sabor e Tradição"
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
tagAnimation="blur-reveal"
|
|
|
|
tagAnimation="blur-reveal"
|
|
|
|
@@ -99,12 +100,23 @@ export default function LandingPage() {
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
marqueeSpeed={30}
|
|
|
|
marqueeSpeed={30}
|
|
|
|
showMarqueeCard={true}
|
|
|
|
showMarqueeCard={true}
|
|
|
|
|
|
|
|
titleClassName="font-serif text-6xl md:text-7xl lg:text-8xl"
|
|
|
|
|
|
|
|
descriptionClassName="italic"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="intro-text" data-section="intro-text">
|
|
|
|
|
|
|
|
<TextAbout
|
|
|
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
|
|
|
title="No coração de [Cidade], o Colonial Restaurant é o ponto de encontro de sabores inesquecíveis. Desde 1990, servimos o melhor da culinária brasileira e italiana, com um toque de inovação e o calor da tradição."
|
|
|
|
|
|
|
|
titleClassName="font-serif text-3xl md:text-4xl lg:text-5xl"
|
|
|
|
|
|
|
|
className="bg-background text-foreground"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
heading={[
|
|
|
|
heading={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "text", content: "Nossa História de Sabor e Paixão"},
|
|
|
|
type: "text", content: "Nossa História de Sabor e Paixão"},
|
|
|
|
@@ -121,7 +133,7 @@ export default function LandingPage() {
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<FeatureBento
|
|
|
|
<FeatureBento
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@@ -165,7 +177,7 @@ export default function LandingPage() {
|
|
|
|
animationType="scale-rotate"
|
|
|
|
animationType="scale-rotate"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
products={[
|
|
|
|
products={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Picanha Especial", price: "R$ 79,90", variant: "100g", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak_93675-128217.jpg", imageAlt: "Picanha grelhada"},
|
|
|
|
id: "1", name: "Picanha Especial", price: "R$ 79,90", variant: "100g", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak_93675-128217.jpg", imageAlt: "Picanha grelhada"},
|
|
|
|
@@ -189,7 +201,7 @@ export default function LandingPage() {
|
|
|
|
<PricingCardTwo
|
|
|
|
<PricingCardTwo
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
plans={[
|
|
|
|
plans={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "basic-rodizio", badge: "Clássico", price: "R$ 99,90", subtitle: "Por Pessoa", buttons: [
|
|
|
|
id: "basic-rodizio", badge: "Clássico", price: "R$ 99,90", subtitle: "Por Pessoa", buttons: [
|
|
|
|
@@ -228,7 +240,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardTwelve
|
|
|
|
<TestimonialCardTwelve
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2787.jpg", imageAlt: "Foto de Ana Silva"},
|
|
|
|
id: "1", name: "Ana Silva", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2787.jpg", imageAlt: "Foto de Ana Silva"},
|
|
|
|
@@ -255,7 +267,7 @@ export default function LandingPage() {
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
members={[
|
|
|
|
members={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1", name: "Chef Ricardo", role: "Mestre Churrasqueiro", description: "Com anos de experiência e paixão pela brasa, Ricardo é o coração da nossa churrascaria.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-kitchen_23-2149631673.jpg", imageAlt: "Foto do Chef Ricardo"},
|
|
|
|
id: "1", name: "Chef Ricardo", role: "Mestre Churrasqueiro", description: "Com anos de experiência e paixão pela brasa, Ricardo é o coração da nossa churrascaria.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-kitchen_23-2149631673.jpg", imageAlt: "Foto do Chef Ricardo"},
|
|
|
|
@@ -272,7 +284,7 @@ export default function LandingPage() {
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
<SocialProofOne
|
|
|
|
<SocialProofOne
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
names={[
|
|
|
|
names={[
|
|
|
|
"Críticos Culinários", "Guia de Sabores", "Melhores Restaurantes", "Revista Gourmet", "Chef's Choice", "Parceiro Premium", "Prêmio de Ouro"]}
|
|
|
|
"Críticos Culinários", "Guia de Sabores", "Melhores Restaurantes", "Revista Gourmet", "Chef's Choice", "Parceiro Premium", "Prêmio de Ouro"]}
|
|
|
|
title="Reconhecimento da Qualidade"
|
|
|
|
title="Reconhecimento da Qualidade"
|
|
|
|
@@ -284,7 +296,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCTA
|
|
|
|
<ContactCTA
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
background={{
|
|
|
|
background={{
|
|
|
|
variant: "sparkles-gradient"}}
|
|
|
|
variant: "sparkles-gradient"}}
|
|
|
|
tag="Entre em Contato"
|
|
|
|
tag="Entre em Contato"
|
|
|
|
|