Merge version_1 into main #2
257
src/app/page.tsx
257
src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Visit Us", id: "contact" },
|
||||
]}
|
||||
brandName="J&Y Cafetería"
|
||||
/>
|
||||
@@ -51,18 +42,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Fresh food. Real flavor. Miami energy."
|
||||
description="J&Y Cafetería Miami is where locals eat every day — homemade meals, strong cafecito, and a warm family vibe that keeps people coming back."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu & Visit Us Today",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/soft-light-bathes-quiet-scene-upturned-cup-with-spilled-tea_91128-4522.jpg?_wi=1"
|
||||
buttons={[{ text: "View Menu & Visit Us Today", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/soft-light-bathes-quiet-scene-upturned-cup-with-spilled-tea_91128-4522.jpg"
|
||||
imageAlt="authentic cuban cafeteria interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,20 +57,11 @@ export default function LandingPage() {
|
||||
title="Built on Family and Flavor"
|
||||
description="From early morning cafecitos to hearty lunch specials, we serve the heart of Miami. Our kitchen uses recipes passed down through generations."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Serving",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Daily Regulars",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Homemade",
|
||||
},
|
||||
{ value: "15+", title: "Years Serving" },
|
||||
{ value: "500+", title: "Daily Regulars" },
|
||||
{ value: "100%", title: "Homemade" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageAlt="happy family eating latin food"
|
||||
@@ -100,48 +75,12 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Cuban Sandwich",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-hot-strong-drink-light-blue-surface-drink-coffee-cocoa-sleep-color-photo_140725-52734.jpg?_wi=1",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Breakfast Plate",
|
||||
price: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Beef Empanadas",
|
||||
price: "$3.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-iskender-doner-with-mixed-foods-melted-cheese-tablecloth_114579-2853.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Strong Cafecito",
|
||||
price: "$2.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-plate_23-2148251630.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Guava Pastries",
|
||||
price: "$2.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Lunch Special",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286865.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{ id: "p1", name: "Classic Cuban Sandwich", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-hot-strong-drink-light-blue-surface-drink-coffee-cocoa-sleep-color-photo_140725-52734.jpg" },
|
||||
{ id: "p2", name: "Breakfast Plate", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-fast-food-hot-dog-close-up_23-2148668464.jpg" },
|
||||
{ id: "p3", name: "Beef Empanadas", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/turkish-iskender-doner-with-mixed-foods-melted-cheese-tablecloth_114579-2853.jpg" },
|
||||
{ id: "p4", name: "Strong Cafecito", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee-with-plate_23-2148251630.jpg" },
|
||||
{ id: "p5", name: "Guava Pastries", price: "$2.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-with-salami-pickled-cucumbers-mayo-served-plate_1220-7016.jpg" },
|
||||
{ id: "p6", name: "Lunch Special", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286865.jpg" },
|
||||
]}
|
||||
title="Taste the Homemade Difference"
|
||||
description="Fresh, authentic Latin comfort food made from scratch every day."
|
||||
@@ -155,55 +94,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Tradition in every bite.",
|
||||
icon: CheckCircle,
|
||||
title: "Authentic Recipes", description: "Tradition in every bite.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-with-crepe-jam-fried-sausages-bacon-cherry-tomatoes-cheese-variations_114579-269.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/breakfast-plate-with-crepe-jam-fried-sausages-bacon-cherry-tomatoes-cheese-variations_114579-269.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-club-sandwich-potato-cheeps-plate-with-sauce_176474-2565.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soft-light-bathes-quiet-scene-upturned-cup-with-spilled-tea_91128-4522.jpg?_wi=2",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
title: "Daily Freshness",
|
||||
description: "Prepared fresh, right here.",
|
||||
icon: Zap,
|
||||
title: "Daily Freshness", description: "Prepared fresh, right here.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/huevos-rancheros_123827-36180.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas_123827-37188.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/huevos-rancheros_123827-36180.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pumpkin-empanadillas_123827-37188.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-welcoming-female-customer-restaurant_23-2147936253.jpg?_wi=2",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
title: "Family Service",
|
||||
description: "We treat you like family.",
|
||||
icon: Heart,
|
||||
title: "Family Service", description: "We treat you like family.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-beef-cachapa-wooden-table_123827-23018.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-coffee-cup-ceramic-milk-pitcher_23-2148209321.jpg",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-beef-cachapa-wooden-table_123827-23018.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-coffee-cup-ceramic-milk-pitcher_23-2148209321.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-coffee-hot-strong-drink-light-blue-surface-drink-coffee-cocoa-sleep-color-photo_140725-52734.jpg?_wi=2",
|
||||
imageAlt: "freshly made cuban sandwich",
|
||||
},
|
||||
]}
|
||||
title="Why Locals Choose J&Y"
|
||||
@@ -215,15 +124,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Miami Business Review",
|
||||
"Café Lovers Monthly",
|
||||
"The Daily Herald",
|
||||
"Neighborhood Guide",
|
||||
"Local Eats Miami",
|
||||
"Miami Today",
|
||||
"Culinary Weekly",
|
||||
]}
|
||||
names={["Miami Business Review", "Café Lovers Monthly", "The Daily Herald", "Neighborhood Guide", "Local Eats Miami", "Miami Today", "Culinary Weekly"]}
|
||||
title="Our Community"
|
||||
description="Loved by locals, commuters, and families across Miami."
|
||||
/>
|
||||
@@ -232,37 +133,13 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
cardTag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Maria G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg",
|
||||
imageAlt: "friendly local customer smiling portrait",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-corn_23-2149412482.jpg",
|
||||
imageAlt: "happy neighborhood regular eating lunch",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Abuela Sofia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-african-woman-exterior-portrait_23-2149351982.jpg",
|
||||
imageAlt: "smiling cuban grandmother portrait",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg",
|
||||
imageAlt: "young professional drinking morning coffee",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-lunch-working-online_1303-26739.jpg",
|
||||
imageAlt: "business person having quick lunch",
|
||||
},
|
||||
{ id: "t1", name: "Maria G.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-dark-skinned-smiling-young-woman-with-afro-hairstyle-dressed-casual-summer-clothing_273609-3169.jpg" },
|
||||
{ id: "t2", name: "Carlos R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-corn_23-2149412482.jpg" },
|
||||
{ id: "t3", name: "Abuela Sofia", imageSrc: "http://img.b2bpic.net/free-photo/senior-african-woman-exterior-portrait_23-2149351982.jpg" },
|
||||
{ id: "t4", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-modern-woman-starts-her-day-with-morning-mug-tea-girl-drinking-coffee_1258-198139.jpg" },
|
||||
{ id: "t5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-lunch-working-online_1303-26739.jpg" },
|
||||
]}
|
||||
cardTitle="Words from Our Regulars"
|
||||
cardAnimation="slide-up"
|
||||
@@ -274,45 +151,25 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept phone orders?",
|
||||
content: "Yes, we encourage call-ahead orders for faster pickup.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is seating available?",
|
||||
content: "We offer both indoor counter seating and outdoor tables.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer catering?",
|
||||
content: "We provide catering for small office meetings and parties.",
|
||||
},
|
||||
{ id: "f1", title: "Do you accept phone orders?", content: "Yes, we encourage call-ahead orders for faster pickup." },
|
||||
{ id: "f2", title: "Is seating available?", content: "We offer both indoor counter seating and outdoor tables." },
|
||||
{ id: "f3", title: "Do you offer catering?", content: "We provide catering for small office meetings and parties." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about dining at J&Y."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup_74190-1518.jpg"
|
||||
imageAlt="Coffee cup"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Stop by for a Cafecito"
|
||||
description="Open daily from 6 AM for all your breakfast and lunch needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Directions", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -320,47 +177,13 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Breakfast",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Lunch",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Coffee",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
title: "Menu", items: [{ label: "Breakfast", href: "#menu" }, { label: "Lunch", href: "#menu" }, { label: "Coffee", href: "#menu" }],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Careers", href: "#" }],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 J&Y Cafetería Miami"
|
||||
|
||||
Reference in New Issue
Block a user