Merge version_1 into main #1
268
src/app/page.tsx
268
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, Smile } from "lucide-react";
|
||||
import { Award, Smile, Coffee, Sandwich, ClipboardList, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,74 +33,47 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yp4mvn"
|
||||
logoAlt="Lindenhurst Bagels & Deli Logo"
|
||||
brandName="Lindenhurst Bagels & Deli"
|
||||
button={{
|
||||
text: "Order Ahead",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Ahead", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Fresh Bagels & Deli Sandwiches, Made Daily"
|
||||
description="Award-quality bagels, premium deli meats, and classic sandwiches served fresh. Visit us on Lindenhurst Avenue for breakfast, lunch, or catering."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-standing-line_23-2147678785.jpg",
|
||||
imageAlt: "A vibrant spread of freshly baked bagels with various cream cheeses and toppings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-standing-line_23-2147678785.jpg", imageAlt: "A vibrant spread of freshly baked bagels with various cream cheeses and toppings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salad-sandwiches-with-oil_23-2148640192.jpg",
|
||||
imageAlt: "A perfectly constructed deli sandwich with premium meats and fresh vegetables",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salad-sandwiches-with-oil_23-2148640192.jpg", imageAlt: "A perfectly constructed deli sandwich with premium meats and fresh vegetables"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-cake-cake-cupcakes-cup-tea-cinnamon-white-notebook-wheat-ears_140725-123251.jpg",
|
||||
imageAlt: "A hot cup of coffee next to a freshly prepared bagel, ready for breakfast",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-appetizing-cake-cake-cupcakes-cup-tea-cinnamon-white-notebook-wheat-ears_140725-123251.jpg", imageAlt: "A hot cup of coffee next to a freshly prepared bagel, ready for breakfast"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cut-simit-half-with-hand_114579-48923.jpg",
|
||||
imageAlt: "Close-up of hands crafting bagels in a professional bakery setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cut-simit-half-with-hand_114579-48923.jpg", imageAlt: "Close-up of hands crafting bagels in a professional bakery setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379534.jpg",
|
||||
imageAlt: "An inviting display of various types of freshly baked bagels",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379534.jpg", imageAlt: "An inviting display of various types of freshly baked bagels"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -113,19 +86,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Serving",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Years Serving", value: "20+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Daily Fresh Bagels",
|
||||
value: "500+",
|
||||
},
|
||||
label: "Daily Fresh Bagels", value: "500+"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Happy Customers",
|
||||
value: "100K+",
|
||||
},
|
||||
label: "Happy Customers", value: "100K+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -137,32 +104,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Breakfast Favorites",
|
||||
description: "Start your day right with our classic bagel & cream cheese, egg sandwiches, and fresh coffee.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-spoon-woman-hand-bowl-tasty-written-notebook-beige-background_140725-132431.jpg",
|
||||
imageAlt: "Breakfast platter with bagels, eggs, and coffee",
|
||||
buttonIcon: "Coffee",
|
||||
title: "Breakfast Favorites", description: "Start your day right with our classic bagel & cream cheese, egg sandwiches, and fresh coffee.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-spoon-woman-hand-bowl-tasty-written-notebook-beige-background_140725-132431.jpg", imageAlt: "Breakfast platter with bagels, eggs, and coffee", buttonIcon: Coffee,
|
||||
},
|
||||
{
|
||||
title: "Delicious Lunches",
|
||||
description: "Indulge in our premium deli sandwiches, wraps, salads, and homemade soups for a perfect midday meal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast_23-2147991235.jpg",
|
||||
imageAlt: "Gourmet deli sandwich with a side salad",
|
||||
buttonIcon: "Sandwich",
|
||||
title: "Delicious Lunches", description: "Indulge in our premium deli sandwiches, wraps, salads, and homemade soups for a perfect midday meal.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-breakfast_23-2147991235.jpg", imageAlt: "Gourmet deli sandwich with a side salad", buttonIcon: Sandwich,
|
||||
},
|
||||
{
|
||||
title: "Full-Service Catering",
|
||||
description: "Elevate your next event with our custom catering trays, perfect for office meetings, parties, and family gatherings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement-high-angle_23-2149617124.jpg",
|
||||
imageAlt: "Catering spread with bagels, sandwiches, and pastries",
|
||||
buttonIcon: "ClipboardList",
|
||||
title: "Full-Service Catering", description: "Elevate your next event with our custom catering trays, perfect for office meetings, parties, and family gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-arrangement-high-angle_23-2149617124.jpg", imageAlt: "Catering spread with bagels, sandwiches, and pastries", buttonIcon: ClipboardList,
|
||||
},
|
||||
{
|
||||
title: "Fresh Local Ingredients",
|
||||
description: "We believe in quality. That's why we source the freshest ingredients to make every dish delicious and wholesome.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg",
|
||||
imageAlt: "Fresh organic vegetables and premium deli ingredients",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Fresh Local Ingredients", description: "We believe in quality. That's why we source the freshest ingredients to make every dish delicious and wholesome.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-ripe-vegetables-assortment_23-2147694162.jpg", imageAlt: "Fresh organic vegetables and premium deli ingredients", buttonIcon: Leaf,
|
||||
},
|
||||
]}
|
||||
title="More Than Just Bagels"
|
||||
@@ -179,47 +130,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Bagel & Schmear",
|
||||
price: "$3.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wrap-with-vegetables-rice-decorated-with-berries_181624-45348.jpg",
|
||||
imageAlt: "Freshly toasted sesame bagel with cream cheese",
|
||||
},
|
||||
id: "p1", name: "Classic Bagel & Schmear", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-wrap-with-vegetables-rice-decorated-with-berries_181624-45348.jpg", imageAlt: "Freshly toasted sesame bagel with cream cheese"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Turkey Club Sandwich",
|
||||
price: "$10.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7507.jpg",
|
||||
imageAlt: "Stacked turkey club sandwich on toasted bread",
|
||||
},
|
||||
id: "p2", name: "Turkey Club Sandwich", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7507.jpg", imageAlt: "Stacked turkey club sandwich on toasted bread"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisan Coffee",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-glass-jar-white-wooden-background_141793-27585.jpg",
|
||||
imageAlt: "Hot cup of artisan coffee with latte art",
|
||||
},
|
||||
id: "p3", name: "Artisan Coffee", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-glass-jar-white-wooden-background_141793-27585.jpg", imageAlt: "Hot cup of artisan coffee with latte art"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fresh Baked Muffin",
|
||||
price: "$2.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/banana-cupcakes-mixed-with-chocolate-chip-white-plate_1150-20919.jpg",
|
||||
imageAlt: "Blueberry muffin with a golden-brown top",
|
||||
},
|
||||
id: "p4", name: "Fresh Baked Muffin", price: "$2.75", imageSrc: "http://img.b2bpic.net/free-photo/banana-cupcakes-mixed-with-chocolate-chip-white-plate_1150-20919.jpg", imageAlt: "Blueberry muffin with a golden-brown top"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Garden Fresh Salad",
|
||||
price: "$9.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-salad-healthy-food_1203-3579.jpg",
|
||||
imageAlt: "Colorful garden salad with mixed greens and vegetables",
|
||||
},
|
||||
id: "p5", name: "Garden Fresh Salad", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-salad-healthy-food_1203-3579.jpg", imageAlt: "Colorful garden salad with mixed greens and vegetables"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Homemade Soup of the Day",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-noodle-bowl-soup-served-table_1220-7917.jpg",
|
||||
imageAlt: "Warm bowl of homemade tomato soup with a garnish",
|
||||
},
|
||||
id: "p6", name: "Homemade Soup of the Day", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/asian-noodle-bowl-soup-served-table_1220-7917.jpg", imageAlt: "Warm bowl of homemade tomato soup with a garnish"},
|
||||
]}
|
||||
title="Our Delicious Menu"
|
||||
description="Explore our wide selection of freshly baked bagels, gourmet cream cheeses, signature deli sandwiches, and hot coffee."
|
||||
@@ -236,50 +157,20 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Local Resident",
|
||||
company: "Lindenhurst, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25710.jpg",
|
||||
imageAlt: "Portrait of Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Lindenhurst, NY", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25710.jpg", imageAlt: "Portrait of Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Commuter",
|
||||
company: "Farmingdale, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-hat-eating-doughnut_23-2148289417.jpg",
|
||||
imageAlt: "Portrait of Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Commuter", company: "Farmingdale, NY", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-hat-eating-doughnut_23-2148289417.jpg", imageAlt: "Portrait of Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Family Mom",
|
||||
company: "Lindenhurst, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-with-mother-having-breakfast_23-2147663946.jpg",
|
||||
imageAlt: "Portrait of Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Family Mom", company: "Lindenhurst, NY", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-with-mother-having-breakfast_23-2147663946.jpg", imageAlt: "Portrait of Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Weekend Visitor",
|
||||
company: "Amityville, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/getting-ready-day-with-coffee_1098-422.jpg",
|
||||
imageAlt: "Portrait of David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Weekend Visitor", company: "Amityville, NY", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/getting-ready-day-with-coffee_1098-422.jpg", imageAlt: "Portrait of David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Community Member",
|
||||
company: "Lindenhurst, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491911.jpg",
|
||||
imageAlt: "Portrait of Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Community Member", company: "Lindenhurst, NY", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491911.jpg", imageAlt: "Portrait of Jessica Lee"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our satisfied customers about their favorite bagels, sandwiches, and the friendly service that keeps them coming back."
|
||||
@@ -292,35 +183,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your daily operating hours?",
|
||||
content: "We are open daily from 6 AM to 3 PM, serving fresh breakfast and lunch options.",
|
||||
},
|
||||
id: "faq1", title: "What are your daily operating hours?", content: "We are open daily from 6 AM to 3 PM, serving fresh breakfast and lunch options."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer gluten-free bagels or bread?",
|
||||
content: "Yes, we have a selection of delicious gluten-free bagels and bread available upon request.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer gluten-free bagels or bread?", content: "Yes, we have a selection of delicious gluten-free bagels and bread available upon request."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I place an order for pick-up?",
|
||||
content: "Absolutely! You can call us directly to place your order for quick and convenient pick-up.",
|
||||
},
|
||||
id: "faq3", title: "Can I place an order for pick-up?", content: "Absolutely! You can call us directly to place your order for quick and convenient pick-up."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What kind of catering services do you offer?",
|
||||
content: "We provide catering for various events, including corporate meetings, family gatherings, and parties. Our menu includes bagel platters, sandwich trays, salads, and more. Please call for details.",
|
||||
},
|
||||
id: "faq4", title: "What kind of catering services do you offer?", content: "We provide catering for various events, including corporate meetings, family gatherings, and parties. Our menu includes bagel platters, sandwich trays, salads, and more. Please call for details."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Are your ingredients locally sourced?",
|
||||
content: "We prioritize using fresh, high-quality ingredients, and we strive to source locally whenever possible to support our community.",
|
||||
},
|
||||
id: "faq5", title: "Are your ingredients locally sourced?", content: "We prioritize using fresh, high-quality ingredients, and we strive to source locally whenever possible to support our community."},
|
||||
{
|
||||
id: "faq6",
|
||||
title: "Do you have vegetarian or vegan options?",
|
||||
content: "Yes, we offer a variety of vegetarian and vegan-friendly options across our bagel, sandwich, and salad menus.",
|
||||
},
|
||||
id: "faq6", title: "Do you have vegetarian or vegan options?", content: "Yes, we offer a variety of vegetarian and vegan-friendly options across our bagel, sandwich, and salad menus."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our menu, ingredients, ordering, and special requests."
|
||||
@@ -333,14 +206,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Lindenhurst Best Deli Award",
|
||||
"Community Favorite Eatery",
|
||||
"Local Choice Winner 2023",
|
||||
"Main Street Business Alliance",
|
||||
"Proud Sponsor of Youth Sports",
|
||||
"Chamber of Commerce Member",
|
||||
"Customer Service Excellence",
|
||||
]}
|
||||
"Lindenhurst Best Deli Award", "Community Favorite Eatery", "Local Choice Winner 2023", "Main Street Business Alliance", "Proud Sponsor of Youth Sports", "Chamber of Commerce Member", "Customer Service Excellence"]}
|
||||
title="Proudly Serving Lindenhurst"
|
||||
description="We're a beloved local establishment, recognized for our commitment to quality and community support."
|
||||
speed={40}
|
||||
@@ -352,8 +218,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Find Us in Lindenhurst"
|
||||
description="Stop by for breakfast or lunch, or call ahead for catering. We're open daily and ready to serve you!\n\n**Address:** 123 Lindenhurst Ave, Lindenhurst, NY 11757\n**Phone:** (631) 555-1234\n**Hours:** Mon-Sun: 6 AM - 3 PM"
|
||||
@@ -371,50 +236,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Catering", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Location & Hours",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location & Hours", href: "#contact"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:+16315551234",
|
||||
},
|
||||
label: "Call Us", href: "tel:+16315551234"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user