Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-06 17:01:47 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="NYC BREAKFAST CAFFE"
/>
@@ -60,66 +50,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
variant: "plain"}}
title="Welcome to NYC Breakfast Caffe"
description="Start your day with heart. Serving artisanal breakfast, hearty lunches, and premium coffee in the heart of Staten Island."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-short-haired-girl-with-red-lipstick-snow-white-smile-makes-selfie-cafe-shows-sign-peace_197531-13451.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/positive-short-haired-girl-with-red-lipstick-snow-white-smile-makes-selfie-cafe-shows-sign-peace_197531-13451.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/young-male-barista-holding-coffee-cup-looking-surprised-standing-black-apron-against-yellow-b_1258-161140.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/young-male-barista-holding-coffee-cup-looking-surprised-standing-black-apron-against-yellow-b_1258-161140.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg", alt: "Customer"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2149103344.jpg",
alt: "Customer",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2149103344.jpg", alt: "Customer"},
]}
avatarText="Loved by our local community"
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
marqueeItems={[
{
type: "text",
text: "Fresh Artisan Pastries",
type: "text", text: "Fresh Artisan Pastries"},
{
type: "text-icon", text: "Premium Coffee", icon: Coffee,
},
{
type: "text-icon",
text: "Premium Coffee",
icon: Coffee,
type: "text", text: "Hearty Lunch Bowls"},
{
type: "text-icon", text: "Locally Owned", icon: Building2,
},
{
type: "text",
text: "Hearty Lunch Bowls",
},
{
type: "text-icon",
text: "Locally Owned",
icon: Building2,
},
{
type: "text",
text: "Daily Specials",
},
type: "text", text: "Daily Specials"},
]}
/>
</div>
@@ -141,19 +106,13 @@ export default function LandingPage() {
features={[
{
icon: Coffee,
title: "Artisanal Coffee",
description: "Hand-crafted blends made by expert baristas.",
},
title: "Artisanal Coffee", description: "Hand-crafted blends made by expert baristas."},
{
icon: Award,
title: "Fresh Pastries",
description: "Baked fresh every morning for the perfect treat.",
},
title: "Fresh Pastries", description: "Baked fresh every morning for the perfect treat."},
{
icon: Utensils,
title: "Hearty Meals",
description: "Hearty breakfasts and lunch favorites for every palate.",
},
title: "Hearty Meals", description: "Hearty breakfasts and lunch favorites for every palate."},
]}
title="Why Diners Love Us"
description="Experience the difference of fresh food and attentive service."
@@ -168,47 +127,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Signature Breakfast Sandwich",
price: "$12",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg?_wi=1",
},
id: "1", name: "Signature Breakfast Sandwich", price: "$12", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg?_wi=1"},
{
id: "2",
name: "Fresh Baked Croissant",
price: "$5",
variant: "Pastry",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg?_wi=1",
},
id: "2", name: "Fresh Baked Croissant", price: "$5", variant: "Pastry", imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg?_wi=1"},
{
id: "3",
name: "Classic Cafe Burger",
price: "$15",
variant: "Lunch",
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg?_wi=1",
},
id: "3", name: "Classic Cafe Burger", price: "$15", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg?_wi=1"},
{
id: "4",
name: "Gourmet Chicken Sandwich",
price: "$14",
variant: "Lunch",
imageSrc: "http://img.b2bpic.net/free-photo/circular-meat-piece-top-lettuce-bread_1220-599.jpg",
},
id: "4", name: "Gourmet Chicken Sandwich", price: "$14", variant: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/circular-meat-piece-top-lettuce-bread_1220-599.jpg"},
{
id: "5",
name: "Breakfast Quesadilla",
price: "$13",
variant: "Special",
imageSrc: "http://img.b2bpic.net/free-photo/indian-tasty-roti-composition_23-2149073366.jpg",
},
id: "5", name: "Breakfast Quesadilla", price: "$13", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/indian-tasty-roti-composition_23-2149073366.jpg"},
{
id: "6",
name: "House Brew Coffee",
price: "$4",
variant: "Coffee",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-coffee-shop_23-2148366609.jpg",
},
id: "6", name: "House Brew Coffee", price: "$4", variant: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-coffee-shop_23-2148366609.jpg"},
]}
title="Menu Highlights"
description="Discover our most requested dishes."
@@ -221,60 +150,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alex R.",
date: "Oct 2023",
title: "Amazing Place",
quote: "Delicious coffee and fresh pastries.",
tag: "Breakfast",
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-drinking-coffee_23-2148395402.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg",
imageAlt: "happy customer breakfast",
},
id: "1", name: "Alex R.", date: "Oct 2023", title: "Amazing Place", quote: "Delicious coffee and fresh pastries.", tag: "Breakfast", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-drinking-coffee_23-2148395402.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg", imageAlt: "happy customer breakfast"},
{
id: "2",
name: "Maria K.",
date: "Sept 2023",
title: "Perfect Lunch",
quote: "Their chicken sandwich is the best.",
tag: "Lunch",
avatarSrc: "http://img.b2bpic.net/free-photo/handsome-satisfied-man-showing-thumbsup-like-coffee-smiling-pleased-standing-turquoise-backgrou_1258-155389.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow_1258-165747.jpg?_wi=2",
imageAlt: "happy customer breakfast",
},
id: "2", name: "Maria K.", date: "Sept 2023", title: "Perfect Lunch", quote: "Their chicken sandwich is the best.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-satisfied-man-showing-thumbsup-like-coffee-smiling-pleased-standing-turquoise-backgrou_1258-155389.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friendly-waiter-cafe-waving-hand-customer-holding-takeaway-coffee-oder-standing-against-yellow_1258-165747.jpg?_wi=2", imageAlt: "happy customer breakfast"},
{
id: "3",
name: "John S.",
date: "Aug 2023",
title: "Great Quality",
quote: "High-quality ingredients and nicely presented.",
tag: "Coffee",
avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg?_wi=2",
imageAlt: "happy customer breakfast",
},
id: "3", name: "John S.", date: "Aug 2023", title: "Great Quality", quote: "High-quality ingredients and nicely presented.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", imageSrc: "http://img.b2bpic.net/free-photo/juice-coffee-near-food-breakfast_23-2147717741.jpg?_wi=2", imageAlt: "happy customer breakfast"},
{
id: "4",
name: "Sarah L.",
date: "July 2023",
title: "Very Friendly",
quote: "Super cozy atmosphere and clean.",
tag: "General",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-roommates-sitting-table_23-2149103354.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg?_wi=2",
imageAlt: "happy customer breakfast",
},
id: "4", name: "Sarah L.", date: "July 2023", title: "Very Friendly", quote: "Super cozy atmosphere and clean.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-roommates-sitting-table_23-2149103354.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chinese-pastries-display-showcase_53876-33564.jpg?_wi=2", imageAlt: "happy customer breakfast"},
{
id: "5",
name: "David W.",
date: "June 2023",
title: "Best Cafe",
quote: "Consistently great breakfast options.",
tag: "Breakfast",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2149103344.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg?_wi=2",
imageAlt: "happy customer breakfast",
},
id: "5", name: "David W.", date: "June 2023", title: "Best Cafe", quote: "Consistently great breakfast options.", tag: "Breakfast", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-smartphone_23-2149103344.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger_1339-1355.jpg?_wi=2", imageAlt: "happy customer breakfast"},
]}
title="What Our Diners Say"
description="Join our community of satisfied guests."
@@ -287,20 +171,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer delivery?",
content: "Yes, we offer both pickup and delivery services.",
},
id: "f1", title: "Do you offer delivery?", content: "Yes, we offer both pickup and delivery services."},
{
id: "f2",
title: "What are your hours?",
content: "We are open daily until 7 PM.",
},
id: "f2", title: "What are your hours?", content: "We are open daily until 7 PM."},
{
id: "f3",
title: "Where are you located?",
content: "Find us at 10 New Dorp Ln, Staten Island, NY 10306.",
},
id: "f3", title: "Where are you located?", content: "Find us at 10 New Dorp Ln, Staten Island, NY 10306."},
]}
title="Common Questions"
description="Here is what you need to know about our cafe."
@@ -315,23 +190,14 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "m1",
icon: Star,
title: "Customer Rating",
value: "4.7/5",
},
id: "m1", icon: Star,
title: "Customer Rating", value: "4.7/5"},
{
id: "m2",
icon: Coffee,
title: "Coffee Brewed",
value: "1000+",
},
id: "m2", icon: Coffee,
title: "Coffee Brewed", value: "1000+"},
{
id: "m3",
icon: Users,
title: "Happy Diners",
value: "3000+",
},
id: "m3", icon: Users,
title: "Happy Diners", value: "3000+"},
]}
title="Serving the Neighborhood"
description="Quality you can taste."
@@ -342,11 +208,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Join Our Mailing List"
description="Stay updated on our daily specials and events."
description="Sign up for exclusive daily specials and 10% off your first visit"
/>
</div>
@@ -356,29 +221,19 @@ export default function LandingPage() {
{
items: [
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
{
label: "Directions",
href: "#contact",
},
label: "Directions", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -388,4 +243,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}