Update src/app/page.tsx

This commit is contained in:
2026-06-10 10:40:18 +00:00
parent 7ad04afdd1
commit 82c9b65e3f

View File

@@ -32,57 +32,38 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Reviews",
id: "#testimonials",
},
name: "Reviews", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/healthy-food-concept-with-smartphone-juices_23-2147803006.jpg"
logoAlt="Auburn Fresh Juice Centre Logo"
brandName="Auburn Fresh Juice Centre"
button={{
text: "Order Online",
href: "#menu",
}}
text: "Order Online", href: "#menu"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Experience Freshness at Auburn Fresh Juice Centre"
description="Indulge in vibrant, delicious, and healthy beverages. From signature faloodas to refreshing sugarcane juice, we craft every drink with the freshest ingredients."
tagAnimation="slide-up"
buttons={[
{
text: "Explore Our Menu",
href: "#menu",
},
text: "Explore Our Menu", href: "#menu"},
{
text: "Visit Us Today",
href: "#contact",
},
text: "Visit Us Today", href: "#contact"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/front-view-fresh-fruit-cocktails-with-fresh-fruit-slices-ice-cooling-blue-drink-juice-cocktail-fruit-color_140725-24749.jpg"
@@ -90,64 +71,34 @@ export default function LandingPage() {
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12707.jpg",
alt: "Happy customer smiling",
},
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12707.jpg", alt: "Happy customer smiling"},
{
src: "http://img.b2bpic.net/free-photo/people_273609-1905.jpg",
alt: "Satisfied client drinking juice",
},
src: "http://img.b2bpic.net/free-photo/people_273609-1905.jpg", alt: "Satisfied client drinking juice"},
{
src: "http://img.b2bpic.net/free-photo/glad-young-female-with-satisfied-expression-has-attractive-look-keeps-hands-chin-being-relaxed-as-spend-free-time-cozy-restaurant-enjoys-fresh-drink-has-summer-vacation-tropics_273609-3040.jpg",
alt: "Woman enjoying a fresh drink",
},
src: "http://img.b2bpic.net/free-photo/glad-young-female-with-satisfied-expression-has-attractive-look-keeps-hands-chin-being-relaxed-as-spend-free-time-cozy-restaurant-enjoys-fresh-drink-has-summer-vacation-tropics_273609-3040.jpg", alt: "Woman enjoying a fresh drink"},
{
src: "http://img.b2bpic.net/free-photo/man-enjoying-dragon-fruit-drink-outdoors_23-2150295966.jpg",
alt: "Customer giving positive review",
},
src: "http://img.b2bpic.net/free-photo/man-enjoying-dragon-fruit-drink-outdoors_23-2150295966.jpg", alt: "Customer giving positive review"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing-work_23-2149006885.jpg",
alt: "Person with refreshing beverage",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-laughing-work_23-2149006885.jpg", alt: "Person with refreshing beverage"},
]}
avatarText="Join our 10,000+ happy customers!"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/sliced-ripe-orange-with-bright-skin-turquoise-surface_23-2148149575.jpg",
alt: "Fresh orange slices",
},
type: "image", src: "http://img.b2bpic.net/free-photo/sliced-ripe-orange-with-bright-skin-turquoise-surface_23-2148149575.jpg", alt: "Fresh orange slices"},
{
type: "text",
text: "Vibrant Flavors",
},
type: "text", text: "Vibrant Flavors"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-composition-different-fruits-white-background_140725-138755.jpg",
alt: "Assorted fresh fruits",
},
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-composition-different-fruits-white-background_140725-138755.jpg", alt: "Assorted fresh fruits"},
{
type: "text",
text: "Healthy Choices",
},
type: "text", text: "Healthy Choices"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/two-red-smoothies-with-strawberries_23-2147684393.jpg",
alt: "Green smoothie ingredients",
},
type: "image", src: "http://img.b2bpic.net/free-photo/two-red-smoothies-with-strawberries_23-2147684393.jpg", alt: "Green smoothie ingredients"},
{
type: "text",
text: "Daily Freshness",
},
type: "text", text: "Daily Freshness"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/composition-with-tropical-fruits-wooden-surface_273443-2970.jpg",
alt: "Tropical fruit mix",
},
type: "image", src: "http://img.b2bpic.net/free-photo/composition-with-tropical-fruits-wooden-surface_273443-2970.jpg", alt: "Tropical fruit mix"},
{
type: "text",
text: "Local Ingredients",
},
type: "text", text: "Local Ingredients"},
]}
marqueeSpeed={30}
/>
@@ -158,24 +109,15 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Passion for ",
},
type: "text", content: "Our Passion for "},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-smartphone-juices_23-2147803006.jpg",
alt: "Auburn Fresh Juice Centre Logo",
},
type: "image", src: "http://img.b2bpic.net/free-photo/healthy-food-concept-with-smartphone-juices_23-2147803006.jpg", alt: "Auburn Fresh Juice Centre Logo"},
{
type: "text",
content: " Freshness",
},
type: "text", content: " Freshness"},
]}
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
/>
</div>
@@ -188,47 +130,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "falooda",
name: "Mumtaz Special Falooda",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/glass-icecream-with-berry-platter_114579-13192.jpg",
imageAlt: "A glass of Mumtaz Special Falooda with various toppings",
},
id: "falooda", name: "Mumtaz Special Falooda", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-icecream-with-berry-platter_114579-13192.jpg", imageAlt: "A glass of Mumtaz Special Falooda with various toppings"},
{
id: "sugarcane",
name: "Fresh Sugarcane Juice",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/lemonade-ingredients-glass-jar-wooden-yard-table-side-view_176474-5971.jpg",
imageAlt: "A glass of freshly squeezed sugarcane juice with ice",
},
id: "sugarcane", name: "Fresh Sugarcane Juice", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/lemonade-ingredients-glass-jar-wooden-yard-table-side-view_176474-5971.jpg", imageAlt: "A glass of freshly squeezed sugarcane juice with ice"},
{
id: "chocolate-milkshake",
name: "Rich Chocolate Milkshake",
price: "$10.00",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-hot-chocolate-with-cream-tray_23-2148349598.jpg",
imageAlt: "A tall glass of chocolate milkshake with whipped cream",
},
id: "chocolate-milkshake", name: "Rich Chocolate Milkshake", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-hot-chocolate-with-cream-tray_23-2148349598.jpg", imageAlt: "A tall glass of chocolate milkshake with whipped cream"},
{
id: "mixed-fruit-juice",
name: "Vibrant Mixed Fruit Juice",
price: "$9.50",
imageSrc: "http://img.b2bpic.net/free-photo/juice-mason-jar-with-fruit-slices-chopping-board-rosemary_23-2147968635.jpg",
imageAlt: "A glass of colorful mixed fruit juice",
},
id: "mixed-fruit-juice", name: "Vibrant Mixed Fruit Juice", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/juice-mason-jar-with-fruit-slices-chopping-board-rosemary_23-2147968635.jpg", imageAlt: "A glass of colorful mixed fruit juice"},
{
id: "berry-smoothie",
name: "Berry Blast Smoothie",
price: "$11.00",
imageSrc: "http://img.b2bpic.net/free-photo/green-smoothies_501050-976.jpg",
imageAlt: "A glass of berry smoothie topped with fresh berries",
},
id: "berry-smoothie", name: "Berry Blast Smoothie", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/green-smoothies_501050-976.jpg", imageAlt: "A glass of berry smoothie topped with fresh berries"},
{
id: "club-sandwich",
name: "Classic Club Sandwich",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg",
imageAlt: "A perfectly layered club sandwich",
},
id: "club-sandwich", name: "Classic Club Sandwich", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-healthy-food-breakfast-lunch-ideas-bread-with-cheese-avocado-salmon_8353-8797.jpg", imageAlt: "A perfectly layered club sandwich"},
]}
title="Our Signature Offerings"
description="Discover a diverse menu crafted with fresh fruits, premium ingredients, and a dash of passion. From traditional faloodas to energizing fresh juices, find your perfect refreshment."
@@ -242,17 +154,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
"No Artificial Flavors",
"No Preservatives",
"No Compromise on Quality",
],
"No Artificial Flavors", "No Preservatives", "No Compromise on Quality"],
}}
positiveCard={{
items: [
"Fresh, Local Ingredients",
"Handcrafted Beverages",
"Exceptional Customer Service",
],
"Fresh, Local Ingredients", "Handcrafted Beverages", "Exceptional Customer Service"],
}}
title="Why Choose Auburn Fresh Juice Centre?"
description="We are dedicated to providing the highest quality and most refreshing experience for every customer."
@@ -266,34 +172,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "experience",
value: "10+",
title: "Years of Experience",
items: [
"Crafting perfect blends",
"Delighting taste buds",
"Serving the community",
],
id: "experience", value: "10+", title: "Years of Experience", items: [
"Crafting perfect blends", "Delighting taste buds", "Serving the community"],
},
{
id: "customers",
value: "750+",
title: "Happy Customers",
items: [
"Daily visitors",
"Loyal patrons",
"Positive feedback",
],
id: "customers", value: "750+", title: "Happy Customers", items: [
"Daily visitors", "Loyal patrons", "Positive feedback"],
},
{
id: "menu-items",
value: "50+",
title: "Menu Items",
items: [
"Variety of juices",
"Delicious faloodas",
"Refreshing milkshakes",
],
id: "menu-items", value: "50+", title: "Menu Items", items: [
"Variety of juices", "Delicious faloodas", "Refreshing milkshakes"],
},
]}
title="Our Commitment to Excellence"
@@ -306,38 +194,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Gloria Rivera",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-double-ok-gesture-with_1298-451.jpg",
imageAlt: "Customer Gloria Rivera",
},
id: "1", name: "Amira S.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-doing-double-ok-gesture-with_1298-451.jpg", imageAlt: "Customer Amira S."},
{
id: "2",
name: "Ganu K",
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg",
imageAlt: "Customer Ganu K",
},
id: "2", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg", imageAlt: "Customer David L."},
{
id: "3",
name: "Ashwitha Jain",
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2781.jpg",
imageAlt: "Customer Ashwitha Jain",
},
id: "3", name: "Priya M.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2781.jpg", imageAlt: "Customer Priya M."},
{
id: "4",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
imageAlt: "Customer Sarah J.",
},
id: "4", name: "James R.", imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", imageAlt: "Customer James R."},
{
id: "5",
name: "Michael T.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
imageAlt: "Customer Michael T.",
},
id: "5", name: "Sophie K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", imageAlt: "Customer Sophie K."},
{
id: "6", name: "Carlos V.", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-isolated-yellow-background-smiling-with-happy-face-winking-camera-doing-ok-sign-with-hand-finger_118671-1823.jpg", imageAlt: "Customer Carlos V."},
]}
cardTitle="What Our Customers Say"
cardTag="Rave Reviews"
cardTitle="Hear From Our Happy Customers"
cardTag="Authentic Reviews"
cardAnimation="slide-up"
/>
</div>
@@ -348,28 +218,20 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What are your operating hours?",
content: "We are open daily from 6 AM and close at 1 AM, ready to serve you fresh juices and faloodas at your convenience.",
},
id: "1", title: "What are your operating hours?", content: "We are open daily from 6 AM and close at 1 AM, ready to serve you fresh juices and faloodas at your convenience."},
{
id: "2",
title: "Do you offer delivery services?",
content: "Yes, we offer both takeaway and delivery services. You can order online through our partners.",
},
id: "2", title: "Do you offer delivery services?", content: "Yes, we offer both takeaway and delivery services. You can order online through our partners like Uber Eats and DoorDash."},
{
id: "3",
title: "Are your juices made from fresh ingredients?",
content: "Absolutely! We pride ourselves on using only the freshest, high-quality fruits and ingredients for all our beverages.",
},
id: "3", title: "Are your juices made from fresh ingredients?", content: "Absolutely! We pride ourselves on using only the freshest, high-quality fruits and ingredients for all our beverages, sourced locally whenever possible."},
{
id: "4",
title: "Can I customize my juice or falooda?",
content: "Yes, we offer various customization options to ensure your drink is made exactly to your liking. Please ask our staff for details.",
},
id: "4", title: "Can I customize my juice or falooda?", content: "Yes, we offer various customization options to ensure your drink is made exactly to your liking. Feel free to ask our friendly staff about substitutions or additions."},
{
id: "5", title: "Do you have options for specific dietary needs?", content: "We strive to cater to various dietary preferences. Please inform our staff about any allergies or dietary restrictions, and we'll do our best to accommodate."},
{
id: "6", title: "Where is Auburn Fresh Juice Centre located?", content: "You can find us at Shop 1, 1-5 Queen St, Auburn NSW 2144. We're conveniently located in the heart of Auburn."},
]}
title="Your Questions, Answered"
description="Find quick answers to the most common questions about our products and services."
description="Find quick answers to the most common questions about our products, services, and location."
faqsAnimation="slide-up"
/>
</div>
@@ -378,11 +240,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
tag="Get in Touch"
title="Visit Us or Say Hello!"
description="We'd love to hear from you or see you at our shop. Stop by for a refreshing drink or send us a message."
title="Visit Our Store or Reach Out!"
description="Find us at Shop 1, 1-5 Queen St, Auburn NSW 2144. We're open daily from 6 AM to 1 AM. For any inquiries, use the contact form below."
inputPlaceholder="Your Email Address"
buttonText="Send Message"
termsText="By sending a message you're confirming that you agree with our Privacy Policy."
@@ -394,63 +255,40 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Menu",
items: [
title: "Menu", items: [
{
label: "Fresh Juices",
href: "#menu",
},
label: "Fresh Juices", href: "#menu"},
{
label: "Falooda",
href: "#menu",
},
label: "Falooda", href: "#menu"},
{
label: "Milkshakes",
href: "#menu",
},
label: "Milkshakes", href: "#menu"},
{
label: "Snacks",
href: "#menu",
},
label: "Snacks", href: "#menu"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
{
label: "FAQs",
href: "#faq",
},
label: "FAQs", href: "#faq"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
bottomLeftText="© 2024 Auburn Fresh Juice Centre. All rights reserved."
bottomRightText="Built with passion."
bottomLeftText={`© ${new Date().getFullYear()} Auburn Fresh Juice Centre. All rights reserved.`}
bottomRightText="Freshness Delivered, Locally Loved."
/>
</div>
</ReactLenis>