Merge version_1 into main #1
309
src/app/page.tsx
309
src/app/page.tsx
@@ -33,30 +33,18 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Flavors",
|
||||
id: "#flavors",
|
||||
},
|
||||
name: "Flavors", id: "#flavors"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
brandName="Daily Grind Coffee"
|
||||
/>
|
||||
</div>
|
||||
@@ -64,57 +52,36 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
imagePosition="right"
|
||||
title="Your Daily Dose of Delicious Coffee"
|
||||
description="Experience the rich aroma and exquisite taste of freshly brewed coffee, crafted with passion for every cup. We're more than just coffee; we're your morning ritual, your afternoon escape, and your favorite local spot."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Brewing",
|
||||
},
|
||||
value: "15+", label: "Years Brewing"},
|
||||
{
|
||||
value: "20+",
|
||||
label: "Coffee Varieties",
|
||||
},
|
||||
value: "20+", label: "Coffee Varieties"},
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "10K+", label: "Happy Customers"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "#flavors",
|
||||
},
|
||||
text: "Explore Our Menu", href: "#flavors"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Online", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg",
|
||||
alt: "Mark T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg", alt: "Mark T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12670.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12670.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg",
|
||||
alt: "David L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-with-crossed-arms-wearing-wool-suit_613910-1866.jpg", alt: "David L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg",
|
||||
alt: "Beautiful young businesswoman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6769.jpg", alt: "Beautiful young businesswoman"},
|
||||
]}
|
||||
avatarText="Loved by coffee enthusiasts worldwide!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-preparing-cappuccino-coffee-machine_613910-1289.jpg"
|
||||
@@ -122,32 +89,22 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Roasted Beans",
|
||||
icon: Coffee,
|
||||
type: "text-icon", text: "Freshly Roasted Beans", icon: Coffee,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisan Crafted Beverages",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Artisan Crafted Beverages", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Customer Service",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Exceptional Customer Service", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sustainable Sourcing",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Sustainable Sourcing", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Cozy Atmosphere",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Cozy Atmosphere", icon: Home,
|
||||
},
|
||||
]}
|
||||
speed={40}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,65 +130,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "espresso",
|
||||
title: "Espresso Shot",
|
||||
author: "Classic & Bold",
|
||||
description: "A concentrated shot of rich, dark coffee, extracted under high pressure for a pure, intense flavor.",
|
||||
tags: [
|
||||
"Strong",
|
||||
"Intense",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37413.jpg",
|
||||
imageAlt: "Rich espresso shot",
|
||||
},
|
||||
id: "espresso", title: "Espresso Shot", author: "Classic & Bold", description: "A concentrated shot of rich, dark coffee, extracted under high pressure for a pure, intense flavor.", tags: [
|
||||
"Strong", "Intense"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-boozy-white-russian-cocktail-with-vodka-cream_123827-37413.jpg", imageAlt: "Rich espresso shot"},
|
||||
{
|
||||
id: "latte",
|
||||
title: "Creamy Latte",
|
||||
author: "Smooth & Milky",
|
||||
description: "Espresso blended with steamed milk and a thin layer of microfoam, perfect for a smooth, velvety taste.",
|
||||
tags: [
|
||||
"Smooth",
|
||||
"Velvety",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg",
|
||||
imageAlt: "Latte with latte art",
|
||||
},
|
||||
id: "latte", title: "Creamy Latte", author: "Smooth & Milky", description: "Espresso blended with steamed milk and a thin layer of microfoam, perfect for a smooth, velvety taste.", tags: [
|
||||
"Smooth", "Velvety"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-preparing-drink-with-milk_23-2148865605.jpg", imageAlt: "Latte with latte art"},
|
||||
{
|
||||
id: "cappuccino",
|
||||
title: "Frothy Cappuccino",
|
||||
author: "Light & Airy",
|
||||
description: "Equal parts espresso, steamed milk, and frothy foam, offering a delightful balance of texture and taste.",
|
||||
tags: [
|
||||
"Frothy",
|
||||
"Balanced",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-served-with-cookies_141793-16618.jpg",
|
||||
imageAlt: "Cappuccino with frothy foam",
|
||||
},
|
||||
id: "cappuccino", title: "Frothy Cappuccino", author: "Light & Airy", description: "Equal parts espresso, steamed milk, and frothy foam, offering a delightful balance of texture and taste.", tags: [
|
||||
"Frothy", "Balanced"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-served-with-cookies_141793-16618.jpg", imageAlt: "Cappuccino with frothy foam"},
|
||||
{
|
||||
id: "mocha",
|
||||
title: "Decadent Mocha",
|
||||
author: "Sweet & Chocolatey",
|
||||
description: "A delightful fusion of espresso, steamed milk, and rich chocolate syrup, often topped with whipped cream.",
|
||||
tags: [
|
||||
"Sweet",
|
||||
"Chocolate",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-cocktail-with-ice-coffee-seeds-grey-desk-drink-juice-cocktail_140725-25965.jpg",
|
||||
imageAlt: "Mocha with whipped cream",
|
||||
},
|
||||
id: "mocha", title: "Decadent Mocha", author: "Sweet & Chocolatey", description: "A delightful fusion of espresso, steamed milk, and rich chocolate syrup, often topped with whipped cream.", tags: [
|
||||
"Sweet", "Chocolate"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-cocktail-with-ice-coffee-seeds-grey-desk-drink-juice-cocktail_140725-25965.jpg", imageAlt: "Mocha with whipped cream"},
|
||||
{
|
||||
id: "macchiato",
|
||||
title: "Caramel Macchiato",
|
||||
author: "Layered & Sweet",
|
||||
description: "Steamed milk 'marked' with espresso shots and drizzled with sweet caramel sauce for a layered experience.",
|
||||
tags: [
|
||||
"Layered",
|
||||
"Caramel",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-with-whipped-cream-cinnamon-stick_23-2152002551.jpg",
|
||||
imageAlt: "Caramel macchiato",
|
||||
},
|
||||
id: "macchiato", title: "Caramel Macchiato", author: "Layered & Sweet", description: "Steamed milk 'marked' with espresso shots and drizzled with sweet caramel sauce for a layered experience.", tags: [
|
||||
"Layered", "Caramel"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-with-whipped-cream-cinnamon-stick_23-2152002551.jpg", imageAlt: "Caramel macchiato"},
|
||||
]}
|
||||
title="Discover Your Perfect Brew"
|
||||
description="From the bold intensity of our espresso to the creamy comfort of our lattes, explore our diverse range of coffee flavors. Each cup is a journey designed to awaken your senses and find your perfect daily escape."
|
||||
@@ -248,47 +165,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "signature-blend",
|
||||
name: "Signature Daily Blend",
|
||||
price: "$18.00 (Bag)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sack-tasty-roasted-coffee-beans_23-2148255011.jpg",
|
||||
imageAlt: "Bag of signature coffee blend",
|
||||
},
|
||||
id: "signature-blend", name: "Signature Daily Blend", price: "$18.00 (Bag)", imageSrc: "http://img.b2bpic.net/free-photo/sack-tasty-roasted-coffee-beans_23-2148255011.jpg", imageAlt: "Bag of signature coffee blend"},
|
||||
{
|
||||
id: "iced-caramel-macchiato",
|
||||
name: "Iced Caramel Macchiato",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-caramel-macchiato-with-coffee-beans-dark-background_84443-94736.jpg",
|
||||
imageAlt: "Iced caramel macchiato",
|
||||
},
|
||||
id: "iced-caramel-macchiato", name: "Iced Caramel Macchiato", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-caramel-macchiato-with-coffee-beans-dark-background_84443-94736.jpg", imageAlt: "Iced caramel macchiato"},
|
||||
{
|
||||
id: "blueberry-muffin",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gluten-free-almond-oat-muffins_661915-267.jpg",
|
||||
imageAlt: "Freshly baked blueberry muffin",
|
||||
},
|
||||
id: "blueberry-muffin", name: "Blueberry Muffin", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/gluten-free-almond-oat-muffins_661915-267.jpg", imageAlt: "Freshly baked blueberry muffin"},
|
||||
{
|
||||
id: "croissant",
|
||||
name: "Buttery Croissant",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-bread-topped-with-chocolate-syrup_140725-1892.jpg",
|
||||
imageAlt: "Flaky butter croissant",
|
||||
},
|
||||
id: "croissant", name: "Buttery Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/white-bread-topped-with-chocolate-syrup_140725-1892.jpg", imageAlt: "Flaky butter croissant"},
|
||||
{
|
||||
id: "cold-brew",
|
||||
name: "Artisanal Cold Brew",
|
||||
price: "$5.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-drinking-coffee-drink-beach-with-foam-drinking-straw_1268-16574.jpg",
|
||||
imageAlt: "Bottle of cold brew coffee",
|
||||
},
|
||||
id: "cold-brew", name: "Artisanal Cold Brew", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-drinking-coffee-drink-beach-with-foam-drinking-straw_1268-16574.jpg", imageAlt: "Bottle of cold brew coffee"},
|
||||
{
|
||||
id: "flat-white",
|
||||
name: "Velvet Flat White",
|
||||
price: "$5.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-macaroons-coffee-cup_23-2149722439.jpg",
|
||||
imageAlt: "Flat white coffee",
|
||||
},
|
||||
id: "flat-white", name: "Velvet Flat White", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/top-view-macaroons-coffee-cup_23-2149722439.jpg", imageAlt: "Flat white coffee"},
|
||||
]}
|
||||
title="Customer Favorites & Signature Items"
|
||||
description="Hand-picked by our regulars and perfected by our baristas, these are the coffees and delicious treats that keep you coming back for more. Experience the Daily Grind difference with every bite and sip."
|
||||
@@ -305,59 +192,23 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Local Resident",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-indoor-urban-cafe_158595-670.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Morning Commuter",
|
||||
company: "Tech Innovator",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-tensed-businessman-wants-kill-someone-clenching-hands-teeth-looking-mad-camera-g_1258-162896.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Morning Commuter", company: "Tech Innovator", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/angry-tensed-businessman-wants-kill-someone-clenching-hands-teeth-looking-mad-camera-g_1258-162896.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Student",
|
||||
company: "City University",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-restaurant_23-2148656020.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Student", company: "City University", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girls-restaurant_23-2148656020.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Remote Worker",
|
||||
company: "Freelance Designer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-afro-american-woman-eith-curly-hair-closes-eyes-from-happiness-keeps-hand-near-heart-drinks-takeaway-coffe-enjoys-leisure-time-dressed-fashionable-clothes-isolated-green-wall_273609-47974.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Remote Worker", company: "Freelance Designer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-afro-american-woman-eith-curly-hair-closes-eyes-from-happiness-keeps-hand-near-heart-drinks-takeaway-coffe-enjoys-leisure-time-dressed-fashionable-clothes-isolated-green-wall_273609-47974.jpg", alt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
role: "Cafe Regular",
|
||||
company: "Local Business Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", role: "Cafe Regular", company: "Local Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee-prepare_1258-134034.jpg", alt: "Jessica Lee"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chris White",
|
||||
role: "Weekend Visitor",
|
||||
company: "Travel Blogger",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-love-drinking-coffee-coffee-shop_158595-1556.jpg",
|
||||
imageAlt: "Chris White",
|
||||
},
|
||||
id: "6", name: "Chris White", role: "Weekend Visitor", company: "Travel Blogger", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-love-drinking-coffee-coffee-shop_158595-1556.jpg", alt: "Chris White"},
|
||||
]}
|
||||
title="Love at First Sip, Every Single Time"
|
||||
description="Don't just take our word for it – hear from our cherished customers about their Daily Grind experience. Their smiles and stories fuel our passion for brewing the best coffee in town."
|
||||
@@ -370,14 +221,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Local Foodies",
|
||||
"Morning Commuters",
|
||||
"Student's Choice",
|
||||
"Weekend Wanderers",
|
||||
"Digital Nomads",
|
||||
"Neighborhood Favorites",
|
||||
"Business Meetups",
|
||||
]}
|
||||
"Local Foodies", "Morning Commuters", "Student's Choice", "Weekend Wanderers", "Digital Nomads", "Neighborhood Favorites", "Business Meetups"]}
|
||||
title="Brewing Happiness, Recognized by Many"
|
||||
description="More than just a coffee shop, Daily Grind is a beloved local hub where friends gather, ideas brew, and connections flourish. We're proud to be a vibrant part of our community."
|
||||
tag="Our Community"
|
||||
@@ -391,25 +235,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Where do you source your coffee beans?",
|
||||
content: "We carefully select our beans from ethical farms in Central and South America, as well as East Africa, focusing on sustainable practices and unique flavor profiles.",
|
||||
},
|
||||
id: "faq1", title: "Where do you source your coffee beans?", content: "We carefully select our beans from ethical farms in Central and South America, as well as East Africa, focusing on sustainable practices and unique flavor profiles."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer dairy-free milk alternatives?",
|
||||
content: "Yes, we proudly offer a variety of dairy-free options including oat milk, almond milk, soy milk, and coconut milk for all your favorite beverages.",
|
||||
},
|
||||
id: "faq2", title: "Do you offer dairy-free milk alternatives?", content: "Yes, we proudly offer a variety of dairy-free options including oat milk, almond milk, soy milk, and coconut milk for all your favorite beverages."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I place an order for pickup online?",
|
||||
content: "Absolutely! You can place your order directly through our website or our mobile app for convenient in-store pickup. Just select your items, pay online, and we'll have it ready for you.",
|
||||
},
|
||||
id: "faq3", title: "Can I place an order for pickup online?", content: "Absolutely! You can place your order directly through our website or our mobile app for convenient in-store pickup. Just select your items, pay online, and we'll have it ready for you."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Do you have a loyalty program for regular customers?",
|
||||
content: "Yes, we do! Join our 'Daily Grind Rewards' program to earn points with every purchase, which can be redeemed for free coffees, pastries, and exclusive discounts. Ask our barista to sign up!",
|
||||
},
|
||||
id: "faq4", title: "Do you have a loyalty program for regular customers?", content: "Yes, we do! Join our 'Daily Grind Rewards' program to earn points with every purchase, which can be redeemed for free coffees, pastries, and exclusive discounts. Ask our barista to sign up!"},
|
||||
]}
|
||||
sideTitle="Got Questions? We've Got Answers"
|
||||
sideDescription="Whether you're curious about our beans, brewing methods, or loyalty program, find quick answers to our most frequently asked questions here. Your perfect coffee experience starts with clarity."
|
||||
@@ -422,18 +254,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready for your coffee fix? Visit us at our cozy location, or place your order online for quick and easy pickup! We're here to brighten your day."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Location",
|
||||
href: "https://maps.app.goo.gl/yourcoffeeshoplocation",
|
||||
},
|
||||
text: "View Location", href: "https://maps.app.goo.gl/yourcoffeeshoplocation"},
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#flavors",
|
||||
},
|
||||
text: "Order Online", href: "#flavors"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -442,13 +269,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Daily Grind 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