Merge version_2 into main #2
150
src/app/page.tsx
150
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
|
||||
@@ -26,24 +26,16 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Visit Us",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit Us", id: "contact"},
|
||||
]}
|
||||
brandName="Smoke On The Water"
|
||||
/>
|
||||
@@ -52,42 +44,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Beachside Coffee Escape"
|
||||
description="Experience the perfect morning at Smoke On The Water. Proudly serving Ettalong Beach with exceptional coffee, local vibes, and a 4.8⭐ rating from our amazing community."
|
||||
tag="4.8 Rating • 198+ Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-sea_1268-16573.jpg",
|
||||
imageAlt: "Coastal cafe vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-holding-coffee-drink-beach-with-foam-drinking-straw-with-sea_1268-16573.jpg", imageAlt: "Coastal cafe vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-table-beach-with-view-blue-ocean-clear-sky_1339-7247.jpg",
|
||||
imageAlt: "Ettalong Beach location",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-chairs-table-beach-with-view-blue-ocean-clear-sky_1339-7247.jpg", imageAlt: "Ettalong Beach location"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pretty-girls-summer-park_1157-19938.jpg",
|
||||
imageAlt: "Coffee craftsmanship",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pretty-girls-summer-park_1157-19938.jpg", imageAlt: "Coffee craftsmanship"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-coffee-with-chocolate_1232-1257.jpg?_wi=1",
|
||||
imageAlt: "Close up of artisan latte",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-coffee-with-chocolate_1232-1257.jpg?_wi=1", imageAlt: "Close up of artisan latte"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee-with-cream_23-2148255057.jpg?_wi=1",
|
||||
imageAlt: "Fresh flat white",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee-with-cream_23-2148255057.jpg?_wi=1", imageAlt: "Fresh flat white"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -101,41 +78,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "c1",
|
||||
name: "Latte",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-coffee-with-chocolate_1232-1257.jpg?_wi=2",
|
||||
},
|
||||
id: "c1", name: "Latte", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hot-coffee-with-chocolate_1232-1257.jpg?_wi=2"},
|
||||
{
|
||||
id: "c2",
|
||||
name: "Flat White",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee-with-cream_23-2148255057.jpg?_wi=2",
|
||||
},
|
||||
id: "c2", name: "Flat White", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-coffee-with-cream_23-2148255057.jpg?_wi=2"},
|
||||
{
|
||||
id: "c3",
|
||||
name: "Cappuccino",
|
||||
price: "$5.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg",
|
||||
},
|
||||
id: "c3", name: "Cappuccino", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee_74190-7821.jpg"},
|
||||
{
|
||||
id: "f1",
|
||||
name: "Breakfast Wrap",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-wrap-sandwich-roll-with-cheese-vegetables-isolated-white-background_123827-20901.jpg",
|
||||
},
|
||||
id: "f1", name: "Breakfast Wrap", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/salmon-wrap-sandwich-roll-with-cheese-vegetables-isolated-white-background_123827-20901.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
name: "Egg & Bacon Roll",
|
||||
price: "$10.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-omelette-tomato-slices-white-plate_114579-84087.jpg",
|
||||
},
|
||||
id: "f2", name: "Egg & Bacon Roll", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-omelette-tomato-slices-white-plate_114579-84087.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
name: "Croissant",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sweet-croissants-arrangement_23-2148654022.jpg",
|
||||
},
|
||||
id: "f3", name: "Croissant", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sweet-croissants-arrangement_23-2148654022.jpg"},
|
||||
]}
|
||||
title="Freshly Crafted Menu"
|
||||
description="From perfect flat whites to our freshly baked breakfast essentials, everything is made with love."
|
||||
@@ -149,40 +102,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Amazing staff, amazing coffee, amazing products and super friendly service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Amazing staff, amazing coffee, amazing products and super friendly service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "So lovely! very nice people and nice coffee.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-home_23-2148547099.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@markd", testimonial: "So lovely! very nice people and nice coffee.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-woman-home_23-2148547099.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elenar",
|
||||
testimonial: "The best coffee in Ettalong. Great atmosphere by the water.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-coffee_329181-11917.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", handle: "@elenar", testimonial: "The best coffee in Ettalong. Great atmosphere by the water.", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-coffee_329181-11917.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jason W.",
|
||||
handle: "@jasonw",
|
||||
testimonial: "Always friendly and the bacon rolls are perfect for a beach morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
id: "4", name: "Jason W.", handle: "@jasonw", testimonial: "Always friendly and the bacon rolls are perfect for a beach morning.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kelly T.",
|
||||
handle: "@kellyt",
|
||||
testimonial: "Such a welcoming spot. My daily morning ritual.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg",
|
||||
},
|
||||
id: "5", name: "Kelly T.", handle: "@kellyt", testimonial: "Such a welcoming spot. My daily morning ritual.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg"},
|
||||
]}
|
||||
title="What Our Locals Say"
|
||||
description="Join our community of coffee lovers who rate us 4.8 stars."
|
||||
@@ -194,24 +122,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafted with ",
|
||||
},
|
||||
type: "text", content: "Crafted with "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-hot-coffee-with-chocolate_1232-1257.jpg",
|
||||
alt: "Heart art",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-hot-coffee-with-chocolate_1232-1257.jpg", alt: "Heart art"},
|
||||
{
|
||||
type: "text",
|
||||
content: " at Ettalong Beach",
|
||||
},
|
||||
type: "text", content: " at Ettalong Beach"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn Our Story", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -220,20 +139,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us Today"
|
||||
title="Find Us at Ettalong Beach"
|
||||
description="410 Ocean View Rd, Ettalong Beach NSW 2257. Open daily from 6:00 AM. Dine-in and takeaway available."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 0422 473 003",
|
||||
href: "tel:0422473003",
|
||||
},
|
||||
text: "Call Now: 0422 473 003", href: "tel:0422473003"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=410+Ocean+View+Rd+Ettalong+Beach+NSW",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=410+Ocean+View+Rd+Ettalong+Beach+NSW"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user