Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 00:16:02 +00:00

View File

@@ -28,24 +28,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Smoke On The Water"
button={{ text: "Order Online", href: "#menu" }}
/>
</div>
@@ -55,64 +44,29 @@ export default function LandingPage() {
description="Your local hangout on the Ettalong Beach waterfront. Serving the finest brews and freshest treats with a smile."
testimonials={[
{
name: "Anunziata Laganis",
handle: "@localguide",
testimonial: "The quality exceeded our expectations. Amazing coffee and brekkie wraps.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg",
},
name: "Anunziata Laganis", handle: "@localguide", testimonial: "The quality exceeded our expectations. Amazing coffee and brekkie wraps.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg"},
{
name: "Sami Al Warhani",
handle: "@localguide",
testimonial: "What a cafe, what a great guy. Forever grateful for the help.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-interracial-young-couple-holding-disposable-coffee-cup-sitting-caf_23-2148151898.jpg",
},
name: "Sami Al Warhani", handle: "@localguide", testimonial: "What a cafe, what a great guy. Forever grateful for the help.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-interracial-young-couple-holding-disposable-coffee-cup-sitting-caf_23-2148151898.jpg"},
{
name: "Sarah J.",
handle: "@coffeeLover",
testimonial: "So lovely! Very nice people and nice coffee. Wish I could work here!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg",
},
name: "Sarah J.", handle: "@coffeeLover", testimonial: "So lovely! Very nice people and nice coffee. Wish I could work here!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg"},
{
name: "David K.",
handle: "@regular",
testimonial: "Best service in Ettalong. Friendly faces every morning.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg",
},
name: "David K.", handle: "@regular", testimonial: "Best service in Ettalong. Friendly faces every morning.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg"},
{
name: "Emma R.",
handle: "@foodie",
testimonial: "Amazing staff and amazing products. A true local gem.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22375.jpg",
},
name: "Emma R.", handle: "@foodie", testimonial: "Amazing staff and amazing products. A true local gem.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22375.jpg"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300062-78o7njyo.png"
imageAlt="Coffee shop exterior by the water"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/blonde-young-interracial-young-couple-holding-disposable-coffee-cup-sitting-caf_23-2148151898.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22375.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/blonde-young-interracial-young-couple-holding-disposable-coffee-cup-sitting-caf_23-2148151898.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/close-up-happy-family-table_23-2149141836.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893776.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/young-woman-eats-croissants-with-coffee-cafe_169016-22375.jpg", alt: "Customer 5" },
]}
/>
</div>
@@ -124,18 +78,9 @@ export default function LandingPage() {
title="More Than Just A Coffee Shop"
description="Located at 410 Ocean View Rd, we pride ourselves on being a women-owned local hub where everyone feels like family. From our artisanal coffee blends to our morning pastries, everything we serve is crafted with love and care."
bulletPoints={[
{
title: "Women-Owned",
description: "Supporting local women in business.",
},
{
title: "Waterfront Views",
description: "Beautiful Ettalong Beach atmosphere.",
},
{
title: "Expert Baristas",
description: "Precision coffee making every day.",
},
{ title: "Women-Owned", description: "Supporting local women in business." },
{ title: "Waterfront Views", description: "Beautiful Ettalong Beach atmosphere." },
{ title: "Expert Baristas", description: "Precision coffee making every day." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-1fbotzuj.jpg"
imageAlt="Inside our cozy coffee shop"
@@ -150,42 +95,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Flat White",
price: "$4.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300062-uo74xfah.jpg?_wi=1",
},
{
id: "p2",
name: "Long Black",
price: "$4.00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jeuh799n.jpg?_wi=1",
},
{
id: "p3",
name: "Chocolate Croissant",
price: "$5.00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jwbjn0j3.jpg?_wi=1",
},
{
id: "p4",
name: "Egg & Bacon Roll",
price: "$9.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300062-uo74xfah.jpg?_wi=2",
},
{
id: "p5",
name: "Brekkie Wrap",
price: "$8.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jeuh799n.jpg?_wi=2",
},
{
id: "p6",
name: "Dirty Chai Latte",
price: "$6.50",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jwbjn0j3.jpg?_wi=2",
},
{ id: "p1", name: "Flat White", price: "$4.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300062-uo74xfah.jpg" },
{ id: "p2", name: "Long Black", price: "$4.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jeuh799n.jpg" },
{ id: "p3", name: "Chocolate Croissant", price: "$5.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jwbjn0j3.jpg" },
{ id: "p4", name: "Egg & Bacon Roll", price: "$9.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300062-uo74xfah.jpg" },
{ id: "p5", name: "Brekkie Wrap", price: "$8.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jeuh799n.jpg" },
{ id: "p6", name: "Dirty Chai Latte", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C3H06bnXIsOQDGrDhFVwF2UrcU/uploaded-1775607300063-jwbjn0j3.jpg" },
]}
title="Fresh Daily Menu"
description="Explore our selection of specialty coffees, cold brews, and seasonal baked goods."
@@ -200,33 +115,9 @@ export default function LandingPage() {
title="Our Impact in Ettalong"
description="Serving our community one cup at a time with passion and dedication."
metrics={[
{
id: "m1",
value: "15K+",
title: "Cups Brewed",
items: [
"Specialty beans",
"Precision roast",
],
},
{
id: "m2",
value: "500+",
title: "Happy Locals",
items: [
"Regular visitors",
"Community events",
],
},
{
id: "m3",
value: "365",
title: "Days Open",
items: [
"Open all year",
"Seven days a week",
],
},
{ id: "m1", value: "15K+", title: "Cups Brewed", items: ["Specialty beans", "Precision roast"] },
{ id: "m2", value: "500+", title: "Happy Locals", items: ["Regular visitors", "Community events"] },
{ id: "m3", value: "365", title: "Days Open", items: ["Open all year", "Seven days a week"] },
]}
/>
</div>
@@ -234,9 +125,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Come say hello in person at 410 Ocean View Rd, Ettalong Beach, or give us a call at 0422 473 003. We're open from 6am daily!"
/>
</div>
@@ -245,33 +134,9 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="Smoke On The Water"
columns={[
{
title: "Visit Us",
items: [
{
label: "410 Ocean View Rd, Ettalong Beach",
href: "#",
},
],
},
{
title: "Opening Hours",
items: [
{
label: "Open Daily from 6am",
href: "#",
},
],
},
{
title: "Contact",
items: [
{
label: "0422 473 003",
href: "tel:0422473003",
},
],
},
{ title: "Visit Us", items: [{ label: "410 Ocean View Rd, Ettalong Beach", href: "#" }] },
{ title: "Opening Hours", items: [{ label: "Open Daily from 6am", href: "#" }] },
{ title: "Contact", items: [{ label: "0422 473 003", href: "tel:0422473003" }] },
]}
copyrightText="© 2024 Smoke On The Water Coffee Shop. All rights reserved."
/>
@@ -279,4 +144,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}