Update src/app/page.tsx
This commit is contained in:
167
src/app/page.tsx
167
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "product",
|
||||
},
|
||||
name: "Menu", id: "product"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="The Daily Grind"
|
||||
bottomLeftText="Brewing since 2020"
|
||||
@@ -59,46 +49,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="Your Daily Dose of Delight"
|
||||
variant: "radial-gradient"}}
|
||||
title="Yo man"
|
||||
description="Welcome to The Daily Grind, where every cup is crafted with passion and every visit feels like coming home. Experience exceptional coffee, delicious treats, and a cozy atmosphere."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Menu",
|
||||
href: "#product",
|
||||
},
|
||||
text: "Explore Our Menu", href: "#product"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g972d215904f4b27fe51c13c08aef7b44d4145cad387208fc4c757972d850c7fad66627b2460b95adf720716f9785614a7bfa321ca467c7bfca3de91615de91c0_1280.jpg",
|
||||
imageAlt: "Freshly roasted coffee beans",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g972d215904f4b27fe51c13c08aef7b44d4145cad387208fc4c757972d850c7fad66627b2460b95adf720716f9785614a7bfa321ca467c7bfca3de91615de91c0_1280.jpg", imageAlt: "Freshly roasted coffee beans"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g912b3a27e30876777dfb8378a82ff37450d4f3252f7706c8dd3be566f036afb2f0586dd935d1c1c555c571cc9f6e1e3d958d330b26bb0bb65776c191f823858e_1280.jpg",
|
||||
imageAlt: "Barista pouring latte art",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g912b3a27e30876777dfb8378a82ff37450d4f3252f7706c8dd3be566f036afb2f0586dd935d1c1c555c571cc9f6e1e3d958d330b26bb0bb65776c191f823858e_1280.jpg", imageAlt: "Barista pouring latte art"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gba2a5e9081235edef11d5ca271969a75d4ea570879b3ba1f99d855caec946a64c3f7a9c67fccf3bd6709161b62fbb603a7105413847f1776e69ec4fe7179d4d8_1280.jpg",
|
||||
imageAlt: "Cozy coffee shop interior",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/gba2a5e9081235edef11d5ca271969a75d4ea570879b3ba1f99d855caec946a64c3f7a9c67fccf3bd6709161b62fbb603a7105413847f1776e69ec4fe7179d4d8_1280.jpg", imageAlt: "Cozy coffee shop interior"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g32bff76fdb1d8b194e9d94623d9f2770410cd0e7c24180c34d0d93ff4192ce73aa53301c4a7b2eeabbeefc473db291320043be0a8e824fe951fd17cd72a6de3e_1280.jpg",
|
||||
imageAlt: "Barista making coffee",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g32bff76fdb1d8b194e9d94623d9f2770410cd0e7c24180c34d0d93ff4192ce73aa53301c4a7b2eeabbeefc473db291320043be0a8e824fe951fd17cd72a6de3e_1280.jpg", imageAlt: "Barista making coffee"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g8c8aed488ef4f8dc4c04e1d4f8c172d2dd0c8ece52b26aab9b525bb2145fc8f27a0dcac9e9270e46198e87f3e802b5ddd2f9700aaba762a5229686ffc0d5e00f_1280.jpg",
|
||||
imageAlt: "Assortment of fresh pastries",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g8c8aed488ef4f8dc4c04e1d4f8c172d2dd0c8ece52b26aab9b525bb2145fc8f27a0dcac9e9270e46198e87f3e802b5ddd2f9700aaba762a5229686ffc0d5e00f_1280.jpg", imageAlt: "Assortment of fresh pastries"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g5d64e009de2b645cf83db9457da463ce7652b6e0e09b61f4667da3c49d9429fecc826811fdbded0addf7f9899f57a3280c0dc712cb3fa5e61d3966b1ddc7310a_1280.jpg",
|
||||
imageAlt: "Outdoor cafe seating",
|
||||
},
|
||||
imageSrc: "https://pixabay.com/get/g5d64e009de2b645cf83db9457da463ce7652b6e0e09b61f4667da3c49d9429fecc826811fdbded0addf7f9899f57a3280c0dc712cb3fa5e61d3966b1ddc7310a_1280.jpg", imageAlt: "Outdoor cafe seating"},
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -113,17 +86,11 @@ export default function LandingPage() {
|
||||
description="At The Daily Grind, we believe in the magic of a perfect cup. Sourced from the finest beans around the globe, our coffee is expertly roasted and meticulously prepared to bring out its unique character and flavor. We're more than just a coffee shop; we're a community hub where connections are brewed and memories are made."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Ethically Sourced Beans",
|
||||
description: "We partner with sustainable farms to bring you high-quality, ethically sourced coffee.",
|
||||
},
|
||||
title: "Ethically Sourced Beans", description: "We partner with sustainable farms to bring you high-quality, ethically sourced coffee."},
|
||||
{
|
||||
title: "Expert Baristas",
|
||||
description: "Our team of skilled baristas craft each drink with precision and a touch of artistry.",
|
||||
},
|
||||
title: "Expert Baristas", description: "Our team of skilled baristas craft each drink with precision and a touch of artistry."},
|
||||
{
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Relax and unwind in our warm, inviting space, perfect for work, meetings, or quiet moments.",
|
||||
},
|
||||
title: "Cozy Atmosphere", description: "Relax and unwind in our warm, inviting space, perfect for work, meetings, or quiet moments."},
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g7ef8522deee718cffb76a70f445561215c26ce8297131cf26b605b587616074ad75b3a7d48c4747e3d37625ea750e615274368affba1fcf6015f816f157f74c8_1280.jpg"
|
||||
imageAlt="Person pouring coffee from a French press"
|
||||
@@ -139,33 +106,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Espresso Shot",
|
||||
price: "$3.00",
|
||||
imageSrc: "https://pixabay.com/get/gefd95b15fe6a7f8e1eab3e752ee38c8c55b106a15b5ccccd8c3110e463f36889bd5c177bc38516f6bd4fab167c8c9cc0d744d328d4f4a02220d5ce92e3e380c6_1280.jpg",
|
||||
imageAlt: "A cup of rich espresso",
|
||||
},
|
||||
id: "1", name: "Espresso Shot", price: "$3.00", imageSrc: "https://pixabay.com/get/gefd95b15fe6a7f8e1eab3e752ee38c8c55b106a15b5ccccd8c3110e463f36889bd5c177bc38516f6bd4fab167c8c9cc0d744d328d4f4a02220d5ce92e3e380c6_1280.jpg", imageAlt: "A cup of rich espresso"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Cappuccino",
|
||||
price: "$4.50",
|
||||
imageSrc: "https://pixabay.com/get/g134deef01a7607e153fc2154f88f94814d5c0624e9670d37f548558b4520e7822899119f9cdabdac663826d6516826a87a6c828e485a26d1cd81c28f080ffa6f_1280.jpg",
|
||||
imageAlt: "A creamy cappuccino with latte art",
|
||||
},
|
||||
id: "2", name: "Cappuccino", price: "$4.50", imageSrc: "https://pixabay.com/get/g134deef01a7607e153fc2154f88f94814d5c0624e9670d37f548558b4520e7822899119f9cdabdac663826d6516826a87a6c828e485a26d1cd81c28f080ffa6f_1280.jpg", imageAlt: "A creamy cappuccino with latte art"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Iced Latte",
|
||||
price: "$5.00",
|
||||
imageSrc: "https://pixabay.com/get/g294540e54dfb2f10bf52493039f33161440a0244e7aaa781a35ff0d58b71cd58f54a312139c03a9968dade99bae9b6d63e17c182808b0dae8fc9cb9b6b2df10b_1280.png",
|
||||
imageAlt: "A refreshing iced latte",
|
||||
},
|
||||
id: "3", name: "Iced Latte", price: "$5.00", imageSrc: "https://pixabay.com/get/g294540e54dfb2f10bf52493039f33161440a0244e7aaa781a35ff0d58b71cd58f54a312139c03a9968dade99bae9b6d63e17c182808b0dae8fc9cb9b6b2df10b_1280.png", imageAlt: "A refreshing iced latte"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Breakfast Bagel",
|
||||
price: "$6.00",
|
||||
imageSrc: "https://pixabay.com/get/g0b1d72ca2b728a981aa601343d977866e9d93aafd17acf4442955e812b6e14238bef6779e5e0c5a88b16a8571878c95dbbfea798a7f720d15e3f97e4607a6ec2_1280.jpg",
|
||||
imageAlt: "A delicious bagel sandwich",
|
||||
},
|
||||
id: "4", name: "Breakfast Bagel", price: "$6.00", imageSrc: "https://pixabay.com/get/g0b1d72ca2b728a981aa601343d977866e9d93aafd17acf4442955e812b6e14238bef6779e5e0c5a88b16a8571878c95dbbfea798a7f720d15e3f97e4607a6ec2_1280.jpg", imageAlt: "A delicious bagel sandwich"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="From rich espressos to delightful pastries, discover your new favorite treat."
|
||||
@@ -178,41 +125,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Coffee in Town!",
|
||||
quote: "The Daily Grind has truly become my favorite spot. The coffee is consistently excellent, and the atmosphere is so welcoming. I can't start my day without their latte!",
|
||||
name: "Sarah J.",
|
||||
role: "Local Entrepreneur",
|
||||
imageSrc: "https://pixabay.com/get/g54a5bd306bd0f775993866bf14d60a0b79eda8e2676016adf989c5733a68011a385976bb878e5ec0dd298e7d2f9e8d34f6f08b6db8ba1e151074ce92bbb0a1af_1280.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", title: "Best Coffee in Town!", quote: "The Daily Grind has truly become my favorite spot. The coffee is consistently excellent, and the atmosphere is so welcoming. I can't start my day without their latte!", name: "Sarah J.", role: "Local Entrepreneur", imageSrc: "https://pixabay.com/get/g54a5bd306bd0f775993866bf14d60a0b79eda8e2676016adf989c5733a68011a385976bb878e5ec0dd298e7d2f9e8d34f6f08b6db8ba1e151074ce92bbb0a1af_1280.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "My Go-To for Meetings",
|
||||
quote: "I frequently use The Daily Grind for client meetings. The ambiance is professional yet cozy, and their pastries are a hit every time. Highly recommend!",
|
||||
name: "Michael C.",
|
||||
role: "Marketing Consultant",
|
||||
imageSrc: "https://pixabay.com/get/gc9c4add5aae5d4c95699fd4e9f156ab5fc14dc78e507cd54ca9b39f09c6262796f73178f2873d2549f7b588749971cf94f1732f4d60a2669982fe23d4b2ea638_1280.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", title: "My Go-To for Meetings", quote: "I frequently use The Daily Grind for client meetings. The ambiance is professional yet cozy, and their pastries are a hit every time. Highly recommend!", name: "Michael C.", role: "Marketing Consultant", imageSrc: "https://pixabay.com/get/gc9c4add5aae5d4c95699fd4e9f156ab5fc14dc78e507cd54ca9b39f09c6262796f73178f2873d2549f7b588749971cf94f1732f4d60a2669982fe23d4b2ea638_1280.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
title: "A True Community Hub",
|
||||
quote: "Beyond the incredible coffee, what I love most about The Daily Grind is the sense of community. The staff are always friendly, and it's a great place to connect with neighbors.",
|
||||
name: "Emily R.",
|
||||
role: "Community Organizer",
|
||||
imageSrc: "https://pixabay.com/get/g5b7765c417055706be6cc5acb1bf48117c308a2f49d4b5abbddee0b7a802261e361462fbcce0d839f5c15233b86aa7b5a1001e3532cbf166abca8fbf5ee5fb41_1280.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", title: "A True Community Hub", quote: "Beyond the incredible coffee, what I love most about The Daily Grind is the sense of community. The staff are always friendly, and it's a great place to connect with neighbors.", name: "Emily R.", role: "Community Organizer", imageSrc: "https://pixabay.com/get/g5b7765c417055706be6cc5acb1bf48117c308a2f49d4b5abbddee0b7a802261e361462fbcce0d839f5c15233b86aa7b5a1001e3532cbf166abca8fbf5ee5fb41_1280.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Delicious Treats & Great Service",
|
||||
quote: "Their seasonal drinks are always a delight, and their avocado toast is simply divine. The service is always quick and cheerful, even during peak hours.",
|
||||
name: "David K.",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "https://pixabay.com/get/gd266a2a26d6302f11b447bb383c166e0f51eb06a22d11c8ecdc12638304296c37c2ca9df5ab2ee5a09e8222b360502ea85199b6defaad121a702a9e8ea03af88_1280.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", title: "Delicious Treats & Great Service", quote: "Their seasonal drinks are always a delight, and their avocado toast is simply divine. The service is always quick and cheerful, even during peak hours.", name: "David K.", role: "Food Blogger", imageSrc: "https://pixabay.com/get/gd266a2a26d6302f11b447bb383c166e0f51eb06a22d11c8ecdc12638304296c37c2ca9df5ab2ee5a09e8222b360502ea85199b6defaad121a702a9e8ea03af88_1280.jpg", imageAlt: "David Kim"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from the people who make The Daily Grind their everyday ritual."
|
||||
@@ -225,32 +144,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have a selection of plant-based milks and several vegan pastry options. Please ask our baristas for today's specials!",
|
||||
},
|
||||
id: "1", title: "Do you offer vegan options?", content: "Yes, we have a selection of plant-based milks and several vegan pastry options. Please ask our baristas for today's specials!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Friday from 7 AM to 6 PM, and on weekends from 8 AM to 5 PM.",
|
||||
},
|
||||
id: "2", title: "What are your opening hours?", content: "We are open Monday to Friday from 7 AM to 6 PM, and on weekends from 8 AM to 5 PM."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you have Wi-Fi?",
|
||||
content: "Absolutely! Free high-speed Wi-Fi is available for all our customers. Perfect for working or catching up with friends.",
|
||||
},
|
||||
id: "3", title: "Do you have Wi-Fi?", content: "Absolutely! Free high-speed Wi-Fi is available for all our customers. Perfect for working or catching up with friends."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I order online for pickup?",
|
||||
content: "Yes, you can place your order through our website for quick and convenient in-store pickup. Look for the 'Order Ahead' button!",
|
||||
},
|
||||
id: "4", title: "Can I order online for pickup?", content: "Yes, you can place your order through our website for quick and convenient in-store pickup. Look for the 'Order Ahead' button!"},
|
||||
]}
|
||||
ctaTitle="Visit Us Today!"
|
||||
ctaDescription="We'd love to see you. Find us at 123 Coffee Lane, Brewton, CA 90210, or send us a message!"
|
||||
ctaButton={{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com/?q=123+Coffee+Lane,+Brewton,+CA+90210",
|
||||
}}
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=123+Coffee+Lane,+Brewton,+CA+90210"}}
|
||||
ctaIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
@@ -259,16 +164,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="The Daily Grind"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user