Merge version_1 into main #2
304
src/app/page.tsx
304
src/app/page.tsx
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import LegalSection from '@/components/legal/LegalSection';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -28,132 +27,51 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "favorites",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "favorites" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Cylantros"
|
||||
button={{ text: "Order Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Venezuelan Flavor"
|
||||
description="Homemade dishes. Bold flavor. Unforgettable experience."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-with-copy-space_23-2148708189.jpg?_wi=1",
|
||||
imageAlt: "Authentic Dish 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg?_wi=1",
|
||||
imageAlt: "Authentic Dish 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg?_wi=1",
|
||||
imageAlt: "Authentic Dish 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg?_wi=1",
|
||||
imageAlt: "Authentic Dish 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg?_wi=1",
|
||||
imageAlt: "Authentic Dish 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751952.jpg?_wi=1",
|
||||
imageAlt: "Authentic Dish 6",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-with-copy-space_23-2148708189.jpg", imageAlt: "Authentic Dish 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg", imageAlt: "Authentic Dish 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg", imageAlt: "Authentic Dish 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg", imageAlt: "Authentic Dish 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg", imageAlt: "Authentic Dish 5" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751952.jpg", imageAlt: "Authentic Dish 6" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-greens-potatoes-dark-desk_140725-76926.jpg?_wi=1",
|
||||
imageAlt: "Authentic Dish 7",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-with-copy-space_23-2148708189.jpg?_wi=2",
|
||||
imageAlt: "Authentic Dish 8",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg?_wi=2",
|
||||
imageAlt: "Authentic Dish 9",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg?_wi=2",
|
||||
imageAlt: "Authentic Dish 10",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg?_wi=2",
|
||||
imageAlt: "Authentic Dish 11",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg?_wi=2",
|
||||
imageAlt: "Authentic Dish 12",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-greens-potatoes-dark-desk_140725-76926.jpg", imageAlt: "Authentic Dish 7" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-with-copy-space_23-2148708189.jpg", imageAlt: "Authentic Dish 8" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg", imageAlt: "Authentic Dish 9" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg", imageAlt: "Authentic Dish 10" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg", imageAlt: "Authentic Dish 11" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg", imageAlt: "Authentic Dish 12" },
|
||||
]}
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Loved by 500+ locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Organic",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-to-Table",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handmade Daily",
|
||||
},
|
||||
{ text: "100% Organic" },
|
||||
{ text: "Farm-to-Table" },
|
||||
{ text: "Authentic Recipes" },
|
||||
{ text: "Family Owned" },
|
||||
{ text: "Handmade Daily" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -165,48 +83,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sancocho Soup",
|
||||
price: "Classic",
|
||||
variant: "Hearty classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Empanadas",
|
||||
price: "Crispy",
|
||||
variant: "Golden pastry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pork Grill",
|
||||
price: "Savory",
|
||||
variant: "Juicy seasoned",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Steak Tacos",
|
||||
price: "Signature",
|
||||
variant: "Customer favorite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Arepas",
|
||||
price: "Traditional",
|
||||
variant: "Freshly baked",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751952.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Platano maduro",
|
||||
price: "Sweet",
|
||||
variant: "Sweet fried plantain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-greens-potatoes-dark-desk_140725-76926.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Sancocho Soup", price: "Classic", variant: "Hearty classic", imageSrc: "http://img.b2bpic.net/free-photo/traditional-african-okra-soup-wooden-table_123827-29004.jpg" },
|
||||
{ id: "2", name: "Empanadas", price: "Crispy", variant: "Golden pastry", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-pies_23-2148322829.jpg" },
|
||||
{ id: "3", name: "Pork Grill", price: "Savory", variant: "Juicy seasoned", imageSrc: "http://img.b2bpic.net/free-photo/pork-steak-with-sausage_1339-5832.jpg" },
|
||||
{ id: "4", name: "Steak Tacos", price: "Signature", variant: "Customer favorite", imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-food_23-2148140178.jpg" },
|
||||
{ id: "5", name: "Arepas", price: "Traditional", variant: "Freshly baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table-still-life_23-2150751952.jpg" },
|
||||
{ id: "6", name: "Platano maduro", price: "Sweet", variant: "Sweet fried plantain", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-meat-soup-with-greens-potatoes-dark-desk_140725-76926.jpg" },
|
||||
]}
|
||||
title="Customer Favorites"
|
||||
description="Rich, homemade classics that capture the true soul of Venezuela."
|
||||
@@ -218,85 +100,21 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing Food",
|
||||
quote: "Food is amazing, place is really clean, staff is friendly, prices are good.",
|
||||
name: "Maria G.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best Meal",
|
||||
quote: "Some of the best homemade meals I’ve ever had!",
|
||||
name: "Carlos R.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Incredible Tacos",
|
||||
quote: "Steak tacos were incredible.",
|
||||
name: "Sarah J.",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Authentic",
|
||||
quote: "Tastes just like my grandmother's cooking.",
|
||||
name: "Jose M.",
|
||||
role: "Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Highly Recommend",
|
||||
quote: "Will definitely be coming back for more.",
|
||||
name: "Elena P.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg",
|
||||
},
|
||||
{ id: "1", title: "Amazing Food", quote: "Food is amazing, place is really clean, staff is friendly, prices are good.", name: "Maria G.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/happy-waiter-talking-female-customer-writing-her-order-digital-tablet-bar_637285-2301.jpg" },
|
||||
{ id: "2", title: "Best Meal", quote: "Some of the best homemade meals I’ve ever had!", name: "Carlos R.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-holding-muffin-hand-looking-away_23-2147974651.jpg" },
|
||||
{ id: "3", title: "Incredible Tacos", quote: "Steak tacos were incredible.", name: "Sarah J.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" },
|
||||
{ id: "4", title: "Authentic", quote: "Tastes just like my grandmother's cooking.", name: "Jose M.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg" },
|
||||
{ id: "5", title: "Highly Recommend", quote: "Will definitely be coming back for more.", name: "Elena P.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006698.jpg" },
|
||||
]}
|
||||
title="What People Are Saying"
|
||||
description="Our customers are our greatest critics and biggest fans."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="legal" data-section="legal">
|
||||
<LegalSection
|
||||
layout="section"
|
||||
title="Terms and Conditions"
|
||||
sections={[
|
||||
{
|
||||
heading: "Our Promise",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "At Cylantros, we pride ourselves on using fresh, authentic, and locally sourced ingredients for every Venezuelan dish we serve.",
|
||||
},
|
||||
},
|
||||
{
|
||||
heading: "Dining Policies",
|
||||
content: {
|
||||
type: "list",
|
||||
items: [
|
||||
"Reservations are recommended for weekends.",
|
||||
"Allergen information is available upon request.",
|
||||
"We kindly ask to limit seating to 90 minutes during peak hours.",
|
||||
],
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "cell-wave",
|
||||
}}
|
||||
background={{ variant: "cell-wave" }}
|
||||
tag="Visit Us"
|
||||
title="Come Experience Authentic Venezuelan Cuisine"
|
||||
description="Find us today and enjoy bold flavors in a cozy, welcoming atmosphere."
|
||||
@@ -308,45 +126,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Cylantros"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#favorites",
|
||||
},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Explore", items: [{ label: "Menu", href: "#favorites" }, { label: "Reviews", href: "#reviews" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2026 Cylantros Venezuelan Cuisine"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user