Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
277
src/app/page.tsx
277
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "dishes",
|
||||
},
|
||||
name: "Menu", id: "dishes"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Story", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Latin Corner 772"
|
||||
/>
|
||||
@@ -53,141 +45,85 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Peruvian Flavor. Made With Love."
|
||||
description="Family-owned. Fresh ingredients. Bold recipes straight from Peru — right here in Vero Beach."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-slicec-with-mayyonaise-inside-plate-dark-blue-background-vegetable-salad-food-meal_140725-31040.jpg",
|
||||
imageAlt: "Peruvian dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-slicec-with-mayyonaise-inside-plate-dark-blue-background-vegetable-salad-food-meal_140725-31040.jpg", imageAlt: "Peruvian dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-cream-sauce-mashed-potatoes_140725-2111.jpg",
|
||||
imageAlt: "Ceviche",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-mushrooms-cream-sauce-mashed-potatoes_140725-2111.jpg", imageAlt: "Ceviche"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-with-white-cheese_140725-1393.jpg",
|
||||
imageAlt: "Lomo Saltado",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-with-white-cheese_140725-1393.jpg", imageAlt: "Lomo Saltado"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-thai-basil-chicken-stir-fry_84443-85667.jpg",
|
||||
imageAlt: "Empanadas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-thai-basil-chicken-stir-fry_84443-85667.jpg", imageAlt: "Empanadas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg",
|
||||
imageAlt: "Jalea",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-delicious-food_23-2148949024.jpg", imageAlt: "Jalea"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-painted-black-baked-tomatoes-chilli-peppers_23-2148425535.jpg",
|
||||
imageAlt: "Chifa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-painted-black-baked-tomatoes-chilli-peppers_23-2148425535.jpg", imageAlt: "Chifa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/banana-waffle_1203-3646.jpg",
|
||||
imageAlt: "Flan",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/banana-waffle_1203-3646.jpg", imageAlt: "Flan"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/style-still-life-with-noodles-pan_1150-19768.jpg",
|
||||
imageAlt: "Chifa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/style-still-life-with-noodles-pan_1150-19768.jpg", imageAlt: "Chifa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-crispy-fried-seafood-served-stick-board-white-background_141793-442.jpg",
|
||||
imageAlt: "Jalea",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-crispy-fried-seafood-served-stick-board-white-background_141793-442.jpg", imageAlt: "Jalea"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-ice-cream-caramel-flavour_23-2148430624.jpg",
|
||||
imageAlt: "Empanadas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/extreme-close-up-ice-cream-caramel-flavour_23-2148430624.jpg", imageAlt: "Empanadas"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Now", href: "#"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#dishes",
|
||||
},
|
||||
text: "View Menu", href: "#dishes"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-mayyonaised-salad-inside-brown-plate-dark-desk_140725-32428.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-mayyonaised-salad-inside-brown-plate-dark-desk_140725-32428.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/salad-inside-plate-with-seasonings-dark-blue-desk_140725-32401.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/salad-inside-plate-with-seasonings-dark-blue-desk_140725-32401.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-olivier-salad-served-with-chips-ingredients_181624-49792.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-olivier-salad-served-with-chips-ingredients_181624-49792.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320496.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-arrangement-with-shells-lemons_23-2148308066.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-arrangement-with-shells-lemons_23-2148308066.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Join over 5,000+ satisfied food lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "AUTHENTIC",
|
||||
},
|
||||
type: "text", text: "AUTHENTIC"},
|
||||
{
|
||||
type: "text",
|
||||
text: "TRADITIONAL",
|
||||
},
|
||||
type: "text", text: "TRADITIONAL"},
|
||||
{
|
||||
type: "text",
|
||||
text: "FRESH",
|
||||
},
|
||||
type: "text", text: "FRESH"},
|
||||
{
|
||||
type: "text",
|
||||
text: "FAMILY-OWNED",
|
||||
},
|
||||
type: "text", text: "FAMILY-OWNED"},
|
||||
{
|
||||
type: "text",
|
||||
text: "PERUVIAN",
|
||||
},
|
||||
type: "text", text: "PERUVIAN"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Family Owned",
|
||||
descriptions: [
|
||||
"Proudly operated by our family, sharing our culture with yours.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-lemon-table_140725-9208.jpg",
|
||||
},
|
||||
id: "f1", title: "Family Owned", descriptions: [
|
||||
"Proudly operated by our family, sharing our culture with yours."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-lemon-table_140725-9208.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fresh Daily",
|
||||
descriptions: [
|
||||
"Every ingredient is selected for peak flavor and quality.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-mushrooms-vegetables-plate_141793-1716.jpg",
|
||||
},
|
||||
id: "f2", title: "Fresh Daily", descriptions: [
|
||||
"Every ingredient is selected for peak flavor and quality."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-mushrooms-vegetables-plate_141793-1716.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Flexible Dining",
|
||||
descriptions: [
|
||||
"Dine-in, takeout, or delivery for your convenience.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-rice-pasta-dark-background_23-2148340387.jpg",
|
||||
},
|
||||
id: "f3", title: "Flexible Dining", descriptions: [
|
||||
"Dine-in, takeout, or delivery for your convenience."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-rice-pasta-dark-background_23-2148340387.jpg"},
|
||||
]}
|
||||
title="A Tradition of Taste"
|
||||
description="We believe in the power of authentic recipes."
|
||||
@@ -202,59 +138,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Ceviche",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-eggplant-tomato-green-pepper-with-chili-sauce_114579-2427.jpg",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Ceviche", price: "$18", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/grilled-eggplant-tomato-green-pepper-with-chili-sauce_114579-2427.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Lomo Saltado",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942376.jpg",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Lomo Saltado", price: "$22", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/seared-scallops-with-pea-puree_23-2151942376.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Signature",
|
||||
name: "Empanadas",
|
||||
price: "$12",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-waffle-with-syrup_23-2152005528.jpg",
|
||||
},
|
||||
id: "p3", brand: "Signature", name: "Empanadas", price: "$12", rating: 4,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/golden-waffle-with-syrup_23-2152005528.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Signature",
|
||||
name: "Jalea",
|
||||
price: "$24",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-calamari-rings-garnished-with-teriyaki-sauce-sesame_140725-7098.jpg",
|
||||
},
|
||||
id: "p4", brand: "Signature", name: "Jalea", price: "$24", rating: 5,
|
||||
reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-calamari-rings-garnished-with-teriyaki-sauce-sesame_140725-7098.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Signature",
|
||||
name: "Chifa",
|
||||
price: "$19",
|
||||
rating: 4,
|
||||
reviewCount: "54",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/veal-fillet-stir-fry-with-oranges-paprika-sweet-sour-sauce-wooden-table-flat-lay-top-view_2829-19967.jpg",
|
||||
},
|
||||
id: "p5", brand: "Signature", name: "Chifa", price: "$19", rating: 4,
|
||||
reviewCount: "54", imageSrc: "http://img.b2bpic.net/free-photo/veal-fillet-stir-fry-with-oranges-paprika-sweet-sour-sauce-wooden-table-flat-lay-top-view_2829-19967.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Signature",
|
||||
name: "Flan",
|
||||
price: "$8",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indulgent-dessert-plate-with-chocolate-caramel-cream-generative-ai_188544-40739.jpg",
|
||||
},
|
||||
id: "p6", brand: "Signature", name: "Flan", price: "$8", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/indulgent-dessert-plate-with-chocolate-caramel-cream-generative-ai_188544-40739.jpg"},
|
||||
]}
|
||||
title="From Our Kitchen to Your Soul"
|
||||
description="Hand-crafted plates representing the best of Peru."
|
||||
@@ -263,49 +163,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jonathan B.",
|
||||
handle: "@jonathanb",
|
||||
testimonial: "It's like MOM's food on the go.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/russian-olivie-salad-with-green-herbs_114579-1088.jpg",
|
||||
},
|
||||
id: "1", name: "Jonathan B.", handle: "@jonathanb", testimonial: "It's like MOM's food on the go.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/russian-olivie-salad-with-green-herbs_114579-1088.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mary S.",
|
||||
handle: "@marys",
|
||||
testimonial: "Their ceviche was to die for. Fresh!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg",
|
||||
},
|
||||
id: "2", name: "Mary S.", handle: "@marys", testimonial: "Their ceviche was to die for. Fresh!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-containing-mixed-ingredients-blue-ceramic-plate_114579-1997.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michelle S.",
|
||||
handle: "@michelles",
|
||||
testimonial: "One of the best Peruvian restaurants!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg",
|
||||
},
|
||||
id: "3", name: "Michelle S.", handle: "@michelles", testimonial: "One of the best Peruvian restaurants!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-avocado-served-with-cucumber-slices-greens_140725-8792.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Shirley C.",
|
||||
handle: "@shirleyc",
|
||||
testimonial: "Great food, service with a smile.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-served-white-plate_1304-4025.jpg",
|
||||
},
|
||||
id: "4", name: "Shirley C.", handle: "@shirleyc", testimonial: "Great food, service with a smile.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-vegetables-served-white-plate_1304-4025.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Becca Q.",
|
||||
handle: "@becca",
|
||||
testimonial: "The staff is friendly. Try the jalea!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg",
|
||||
},
|
||||
id: "5", name: "Becca Q.", handle: "@becca", testimonial: "The staff is friendly. Try the jalea!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Don't Take Our Word For It"
|
||||
@@ -318,9 +194,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Taste of Peru on the Treasure Coast"
|
||||
description={[
|
||||
"Latin Corner 772 is more than a restaurant — it's a family tradition served one plate at a time.",
|
||||
"Every dish is crafted from fresh ingredients using recipes passed down through generations. Come hungry. Leave familia.",
|
||||
]}
|
||||
"Latin Corner 772 is more than a restaurant — it's a family tradition served one plate at a time.", "Every dish is crafted from fresh ingredients using recipes passed down through generations. Come hungry. Leave familia."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -328,20 +202,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us Today"
|
||||
title="Your Next Favorite Meal Is Waiting"
|
||||
description="Located at 1615 US-1, Vero Beach. Open daily until 6 PM."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:7722076080",
|
||||
},
|
||||
text: "Call Now", href: "tel:7722076080"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -350,25 +219,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Latin Corner 772",
|
||||
items: [
|
||||
title: "Latin Corner 772", items: [
|
||||
{
|
||||
label: "1615 US-1, Vero Beach, FL 32960",
|
||||
href: "#",
|
||||
},
|
||||
label: "1615 US-1, Vero Beach, FL 32960", href: "#"},
|
||||
{
|
||||
label: "(772) 207-6080",
|
||||
href: "tel:7722076080",
|
||||
},
|
||||
label: "(772) 207-6080", href: "tel:7722076080"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Open Daily until 6 PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open Daily until 6 PM", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user