4 Commits

Author SHA1 Message Date
8501dc8482 Merge version_2 into main
Merge version_2 into main
2026-03-25 04:40:39 +00:00
9de12a6e65 Update src/app/page.tsx 2026-03-25 04:40:36 +00:00
30509298da Merge version_2 into main
Merge version_2 into main
2026-03-25 04:40:05 +00:00
47db959e50 Update src/app/page.tsx 2026-03-25 04:39:59 +00:00

View File

@@ -32,61 +32,40 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "Experience", name: "Experience", id: "experience"},
id: "experience",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Commitment", name: "Commitment", id: "commitment"},
id: "commitment",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="CRAZY GRILL CHURRASCARIA" brandName="CRAZY GRILL CHURRASCARIA"
button={{ button={{
text: "Book a Table Now", text: "Book a Table Now", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="The Ultimate Steakhouse Experience in Poços de Caldas" title="The Ultimate Steakhouse Experience in Poços de Caldas"
description="Premium rodízio, unforgettable service, and an atmosphere that turns every meal into a special occasion." description="Premium rodízio, unforgettable service, and an atmosphere that turns every meal into a special occasion."
tag="🔥 CRAZY GRILL CHURRASCARIA" tag="🔥 CRAZY GRILL CHURRASCARIA"
buttons={[ buttons={[
{ {
text: "Book a Table Now", text: "Book a Table Now", href: "#contact"},
href: "#contact",
},
{ {
text: "View Menu", text: "View Menu", href: "#products"},
href: "#products",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/grilled-rack-ribs-with-flames-background_84443-82147.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grilled-rack-ribs-with-flames-background_84443-82147.jpg", imageAlt: "Juicy steak being sliced over an open fire"},
imageAlt: "Juicy steak being sliced over an open fire",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-baking-metal-sheet-from-outdoor-barbecue_23-2147840953.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-baking-metal-sheet-from-outdoor-barbecue_23-2147840953.jpg", imageAlt: "Open fire grill at a Brazilian steakhouse"},
imageAlt: "Open fire grill at a Brazilian steakhouse",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
rating={5} rating={5}
@@ -101,33 +80,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "The Johnson Family", role: "Loyal Customers", testimonial: "Every time we travel here, Crazy Grill is where we go! The flavor and service is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-dining-table-focus-is-redhead-woman_637285-3231.jpg"},
name: "The Johnson Family",
role: "Loyal Customers",
testimonial: "Every time we travel here, Crazy Grill is where we go! The flavor and service are unmatched.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-dining-table-focus-is-redhead-woman_637285-3231.jpg",
},
{ {
id: "2", id: "2", name: "Sophia Mendes", role: "Frequent Visitor", testimonial: "Service that makes you want to come back again and again. Truly the best value for money in the city!", 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"},
name: "Sophia Mendes",
role: "Frequent Visitor",
testimonial: "Service that makes you want to come back again and again. Truly the best value for money in the city!",
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",
},
{ {
id: "3", id: "3", name: "Carlos Eduardo", role: "Food Critic", testimonial: "An authentic Brazilian churrascaria experience. Premium cuts and a vibrant atmosphere. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149152904.jpg"},
name: "Carlos Eduardo",
role: "Food Critic",
testimonial: "An authentic Brazilian churrascaria experience. Premium cuts and a vibrant atmosphere. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-table_23-2149152904.jpg",
},
{ {
id: "4", id: "4", name: "Maria Clara", role: "Traveler", testimonial: "Unforgettable! The food is exquisite, and the staff treat you like family. A must-visit in Poços de Caldas.", imageSrc: "http://img.b2bpic.net/free-photo/funny-attractive-friends-spending-time-with-pleasure-beach-cheerfully-smiling_8353-6893.jpg"},
name: "Maria Clara",
role: "Traveler",
testimonial: "Unforgettable! The food is exquisite, and the staff treat you like family. A must-visit in Poços de Caldas.",
imageSrc: "http://img.b2bpic.net/free-photo/funny-attractive-friends-spending-time-with-pleasure-beach-cheerfully-smiling_8353-6893.jpg",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Discover why our customers keep coming back for the unparalleled Crazy Grill experience." description="Discover why our customers keep coming back for the unparalleled Crazy Grill experience."
@@ -141,22 +100,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Full Rodízio", title: "Full Rodízio", description: "Premium cuts served directly at your table, perfectly grilled to your liking.", bentoComponent: "reveal-icon", icon: Utensils,
description: "Premium cuts served directly at your table, perfectly grilled to your liking.",
bentoComponent: "reveal-icon",
icon: Utensils,
}, },
{ {
title: "Gourmet Buffet", title: "Gourmet Buffet", description: "A lavish spread of fresh salads, hot dishes, and high-quality sides to complement your meal.", bentoComponent: "reveal-icon", icon: Star,
description: "A lavish spread of fresh salads, hot dishes, and high-quality sides to complement your meal.",
bentoComponent: "reveal-icon",
icon: Star,
}, },
{ {
title: "Memorable Service", title: "Memorable Service", description: "Our friendly, attentive team ensures every guest feels special and well-cared for.", bentoComponent: "reveal-icon", icon: Sparkles,
description: "Our friendly, attentive team ensures every guest feels special and well-cared for.",
bentoComponent: "reveal-icon",
icon: Sparkles,
}, },
]} ]}
title="The Crazy Grill Experience" title="The Crazy Grill Experience"
@@ -172,25 +122,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "value", id: "value", value: "Best Value", title: "Premium Experience", description: "High quality without overpriced menus.", icon: DollarSign,
value: "Best Value",
title: "Premium Experience",
description: "High quality without overpriced menus.",
icon: DollarSign,
}, },
{ {
id: "occasion", id: "occasion", value: "Any Occasion", title: "Perfect For", description: "Birthdays, family gatherings, or casual dinners.", icon: Star,
value: "Any Occasion",
title: "Perfect For",
description: "Birthdays, family gatherings, or casual dinners.",
icon: Star,
}, },
{ {
id: "atmosphere", id: "atmosphere", value: "Lively Vibes", title: "Energetic Atmosphere", description: "Especially on promotion days—full of energy and great vibes.", icon: Star,
value: "Lively Vibes",
title: "Energetic Atmosphere",
description: "Especially on promotion days—full of energy and great vibes.",
icon: Star,
}, },
]} ]}
title="Why Choose Crazy Grill?" title="Why Choose Crazy Grill?"
@@ -206,32 +144,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "picanha", id: "picanha", name: "Premium Picanha", price: "Market Price", variant: "Rodízio Classic", imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-wooden-board_140725-1412.jpg", imageAlt: "Premium Picanha steak"},
name: "Premium Picanha",
price: "Market Price",
variant: "Rodízio Classic",
imageSrc: "http://img.b2bpic.net/free-photo/rib-eye-steak-wooden-board_140725-1412.jpg",
imageAlt: "Premium Picanha steak",
},
{ {
id: "sirloin", id: "sirloin", name: "Juicy Sirloin", price: "Market Price", variant: "Grilled to Perfection", imageSrc: "http://img.b2bpic.net/free-photo/cutting-roasted-beef-sirloin-with-rosemary-pepper_1150-18512.jpg", imageAlt: "Juicy Sirloin steak"},
name: "Juicy Sirloin",
price: "Market Price",
variant: "Grilled to Perfection",
imageSrc: "http://img.b2bpic.net/free-photo/cutting-roasted-beef-sirloin-with-rosemary-pepper_1150-18512.jpg",
imageAlt: "Juicy Sirloin steak",
},
{ {
id: "chicken", id: "chicken", name: "Seasoned Chicken", price: "Market Price", variant: "Artisan Seasoning", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189873.jpg", imageAlt: "Seasoned Grilled Chicken"},
name: "Seasoned Chicken",
price: "Market Price",
variant: "Artisan Seasoning",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189873.jpg",
imageAlt: "Seasoned Grilled Chicken",
},
]} ]}
title="A Taste of Our Menu" title="A Taste of Our Menu"
description="Explore a selection of our premium cuts and fresh buffet offerings." description="Explore a selection of our premium cuts and fresh buffet offerings."
tag="Our Menu"
/> />
</div> </div>
@@ -240,9 +161,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
title="Our Commitment to You" title="Our Commitment to You"
description={[ description={[
"At Crazy Grill Churrascaria, we value your trust. We are constantly improving to deliver the best experience possible, and your feedback helps us grow.", "At Crazy Grill Churrascaria, we value your trust. We are constantly improving to deliver the best experience possible, and your feedback helps us grow.", "Our promise: Buffet ready on time, fast and respectful service, and consistent quality every day. That's the Crazy Grill difference."]}
"Our promise: Buffet ready on time, fast and respectful service, and consistent quality every day. That's the Crazy Grill difference.",
]}
/> />
</div> </div>
@@ -250,21 +169,10 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Ready to Indulge?" tag="Ready to Indulge?"
title="Book Your Table Now" title="Book Your Table Now"
description="Discover why guests keep coming back and experience the unforgettable Crazy Grill Churrascaria." description="Discover why guests keep coming back and experience the unforgettable Crazy Grill Churrascaria."
buttons={[
{
text: "Reserve via WhatsApp",
href: "https://wa.me/5535999999999",
},
{
text: "Get Directions",
href: "https://maps.app.goo.gl/example",
},
]}
/> />
</div> </div>
@@ -274,58 +182,35 @@ export default function LandingPage() {
imageAlt="Elegant dining atmosphere at Crazy Grill" imageAlt="Elegant dining atmosphere at Crazy Grill"
columns={[ columns={[
{ {
title: "Location & Hours", title: "Location & Hours", items: [
items: [
{ {
label: "Poços de Caldas, MG", label: "Poços de Caldas, MG", href: "#"},
href: "#",
},
{ {
label: "Opening Hours: 11 AM - 11 PM", label: "Opening Hours: 11 AM - 11 PM", href: "#"},
href: "#",
},
{ {
label: "WhatsApp", label: "WhatsApp", href: "https://wa.me/5535999999999"},
href: "https://wa.me/5535999999999",
},
{ {
label: "Google Maps", label: "Google Maps", href: "https://maps.app.goo.gl/example"},
href: "https://maps.app.goo.gl/example",
},
], ],
}, },
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#home"},
href: "#home",
},
{ {
label: "The Experience", label: "The Experience", href: "#experience"},
href: "#experience",
},
{ {
label: "Menu Preview", label: "Menu Preview", href: "#products"},
href: "#products",
},
{ {
label: "Our Commitment", label: "Our Commitment", href: "#commitment"},
href: "#commitment",
},
], ],
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "https://instagram.com/crazygrill"},
href: "https://instagram.com/crazygrill",
},
{ {
label: "Facebook", label: "Facebook", href: "https://facebook.com/crazygrill"},
href: "https://facebook.com/crazygrill",
},
], ],
}, },
]} ]}