Update src/app/page.tsx
This commit is contained in:
284
src/app/page.tsx
284
src/app/page.tsx
@@ -32,30 +32,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Order Online", href: "#"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/monochrome-business-cards_23-2148555817.jpg"
|
||||
logoAlt="Cafe Aroma Beans Logo"
|
||||
brandName="Cafe Aroma Beans"
|
||||
@@ -65,70 +53,45 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Experience the Richness of Coffee at Cafe Aroma Beans"
|
||||
description="Discover a delightful blend of fresh, flavorful coffee and a cozy, inviting atmosphere. Your perfect spot to unwind, catch up, or enjoy a quick bite."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
text: "Order Online", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798038.jpg"
|
||||
imageAlt="Cozy coffee shop interior with warm lighting and comfortable seating"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg",
|
||||
alt: "Smiling customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-carefree-woman-enjoying-morning-outdoor-coffee-shop_74855-3463.jpg", alt: "Smiling customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-245290.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-245290.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-cup_171337-4039.jpg",
|
||||
alt: "Customer enjoying coffee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-holding-cup_171337-4039.jpg", alt: "Customer enjoying coffee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-having-juice_107420-65906.jpg",
|
||||
alt: "Customer relaxing in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-talking-mobile-phone-while-having-juice_107420-65906.jpg", alt: "Customer relaxing in cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-curly-afro-american-woman-closes-eyes-from-smelling-pleasant-coffee-aroma-has-relaxed-face-uses-smartphone-chatting-online-dreessed-casual-wear-isolated-pink-wall_273609-48008.jpg",
|
||||
alt: "Customer with a coffee cup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-curly-afro-american-woman-closes-eyes-from-smelling-pleasant-coffee-aroma-has-relaxed-face-uses-smartphone-chatting-online-dreessed-casual-wear-isolated-pink-wall_273609-48008.jpg", alt: "Customer with a coffee cup"},
|
||||
]}
|
||||
avatarText="Join our community of coffee lovers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Brewed",
|
||||
type: "text", text: "Freshly Brewed"},
|
||||
{
|
||||
type: "text-icon", text: "5-Star Rated", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "5-Star Rated",
|
||||
icon: Star,
|
||||
type: "text", text: "Cozy Atmosphere"},
|
||||
{
|
||||
type: "text-icon", text: "Free Wi-Fi", icon: Wifi,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Wi-Fi",
|
||||
icon: Wifi,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Delicious Pastries",
|
||||
},
|
||||
type: "text", text: "Delicious Pastries"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,26 +101,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Perfect ",
|
||||
},
|
||||
type: "text", content: "Our Passion for Perfect "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/kiwi-outline-floral-background_171337-11133.jpg",
|
||||
alt: "Coffee Bean Icon",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/kiwi-outline-floral-background_171337-11133.jpg", alt: "Coffee Bean Icon"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Brews",
|
||||
},
|
||||
type: "text", content: " Brews"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
]}
|
||||
description="At Cafe Aroma Beans, we believe in the art of coffee making. Our journey began with a simple desire: to create a space where every cup tells a story and every visit feels like coming home. We meticulously source the finest beans and roast them to perfection, ensuring a rich and aromatic experience. Beyond coffee, our menu features delightful treats, all served with a warm smile in a truly inviting atmosphere."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,35 +121,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Cozy Ambiance",
|
||||
tags: [
|
||||
"Relax",
|
||||
"Unwind",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3668.jpg",
|
||||
imageAlt: "Cozy cafe interior with soft lighting",
|
||||
},
|
||||
id: "f1", title: "Cozy Ambiance", tags: [
|
||||
"Relax", "Unwind"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3668.jpg", imageAlt: "Cozy cafe interior with soft lighting"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Delightful Bites",
|
||||
tags: [
|
||||
"Snacks",
|
||||
"Treats",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-you_1098-16143.jpg",
|
||||
imageAlt: "Assortment of pastries and sandwiches",
|
||||
},
|
||||
id: "f2", title: "Delightful Bites", tags: [
|
||||
"Snacks", "Treats"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/snack-you_1098-16143.jpg", imageAlt: "Assortment of pastries and sandwiches"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Friendly Service",
|
||||
tags: [
|
||||
"Attentive",
|
||||
"Welcoming",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-holding-coffee_23-2148436124.jpg",
|
||||
imageAlt: "Barista serving coffee with a smile",
|
||||
},
|
||||
id: "f3", title: "Friendly Service", tags: [
|
||||
"Attentive", "Welcoming"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-holding-coffee_23-2148436124.jpg", imageAlt: "Barista serving coffee with a smile"},
|
||||
]}
|
||||
title="More Than Just Coffee"
|
||||
description="Beyond our exquisite coffee selection, we offer a range of delicious treats and a welcoming environment for every visit."
|
||||
@@ -212,53 +147,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Espresso",
|
||||
price: "₹150",
|
||||
variant: "Hot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3463.jpg",
|
||||
imageAlt: "Classic espresso shot in a demitasse cup",
|
||||
},
|
||||
id: "p1", name: "Classic Espresso", price: "₹150", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-3463.jpg", imageAlt: "Classic espresso shot in a demitasse cup"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Velvet Latte",
|
||||
price: "₹220",
|
||||
variant: "Hot / Iced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caramel-latte-table_140725-6534.jpg",
|
||||
imageAlt: "Latte with intricate latte art",
|
||||
},
|
||||
id: "p2", name: "Velvet Latte", price: "₹220", variant: "Hot / Iced", imageSrc: "http://img.b2bpic.net/free-photo/caramel-latte-table_140725-6534.jpg", imageAlt: "Latte with intricate latte art"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Signature Cold Brew",
|
||||
price: "₹250",
|
||||
variant: "Iced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-condensation-dark-background_84443-83807.jpg",
|
||||
imageAlt: "Glass of cold brew coffee with ice",
|
||||
},
|
||||
id: "p3", name: "Signature Cold Brew", price: "₹250", variant: "Iced", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-condensation-dark-background_84443-83807.jpg", imageAlt: "Glass of cold brew coffee with ice"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Club Sandwich",
|
||||
price: "₹180",
|
||||
variant: "Veg / Non-Veg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-108111.jpg",
|
||||
imageAlt: "Freshly made club sandwich",
|
||||
},
|
||||
id: "p4", name: "Club Sandwich", price: "₹180", variant: "Veg / Non-Veg", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-108111.jpg", imageAlt: "Freshly made club sandwich"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Butter Croissant",
|
||||
price: "₹99",
|
||||
variant: "Plain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-plate-near-flower-cutlery_23-2148031633.jpg",
|
||||
imageAlt: "Golden-brown butter croissant",
|
||||
},
|
||||
id: "p5", name: "Butter Croissant", price: "₹99", variant: "Plain", imageSrc: "http://img.b2bpic.net/free-photo/bakery-plate-near-flower-cutlery_23-2148031633.jpg", imageAlt: "Golden-brown butter croissant"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Peri Peri French Fries",
|
||||
price: "₹79",
|
||||
variant: "Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-french-fries-with-seasonings-dark-space_140725-95145.jpg",
|
||||
imageAlt: "Bowl of peri peri french fries",
|
||||
},
|
||||
id: "p6", name: "Peri Peri French Fries", price: "₹79", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-french-fries-with-seasonings-dark-space_140725-95145.jpg", imageAlt: "Bowl of peri peri french fries"},
|
||||
]}
|
||||
title="Our Signature Selection"
|
||||
description="From freshly roasted beans to expertly crafted beverages, explore our favorite offerings designed to satisfy every palate."
|
||||
@@ -274,59 +173,23 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sandwich Lover",
|
||||
role: "Local Guide",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5835.jpg",
|
||||
imageAlt: "Portrait of a happy customer",
|
||||
},
|
||||
id: "t1", name: "Sandwich Lover", role: "Local Guide", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-woman-casual-sweater-pink-wall_343596-5835.jpg", imageAlt: "Portrait of a happy customer"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Coffee Enthusiast",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-male-drinks-coffee-using-smartphone-cafe_613910-11958.jpg",
|
||||
imageAlt: "Portrait of a happy customer",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Coffee Enthusiast", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-bearded-male-drinks-coffee-using-smartphone-cafe_613910-11958.jpg", imageAlt: "Portrait of a happy customer"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Regular Visitor",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg",
|
||||
imageAlt: "Portrait of a happy customer",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Regular Visitor", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg", imageAlt: "Portrait of a happy customer"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Travellerpro",
|
||||
role: "Local Guide",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-working-computer-cafe-drinking-coffee_1303-14508.jpg",
|
||||
imageAlt: "Portrait of a happy customer",
|
||||
},
|
||||
id: "t4", name: "Travellerpro", role: "Local Guide", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-working-computer-cafe-drinking-coffee_1303-14508.jpg", imageAlt: "Portrait of a happy customer"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sarah Johnson",
|
||||
role: "Evening Guest",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg",
|
||||
imageAlt: "Portrait of a happy customer",
|
||||
},
|
||||
id: "t5", name: "Sarah Johnson", role: "Evening Guest", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee_1303-30736.jpg", imageAlt: "Portrait of a happy customer"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "David Kim",
|
||||
role: "Hangout Spot Fan",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-waiting-lunch-while-sitting-restaurant_58466-16034.jpg",
|
||||
imageAlt: "Portrait of a happy customer",
|
||||
},
|
||||
id: "t6", name: "David Kim", role: "Hangout Spot Fan", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-waiting-lunch-while-sitting-restaurant_58466-16034.jpg", imageAlt: "Portrait of a happy customer"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our beloved customers about their favorite experiences at Cafe Aroma Beans."
|
||||
@@ -339,25 +202,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open daily from 6 AM and close at 11:30 PM, seven days a week.",
|
||||
},
|
||||
id: "faq1", title: "What are your operating hours?", content: "We are open daily from 6 AM and close at 11:30 PM, seven days a week."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer Wi-Fi for customers?",
|
||||
content: "Yes, we provide complimentary high-speed Wi-Fi for all our guests. Feel free to work or relax with a fresh brew.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer Wi-Fi for customers?", content: "Yes, we provide complimentary high-speed Wi-Fi for all our guests. Feel free to work or relax with a fresh brew."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I order online for pickup or delivery?",
|
||||
content: "Absolutely! We offer both takeaway and no-contact delivery services. You can place your order online through our website or partner apps.",
|
||||
},
|
||||
id: "faq3", title: "Can I order online for pickup or delivery?", content: "Absolutely! We offer both takeaway and no-contact delivery services. You can place your order online through our website or partner apps."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you have options for dietary restrictions?",
|
||||
content: "We offer a variety of options including vegetarian sandwiches and several dairy-free milk alternatives for our coffee beverages. Please ask our staff for details.",
|
||||
},
|
||||
id: "faq4", title: "Do you have options for dietary restrictions?", content: "We offer a variety of options including vegetarian sandwiches and several dairy-free milk alternatives for our coffee beverages. Please ask our staff for details."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about our cafe, menu, and services."
|
||||
@@ -369,18 +220,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Visit Us Today or Get in Touch\n\nRoad no 1, U Block, DLF Phase 3, Sector 24, Gurugram, Haryana 122002\n\nCall Us: 099584 11163"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Cafe+Aroma+Beans+Gurugram",
|
||||
},
|
||||
text: "Get Directions", href: "https://www.google.com/maps/dir/?api=1&destination=Cafe+Aroma+Beans+Gurugram"},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+919958411163",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+919958411163"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -392,19 +238,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user