Merge version_1 into main #1
167
src/app/page.tsx
167
src/app/page.tsx
@@ -29,68 +29,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Metro Bistro"
|
||||
button={{ text: "Order Online", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh Coffee & Quality Meals in Murarrie"
|
||||
description="Affordable, fast, and local. Your favorite neighborhood spot for a perfect start to the day."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0712345678",
|
||||
},
|
||||
text: "Call Now", href: "tel:0712345678"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-lobby_74190-5779.jpg",
|
||||
imageAlt: "Cafe hero shot 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blur-hotel-lobby_74190-5779.jpg", imageAlt: "Cafe hero shot 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3436.jpg",
|
||||
imageAlt: "Cafe hero shot 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3436.jpg", imageAlt: "Cafe hero shot 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg",
|
||||
imageAlt: "Cafe hero shot 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg", imageAlt: "Cafe hero shot 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-healthy-breakfast_23-2147860346.jpg",
|
||||
imageAlt: "Cafe hero shot 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-healthy-breakfast_23-2147860346.jpg", imageAlt: "Cafe hero shot 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-city-sparrow-sitting-table-outdoor-cafe_1153-4660.jpg",
|
||||
imageAlt: "Cafe hero shot 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bird-city-sparrow-sitting-table-outdoor-cafe_1153-4660.jpg", imageAlt: "Cafe hero shot 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10424.jpg",
|
||||
imageAlt: "Cafe hero shot 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-10424.jpg", imageAlt: "Cafe hero shot 6"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,14 +76,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "The Heart of Murarrie",
|
||||
},
|
||||
type: "text", content: "The Heart of Murarrie"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269232.jpg",
|
||||
alt: "Local cafe interior",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269232.jpg", alt: "Local cafe interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,59 +91,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Coffee",
|
||||
name: "Signature Flat White",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878780.jpg",
|
||||
},
|
||||
id: "1", brand: "Coffee", name: "Signature Flat White", price: "$4.50", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/creative-composition-breakfast-meal_23-2148878780.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Breakfast",
|
||||
name: "Avocado Sourdough Toast",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mush-pastry-breakfast_23-2147667227.jpg",
|
||||
},
|
||||
id: "2", brand: "Breakfast", name: "Avocado Sourdough Toast", price: "$12.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mush-pastry-breakfast_23-2147667227.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Lunch",
|
||||
name: "Chicken Pesto Panini",
|
||||
price: "$14.50",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-knife-plate-bowls-with-strawberries-dark-isolated-background_140725-136702.jpg",
|
||||
},
|
||||
id: "3", brand: "Lunch", name: "Chicken Pesto Panini", price: "$14.50", rating: 4,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cheesecake-with-strawberry-knife-plate-bowls-with-strawberries-dark-isolated-background_140725-136702.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Drinks",
|
||||
name: "Iced Mocha",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3961.jpg",
|
||||
},
|
||||
id: "4", brand: "Drinks", name: "Iced Mocha", price: "$6.00", rating: 5,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3961.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Breakfast",
|
||||
name: "Bacon & Egg Roll",
|
||||
price: "$9.50",
|
||||
rating: 4,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-croissant-coffee-cup-paper-clipboard_53876-23117.jpg",
|
||||
},
|
||||
id: "5", brand: "Breakfast", name: "Bacon & Egg Roll", price: "$9.50", rating: 4,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-croissant-coffee-cup-paper-clipboard_53876-23117.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Pastry",
|
||||
name: "Butter Croissant",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-pancakes-with-fruits-cup-tea-grey-floor-pie-cake-fruit_140725-82525.jpg",
|
||||
},
|
||||
id: "6", brand: "Pastry", name: "Butter Croissant", price: "$5.00", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-yummy-pancakes-with-fruits-cup-tea-grey-floor-pie-cake-fruit_140725-82525.jpg"},
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Explore our popular daily specials and fresh coffee options."
|
||||
@@ -186,40 +121,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Resident",
|
||||
testimonial: "Best coffee in Murarrie, hands down!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-portrait-girl-holding-takeaway-coffee-cup_23-2147906477.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "Best coffee in Murarrie, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/happy-portrait-girl-holding-takeaway-coffee-cup_23-2147906477.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Office Worker",
|
||||
testimonial: "Quick service and great quality lunch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Office Worker", testimonial: "Quick service and great quality lunch.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5900.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Visitor",
|
||||
testimonial: "Such a friendly, welcoming vibe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Visitor", testimonial: "Such a friendly, welcoming vibe.", imageSrc: "http://img.b2bpic.net/free-photo/african-boy-caucasian-girls-are-laughing-cosy-open-air-cafe-hot-sunny-day_8353-9768.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom B.",
|
||||
role: "Regular",
|
||||
testimonial: "My go-to breakfast spot every Saturday.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-young-digital-nomad-man-glasses-sits-cafe-works-from-coffee-shop-uses-laptop_1258-245402.jpg",
|
||||
},
|
||||
id: "4", name: "Tom B.", role: "Regular", testimonial: "My go-to breakfast spot every Saturday.", imageSrc: "http://img.b2bpic.net/free-photo/image-young-digital-nomad-man-glasses-sits-cafe-works-from-coffee-shop-uses-laptop_1258-245402.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucy K.",
|
||||
role: "Student",
|
||||
testimonial: "Great coffee and fast WiFi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/break-businessman_1098-14646.jpg",
|
||||
},
|
||||
id: "5", name: "Lucy K.", role: "Student", testimonial: "Great coffee and fast WiFi.", imageSrc: "http://img.b2bpic.net/free-photo/break-businessman_1098-14646.jpg"},
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="Don't just take our word for it."
|
||||
@@ -230,8 +140,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Drop in or Get in Touch"
|
||||
description="Open daily in Murarrie. We'd love to serve you."
|
||||
@@ -242,13 +151,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Metro Bistro"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user