Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
224
src/app/page.tsx
224
src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu-highlights",
|
||||
},
|
||||
name: "Menu", id: "#menu-highlights"},
|
||||
{
|
||||
name: "Why Visit Us",
|
||||
id: "#why-visit-us",
|
||||
},
|
||||
name: "Why Visit Us", id: "#why-visit-us"},
|
||||
{
|
||||
name: "Hours",
|
||||
id: "#opening-hours",
|
||||
},
|
||||
name: "Hours", id: "#opening-hours"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#customer-reviews",
|
||||
},
|
||||
name: "Reviews", id: "#customer-reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact-location",
|
||||
},
|
||||
name: "Contact", id: "#contact-location"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/geometric-minimalist-food-logo_23-2148918120.jpg"
|
||||
logoAlt="Elle Coffee Logo"
|
||||
@@ -69,21 +55,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Specialty Coffee in the Heart of Carnegie"
|
||||
description="Fresh coffee, simple food, and a warm local café experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/search/?api=1&query=Elle+Coffee,+1/14-22+Woorayl+Street,+Carnegie+VIC+3163,+Australia",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=Elle+Coffee,+1/14-22+Woorayl+Street,+Carnegie+VIC+3163,+Australia"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu-highlights",
|
||||
},
|
||||
text: "View Menu", href: "#menu-highlights"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-cappuccino-picture-drink-decoration_1203-4618.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-cappuccino-picture-drink-decoration_1203-4618.jpg"
|
||||
imageAlt="Modern cafe interior with natural light"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,9 +74,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story: The Heart of Carnegie Coffee"
|
||||
description={[
|
||||
"Nestled in the vibrant heart of Carnegie, Elle Coffee is more than just a café – it’s a cherished community hub. We’re passionate about crafting exceptional coffee and offering simple, delicious food that makes every visit a delight.",
|
||||
"From your quick morning takeaway to a relaxed brunch with friends, our warm and inviting atmosphere is designed to make you feel right at home. We pride ourselves on quality coffee, a relaxed atmosphere, and an everyday menu perfect for any time. Come discover your new local favourite at Elle Coffee.",
|
||||
]}
|
||||
"Nestled in the vibrant heart of Carnegie, Elle Coffee is more than just a café – it’s a cherished community hub. We’re passionate about crafting exceptional coffee and offering simple, delicious food that makes every visit a delight.", "From your quick morning takeaway to a relaxed brunch with friends, our warm and inviting atmosphere is designed to make you feel right at home. We pride ourselves on quality coffee, a relaxed atmosphere, and an everyday menu perfect for any time. Come discover your new local favourite at Elle Coffee."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,53 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "menu-1",
|
||||
name: "Espresso Coffee",
|
||||
price: "From $6",
|
||||
variant: "Rich & Aromatic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg",
|
||||
imageAlt: "Freshly brewed espresso coffee",
|
||||
},
|
||||
id: "menu-1", name: "Espresso Coffee", price: "From $6", variant: "Rich & Aromatic", imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg", imageAlt: "Freshly brewed espresso coffee"},
|
||||
{
|
||||
id: "menu-2",
|
||||
name: "Iced Coffee",
|
||||
price: "From $7",
|
||||
variant: "Refreshing & Cool",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adding-milk-glass-cappuccino_114579-15194.jpg",
|
||||
imageAlt: "Refreshing iced coffee with milk",
|
||||
},
|
||||
id: "menu-2", name: "Iced Coffee", price: "From $7", variant: "Refreshing & Cool", imageSrc: "http://img.b2bpic.net/free-photo/adding-milk-glass-cappuccino_114579-15194.jpg", imageAlt: "Refreshing iced coffee with milk"},
|
||||
{
|
||||
id: "menu-3",
|
||||
name: "Matcha Latte",
|
||||
price: "From $7",
|
||||
variant: "Earthy & Smooth",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/set-asian-tea-matcha-utensils_23-2148296767.jpg",
|
||||
imageAlt: "Vibrant green matcha latte",
|
||||
},
|
||||
id: "menu-3", name: "Matcha Latte", price: "From $7", variant: "Earthy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/set-asian-tea-matcha-utensils_23-2148296767.jpg", imageAlt: "Vibrant green matcha latte"},
|
||||
{
|
||||
id: "menu-4",
|
||||
name: "Fresh Pastries",
|
||||
price: "From $5",
|
||||
variant: "Baked Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cupcakes-concept_23-2148777778.jpg",
|
||||
imageAlt: "Assortment of fresh pastries",
|
||||
},
|
||||
id: "menu-4", name: "Fresh Pastries", price: "From $5", variant: "Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-cupcakes-concept_23-2148777778.jpg", imageAlt: "Assortment of fresh pastries"},
|
||||
{
|
||||
id: "menu-5",
|
||||
name: "Brunch Plates",
|
||||
price: "From $15",
|
||||
variant: "Savory & Satisfying",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-breakfast-composition-with-copyspace_23-2148200791.jpg",
|
||||
imageAlt: "Delicious brunch plate with avocado toast",
|
||||
},
|
||||
id: "menu-5", name: "Brunch Plates", price: "From $15", variant: "Savory & Satisfying", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-breakfast-composition-with-copyspace_23-2148200791.jpg", imageAlt: "Delicious brunch plate with avocado toast"},
|
||||
{
|
||||
id: "menu-6",
|
||||
name: "Takeaway Options",
|
||||
price: "From $6",
|
||||
variant: "Convenient & Quick",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-lady-olive-jacket-white-pants-holds-cup-tea-phone-bright-backdrop-brunette-girl-glasses-smiles-yellow-background_197531-28024.jpg",
|
||||
imageAlt: "Takeaway coffee cup in hand",
|
||||
},
|
||||
id: "menu-6", name: "Takeaway Options", price: "From $6", variant: "Convenient & Quick", imageSrc: "http://img.b2bpic.net/free-photo/lovely-lady-olive-jacket-white-pants-holds-cup-tea-phone-bright-backdrop-brunette-girl-glasses-smiles-yellow-background_197531-28024.jpg", imageAlt: "Takeaway coffee cup in hand"},
|
||||
]}
|
||||
title="Our Menu Highlights"
|
||||
description="A curated selection of our most loved coffee creations and delectable bites, prepared with care and passion."
|
||||
@@ -167,67 +110,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Freshly Made Coffee",
|
||||
description: "We meticulously select our beans and craft each coffee to perfection, ensuring a rich and delightful experience with every sip.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg",
|
||||
imageAlt: "Close-up of coffee beans",
|
||||
},
|
||||
title: "Freshly Made Coffee", description: "We meticulously select our beans and craft each coffee to perfection, ensuring a rich and delightful experience with every sip.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee_1388-627.jpg", imageAlt: "Close-up of coffee beans"},
|
||||
items: [
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Premium Beans",
|
||||
},
|
||||
text: "Premium Beans"},
|
||||
{
|
||||
icon: Star,
|
||||
text: "Expert Baristas",
|
||||
},
|
||||
text: "Expert Baristas"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/geometric-minimalist-food-logo_23-2148918120.jpg",
|
||||
imageAlt: "coffee beans roasted close-up",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Local Carnegie Favourite",
|
||||
description: "More than just a café, we're a vibrant part of the Carnegie community. Enjoy a warm, welcoming atmosphere where everyone feels at home.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-town-with-houses-trees-cloudy-sky_1308-189664.jpg",
|
||||
imageAlt: "Map of Carnegie, Victoria",
|
||||
},
|
||||
title: "Local Carnegie Favourite", description: "More than just a café, we're a vibrant part of the Carnegie community. Enjoy a warm, welcoming atmosphere where everyone feels at home.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-rural-town-with-houses-trees-cloudy-sky_1308-189664.jpg", imageAlt: "Map of Carnegie, Victoria"},
|
||||
items: [
|
||||
{
|
||||
icon: MapPin,
|
||||
text: "Community Hub",
|
||||
},
|
||||
text: "Community Hub"},
|
||||
{
|
||||
icon: Utensils,
|
||||
text: "Friendly Service",
|
||||
},
|
||||
text: "Friendly Service"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cappuccino-picture-drink-decoration_1203-4618.jpg?_wi=2",
|
||||
imageAlt: "coffee beans roasted close-up",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Easy Takeaway & Dine-In",
|
||||
description: "Whether you're in a hurry or want to relax, our flexible options cater to your needs. Grab your coffee to go or settle in for a leisurely brunch.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tablet_23-2149966940.jpg",
|
||||
imageAlt: "People dining in a cozy cafe",
|
||||
},
|
||||
title: "Easy Takeaway & Dine-In", description: "Whether you're in a hurry or want to relax, our flexible options cater to your needs. Grab your coffee to go or settle in for a leisurely brunch.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-reading-tablet_23-2149966940.jpg", imageAlt: "People dining in a cozy cafe"},
|
||||
items: [
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Convenient Hours",
|
||||
},
|
||||
text: "Convenient Hours"},
|
||||
{
|
||||
icon: Coffee,
|
||||
text: "Quick Service",
|
||||
},
|
||||
text: "Quick Service"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/internationals-people-standing-cafe-with-tablet-coffee_1157-32445.jpg",
|
||||
imageAlt: "coffee beans roasted close-up",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Why Visit Elle Coffee?"
|
||||
@@ -243,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "hours-1",
|
||||
value: "7:00 AM – 3:00 PM",
|
||||
description: "Monday – Friday",
|
||||
},
|
||||
id: "hours-1", value: "7:00 AM – 3:00 PM", description: "Monday – Friday"},
|
||||
{
|
||||
id: "hours-2",
|
||||
value: "8:00 AM – 2:00 PM",
|
||||
description: "Saturday – Sunday",
|
||||
},
|
||||
id: "hours-2", value: "8:00 AM – 2:00 PM", description: "Saturday – Sunday"},
|
||||
{
|
||||
id: "hours-3",
|
||||
value: "Public Holidays",
|
||||
description: "Check our Instagram",
|
||||
},
|
||||
id: "hours-3", value: "Public Holidays", description: "Check our Instagram"},
|
||||
]}
|
||||
title="Our Opening Hours"
|
||||
description="Plan your visit to Elle Coffee and enjoy our fresh offerings. Please confirm hours with the café."
|
||||
@@ -270,45 +180,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "review-1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_loves_coffee",
|
||||
testimonial: "Elle Coffee is my daily ritual! The espresso is always perfect, and the atmosphere is just so welcoming. Highly recommend their pastries too!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "review-1", name: "Sarah J.", handle: "@sarah_loves_coffee", testimonial: "Elle Coffee is my daily ritual! The espresso is always perfect, and the atmosphere is just so welcoming. Highly recommend their pastries too!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "review-2",
|
||||
name: "Michael C.",
|
||||
handle: "@michael.foodie",
|
||||
testimonial: "Found this gem in Carnegie. The iced coffee is a game-changer on a hot day, and the staff are always incredibly friendly. A must-visit!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
|
||||
imageAlt: "Portrait of Michael C.",
|
||||
},
|
||||
id: "review-2", name: "Michael C.", handle: "@michael.foodie", testimonial: "Found this gem in Carnegie. The iced coffee is a game-changer on a hot day, and the staff are always incredibly friendly. A must-visit!", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", imageAlt: "Portrait of Michael C."},
|
||||
{
|
||||
id: "review-3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_reads",
|
||||
testimonial: "The perfect spot for a quiet read and a delicious matcha latte. Elle Coffee has such a lovely vibe, and their brunch plates are fantastic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-35195.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "review-3", name: "Emily R.", handle: "@emily_reads", testimonial: "The perfect spot for a quiet read and a delicious matcha latte. Elle Coffee has such a lovely vibe, and their brunch plates are fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-35195.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "review-4",
|
||||
name: "David K.",
|
||||
handle: "@david_explores",
|
||||
testimonial: "Always a pleasure to grab my morning coffee here. The quality is consistent, and it's great to support a local business that genuinely cares.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-confident-adult-winking-telling-jokes-against-blue-background-acting-cool-with-vibrant_482257-134637.jpg",
|
||||
imageAlt: "Portrait of David K.",
|
||||
},
|
||||
id: "review-4", name: "David K.", handle: "@david_explores", testimonial: "Always a pleasure to grab my morning coffee here. The quality is consistent, and it's great to support a local business that genuinely cares.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-confident-adult-winking-telling-jokes-against-blue-background-acting-cool-with-vibrant_482257-134637.jpg", imageAlt: "Portrait of David K."},
|
||||
{
|
||||
id: "review-5",
|
||||
name: "Olivia M.",
|
||||
handle: "@olivia_eats_vic",
|
||||
testimonial: "Elle Coffee truly captures that high-end local cafe feeling. Their brunch is outstanding, and the coffee never disappoints. My new favorite!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg",
|
||||
imageAlt: "Portrait of Olivia M.",
|
||||
},
|
||||
id: "review-5", name: "Olivia M.", handle: "@olivia_eats_vic", testimonial: "Elle Coffee truly captures that high-end local cafe feeling. Their brunch is outstanding, and the coffee never disappoints. My new favorite!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-black-woman-smile-camera_197531-33139.jpg", imageAlt: "Portrait of Olivia M."},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear what our cherished community members have to say about their Elle Coffee experience. Sample customer feedback."
|
||||
@@ -322,22 +202,14 @@ export default function LandingPage() {
|
||||
description="Find us at 1/14-22 Woorayl Street, Carnegie VIC 3163, Australia. Reach out for any inquiries or simply drop by for a delightful coffee experience. We look forward to seeing you!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gunge-soft-wallpaper-texture_1194-6251.jpg"
|
||||
@@ -354,13 +226,9 @@ export default function LandingPage() {
|
||||
logoAlt="Elle Coffee Logo"
|
||||
logoText="Elle Coffee"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user