Update src/app/page.tsx
This commit is contained in:
244
src/app/page.tsx
244
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Sabor de Familia"
|
||||
/>
|
||||
@@ -55,33 +43,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Sabor de Familia"
|
||||
description="Authentic Venezuelan Cuisine Made with Love. Tradition in every bite."
|
||||
tag="Since 1998"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-assortment_23-2148708217.jpg?_wi=1",
|
||||
imageAlt: "Authentic Venezuelan food platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-centered-view-salad-plate-stand-dark-grey-background_140725-134657.jpg?_wi=1",
|
||||
imageAlt: "Fresh arepas",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-tasty-vegetables_23-2148716419.jpg",
|
||||
imageAlt: "High angle arepas and tasty vegetables",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-basket-with-cloth-knife_23-2148742416.jpg",
|
||||
imageAlt: "High angle of arepas in basket with cloth and knife",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corn-arepas-arrangement-flat-lay_23-2148708213.jpg",
|
||||
imageAlt: "Corn and arepas arrangement flat lay",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-assortment_23-2148708217.jpg", imageAlt: "Authentic Venezuelan food platter" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-centered-view-salad-plate-stand-dark-grey-background_140725-134657.jpg", imageAlt: "Fresh arepas" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -93,19 +61,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Story",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/bottom-view-chopped-vegetables-cut-onion-cut-green-tomatoes-cauliflower-cut-yellow-bell-peppers-bowls-white-table-with-free-space_140725-102632.jpg",
|
||||
alt: "Family cooking together",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "We are a family-owned restaurant bringing the rich flavors of Venezuela to your table. From handmade arepas to savory pabellón criollo, every dish is crafted with tradition, passion, and the freshest ingredients.",
|
||||
},
|
||||
{ type: "text", content: "Our Story" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/bottom-view-chopped-vegetables-cut-onion-cut-green-tomatoes-cauliflower-cut-yellow-bell-peppers-bowls-white-table-with-free-space_140725-102632.jpg", alt: "Family cooking together" },
|
||||
{ type: "text", content: "We are a family-owned restaurant bringing the rich flavors of Venezuela to your table. From handmade arepas to savory pabellón criollo, every dish is crafted with tradition, passion, and the freshest ingredients." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,57 +74,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Arepas",
|
||||
description: "Cornmeal pockets stuffed with cheese, beef, or chicken",
|
||||
icon: Beef,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-arepas-wooden-board_23-2148708241.jpg",
|
||||
imageAlt: "Arepas",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-plate-arrangement_23-2148708243.jpg",
|
||||
imageAlt: "Arepas",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-food-assortment_23-2148708217.jpg?_wi=2",
|
||||
imageAlt: "authentic venezuelan arepa with cheese filling",
|
||||
},
|
||||
{
|
||||
title: "Pabellón Criollo",
|
||||
description: "Shredded beef, rice, black beans, and fried plantains",
|
||||
icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-still-life_23-2150227846.jpg",
|
||||
imageAlt: "Pabellon",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-arrangement-view_23-2148725077.jpg",
|
||||
imageAlt: "Pabellon",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-chopped-vegetables-cut-onion-cut-green-tomatoes-cauliflower-cut-yellow-bell-peppers-bowls-white-table-with-free-space_140725-102632.jpg",
|
||||
imageAlt: "authentic venezuelan arepa with cheese filling",
|
||||
},
|
||||
{
|
||||
title: "Tequeños",
|
||||
description: "Crispy cheese sticks served with dipping sauce",
|
||||
icon: Star,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-sweet-chili-with-cracker_140725-3726.jpg",
|
||||
imageAlt: "Tequenos",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149387994.jpg",
|
||||
imageAlt: "Tequenos",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-centered-view-salad-plate-stand-dark-grey-background_140725-134657.jpg?_wi=2",
|
||||
imageAlt: "authentic venezuelan arepa with cheese filling",
|
||||
},
|
||||
{ title: "Arepas", description: "Cornmeal pockets stuffed with cheese, beef, or chicken", icon: Beef, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-arepas-wooden-board_23-2148708241.jpg", imageAlt: "Arepas" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arepas-plate-arrangement_23-2148708243.jpg", imageAlt: "Arepas" }] },
|
||||
{ title: "Pabellón Criollo", description: "Shredded beef, rice, black beans, and fried plantains", icon: Utensils, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-still-life_23-2150227846.jpg", imageAlt: "Pabellon" }, { imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-arrangement-view_23-2148725077.jpg", imageAlt: "Pabellon" }] },
|
||||
{ title: "Tequeños", description: "Crispy cheese sticks served with dipping sauce", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/chicken-nuggets-with-sweet-chili-with-cracker_140725-3726.jpg", imageAlt: "Tequenos" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149387994.jpg", imageAlt: "Tequenos" }] }
|
||||
]}
|
||||
title="Authentic Specialties"
|
||||
description="Discover the true taste of Venezuela with our traditional recipes."
|
||||
@@ -178,49 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arepas",
|
||||
price: "$8",
|
||||
variant: "Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-raw-arepas-grill-pan_23-2148716420.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pabellón Criollo",
|
||||
price: "$18",
|
||||
variant: "Signature",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-eating-delicious-eastern-pea-soup-with-meat-wooden-table-high-angle-view_176474-3801.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tequeños",
|
||||
price: "$10",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-with-onion-green-apple_2829-14200.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Platter",
|
||||
price: "$22",
|
||||
variant: "Large",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-frame-with-copy-space_23-2148708191.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Empanadas",
|
||||
price: "$7",
|
||||
variant: "Street",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-herbs-pomegranate_140725-4015.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cachapas",
|
||||
price: "$12",
|
||||
variant: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2149865533.jpg",
|
||||
},
|
||||
{ id: "1", name: "Arepas", price: "$8", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-raw-arepas-grill-pan_23-2148716420.jpg" },
|
||||
{ id: "2", name: "Pabellón Criollo", price: "$18", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-delicious-eastern-pea-soup-with-meat-wooden-table-high-angle-view_176474-3801.jpg" },
|
||||
{ id: "3", name: "Tequeños", price: "$10", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/herring-salad-with-onion-green-apple_2829-14200.jpg" }
|
||||
]}
|
||||
title="Chef Specials"
|
||||
description="Featured menu items crafted to perfection."
|
||||
@@ -231,31 +103,9 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-eating-salad-with-fork-bowl_23-2147893435.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg" },
|
||||
{ id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-eating-salad-with-fork-bowl_23-2147893435.jpg" },
|
||||
{ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" }
|
||||
]}
|
||||
cardTitle="Loved by our guests"
|
||||
cardTag="Testimonials"
|
||||
@@ -269,33 +119,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "25k+",
|
||||
title: "Served Dishes",
|
||||
items: [
|
||||
"Fresh ingredients",
|
||||
"Local sourcing",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+",
|
||||
title: "Years Strong",
|
||||
items: [
|
||||
"Family tradition",
|
||||
"Authentic recipes",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Authenticity",
|
||||
items: [
|
||||
"Venezuelan spirit",
|
||||
"Handcrafted",
|
||||
],
|
||||
},
|
||||
{ id: "1", value: "25k+", title: "Served Dishes", items: ["Fresh ingredients", "Local sourcing"] },
|
||||
{ id: "2", value: "15+", title: "Years Strong", items: ["Family tradition", "Authentic recipes"] },
|
||||
{ id: "3", value: "100%", title: "Authenticity", items: ["Venezuelan spirit", "Handcrafted"] }
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Feeding hungry hearts since the very beginning."
|
||||
@@ -307,21 +133,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer reservations?",
|
||||
content: "Yes, we accept reservations for parties of 6 or more.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you open on Sundays?",
|
||||
content: "Yes, we are open daily from 11am to 9pm.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Absolutely! We have several vegetarian arepa and side dish options.",
|
||||
},
|
||||
{ id: "1", title: "Do you offer reservations?", content: "Yes, we accept reservations for parties of 6 or more." },
|
||||
{ id: "2", title: "Are you open on Sundays?", content: "Yes, we are open daily from 11am to 9pm." },
|
||||
{ id: "3", title: "Do you have vegetarian options?", content: "Absolutely! We have several vegetarian arepa and side dish options." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our restaurant? Here are some answers."
|
||||
@@ -332,9 +146,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Location & Hours"
|
||||
title="Visit Us Today"
|
||||
description="Come and enjoy a family dinner at Sabor de Familia."
|
||||
@@ -352,4 +164,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user