Merge version_1 into main #1
233
src/app/page.tsx
233
src/app/page.tsx
@@ -31,31 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Order",
|
||||
id: "order",
|
||||
},
|
||||
name: "Order", id: "order"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cafe Willow"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#order",
|
||||
}}
|
||||
text: "Order Online", href: "#order"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -65,17 +53,11 @@ export default function LandingPage() {
|
||||
description="Your Go-To Coffee & Quick Bites on Wilshire. Fresh coffee, breakfast sandwiches, spam musubi & milk tea — ready fast. Call Ahead & Skip the Wait: (123) 456-7890."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Order Pickup",
|
||||
href: "#order",
|
||||
},
|
||||
text: "Order Pickup", href: "#order"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=5455+Wilshire+Blvd+%23103,+Los+Angeles,+CA",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=5455+Wilshire+Blvd+%23103,+Los+Angeles,+CA"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hotel-interior_1203-8528.jpg"
|
||||
@@ -92,24 +74,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Fast Service",
|
||||
description: "Perfect for busy mornings and quick cravings. Get your order ready in a flash.",
|
||||
},
|
||||
title: "Fast Service", description: "Perfect for busy mornings and quick cravings. Get your order ready in a flash."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Affordable Prices",
|
||||
description: "Enjoy delicious treats without breaking the bank. Quality and value combined.",
|
||||
},
|
||||
title: "Affordable Prices", description: "Enjoy delicious treats without breaking the bank. Quality and value combined."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Unique Menu",
|
||||
description: "Explore our distinct selection from authentic Spam Musubi to creamy Milk Teas.",
|
||||
},
|
||||
title: "Unique Menu", description: "Explore our distinct selection from authentic Spam Musubi to creamy Milk Teas."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Cozy Ambiance",
|
||||
description: "Dine in our inviting space or grab and go. Your comfort, your choice.",
|
||||
},
|
||||
title: "Cozy Ambiance", description: "Dine in our inviting space or grab and go. Your comfort, your choice."},
|
||||
]}
|
||||
title="Why Choose Cafe Willow?"
|
||||
description="Experience the difference with our fast service, unique offerings, and unbeatable value. We're your hidden gem on Wilshire."
|
||||
@@ -125,65 +99,25 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "coffee",
|
||||
name: "Artisan Coffee",
|
||||
price: "$10–$15",
|
||||
variant: "Espresso, Cold Brew",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg",
|
||||
imageAlt: "Artisan coffee cup",
|
||||
},
|
||||
id: "coffee", name: "Artisan Coffee", price: "$10–$15", variant: "Espresso, Cold Brew", imageSrc: "http://img.b2bpic.net/free-photo/latte-cup-coffee-with-cinnamon-sticks_141793-775.jpg", imageAlt: "Artisan coffee cup"},
|
||||
{
|
||||
id: "milktea",
|
||||
name: "Signature Milk Tea",
|
||||
price: "$10–$18",
|
||||
variant: "Various flavors, Boba",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1388-802.jpg",
|
||||
imageAlt: "Signature milk tea with boba",
|
||||
},
|
||||
id: "milktea", name: "Signature Milk Tea", price: "$10–$18", variant: "Various flavors, Boba", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1388-802.jpg", imageAlt: "Signature milk tea with boba"},
|
||||
{
|
||||
id: "breakfast-sandwich",
|
||||
name: "Breakfast Sandwich",
|
||||
price: "$12–$18",
|
||||
variant: "Egg, Cheese, Bacon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-filling-meal-breakfast_23-2147693424.jpg",
|
||||
imageAlt: "Fresh breakfast sandwich",
|
||||
},
|
||||
id: "breakfast-sandwich", name: "Breakfast Sandwich", price: "$12–$18", variant: "Egg, Cheese, Bacon", imageSrc: "http://img.b2bpic.net/free-photo/healthy-filling-meal-breakfast_23-2147693424.jpg", imageAlt: "Fresh breakfast sandwich"},
|
||||
{
|
||||
id: "spam-musubi",
|
||||
name: "Spam Musubi",
|
||||
price: "$10–$15",
|
||||
variant: "Classic, Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-yummy-sushi_23-2147762767.jpg",
|
||||
imageAlt: "Authentic Spam Musubi",
|
||||
},
|
||||
id: "spam-musubi", name: "Spam Musubi", price: "$10–$15", variant: "Classic, Spicy", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-yummy-sushi_23-2147762767.jpg", imageAlt: "Authentic Spam Musubi"},
|
||||
{
|
||||
id: "ramen",
|
||||
name: "Quick Ramen",
|
||||
price: "$15–$20",
|
||||
variant: "Instant, Toppings",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-still-life_23-2149325291.jpg",
|
||||
imageAlt: "Quick ramen snack",
|
||||
},
|
||||
id: "ramen", name: "Quick Ramen", price: "$15–$20", variant: "Instant, Toppings", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-still-life_23-2149325291.jpg", imageAlt: "Quick ramen snack"},
|
||||
{
|
||||
id: "pastries",
|
||||
name: "Fresh Pastries",
|
||||
price: "$8–$12",
|
||||
variant: "Croissants, Muffins",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffin-tops-with-raspberries_114579-17083.jpg",
|
||||
imageAlt: "Assorted fresh pastries",
|
||||
},
|
||||
id: "pastries", name: "Fresh Pastries", price: "$8–$12", variant: "Croissants, Muffins", imageSrc: "http://img.b2bpic.net/free-photo/muffin-tops-with-raspberries_114579-17083.jpg", imageAlt: "Assorted fresh pastries"},
|
||||
]}
|
||||
title="Our Menu Highlights"
|
||||
description="Discover a taste of our most popular items. Freshly prepared and ready when you are."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Full Menu", href: "#"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#order",
|
||||
},
|
||||
text: "Order Now", href: "#order"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -198,41 +132,21 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex K.",
|
||||
role: "Local Professional",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg",
|
||||
content: "Best coffee milk tea ratio in LA. Fast and friendly service every time!",
|
||||
id: "1", name: "Alex K.", role: "Local Professional", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328340.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Samantha C.",
|
||||
role: "Student",
|
||||
company: "Yelp Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-pointing-you_93675-134387.jpg",
|
||||
content: "Great quick breakfast spot near campus. The spam musubi is a game changer!",
|
||||
id: "2", name: "Samantha C.", role: "Student", company: "Yelp Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-businessman-pointing-you_93675-134387.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jordan P.",
|
||||
role: "Neighborhood Resident",
|
||||
company: "Local Guide",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-cup-coffee_23-2147834494.jpg",
|
||||
content: "Affordable and delicious. My go-to for an afternoon pick-me-up and a quick snack.",
|
||||
id: "3", name: "Jordan P.", role: "Neighborhood Resident", company: "Local Guide", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-cup-coffee_23-2147834494.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria S.",
|
||||
role: "Visitor",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sassy-stylish-girl-with-curly-hair-cross-arms-chest-smiling_176420-21788.jpg",
|
||||
content: "A true hidden gem on Wilshire Blvd! Excellent coffee and the sandwiches are so fresh.",
|
||||
},
|
||||
id: "4", name: "Maria S.", role: "Visitor", company: "Google Review", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sassy-stylish-girl-with-curly-hair-cross-arms-chest-smiling_176420-21788.jpg"
|
||||
}
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our regulars who enjoy the best coffee, quick bites, and milk tea in LA."
|
||||
@@ -244,28 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google Reviews 4.3 ★",
|
||||
"Yelp 4.5 ★",
|
||||
"Loved by Locals",
|
||||
"Community Favorite",
|
||||
]}
|
||||
"Google Reviews 4.3 ★", "Yelp 4.5 ★", "Loved by Locals", "Community Favorite"]}
|
||||
logos={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/location-pin-with-review-stars_78370-6906.jpg",
|
||||
alt: "Google Reviews",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148153517.jpg",
|
||||
alt: "Yelp Reviews",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/colored-conceptual-badges-set-with-ribbons-premium-quality-100-percent-guaranty-themes_1284-33729.jpg",
|
||||
alt: "Local Favorite Badge",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/professional-diamond-awards-ceremony-invitation_742173-7466.jpg",
|
||||
alt: "Community Choice Award",
|
||||
},
|
||||
"http://img.b2bpic.net/free-vector/location-pin-with-review-stars_78370-6906.jpg", "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148153517.jpg", "http://img.b2bpic.net/free-vector/colored-conceptual-badges-set-with-ribbons-premium-quality-100-percent-guaranty-themes_1284-33729.jpg", "http://img.b2bpic.net/free-vector/professional-diamond-awards-ceremony-invitation_742173-7466.jpg"
|
||||
]}
|
||||
title="Trusted by Locals, Rated by You"
|
||||
description="Proud to be a beloved spot in the community, with high ratings across popular platforms."
|
||||
@@ -278,8 +173,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Catering Inquiries & Feedback"
|
||||
description="Have a question or looking for catering? Reach out to us via email, or call us directly at (123) 456-7890. Your feedback helps us improve!"
|
||||
@@ -292,70 +186,41 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
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: "Order",
|
||||
href: "#order",
|
||||
},
|
||||
label: "Order", href: "#order"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "5455 Wilshire Blvd #103, Los Angeles, CA",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=5455+Wilshire+Blvd+%23103,+Los+Angeles,+CA",
|
||||
},
|
||||
label: "5455 Wilshire Blvd #103, Los Angeles, CA", href: "https://www.google.com/maps/dir/?api=1&destination=5455+Wilshire+Blvd+%23103,+Los+Angeles,+CA"},
|
||||
{
|
||||
label: "Open until 5 PM Daily",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open until 5 PM Daily", href: "#"},
|
||||
{
|
||||
label: "Street Parking Available",
|
||||
href: "#",
|
||||
},
|
||||
label: "Street Parking Available", href: "#"},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=5455+Wilshire+Blvd+%23103,+Los+Angeles,+CA",
|
||||
},
|
||||
label: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=5455+Wilshire+Blvd+%23103,+Los+Angeles,+CA"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Call Us: (123) 456-7890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
label: "Call Us: (123) 456-7890", href: "tel:+1234567890"},
|
||||
{
|
||||
label: "Email: info@cafewillow.com",
|
||||
href: "mailto:info@cafewillow.com",
|
||||
},
|
||||
label: "Email: info@cafewillow.com", href: "mailto:info@cafewillow.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/cafewillow",
|
||||
},
|
||||
label: "Instagram", href: "https://www.instagram.com/cafewillow"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://www.facebook.com/cafewillow",
|
||||
},
|
||||
label: "Facebook", href: "https://www.facebook.com/cafewillow"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user