Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Brew & Bean"
|
||||
/>
|
||||
@@ -55,62 +47,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Crafting Your Perfect Cup, One Sip at a Time"
|
||||
description="Experience the warmth and rich aroma of ethically sourced beans, artisanal pastries, and a cozy atmosphere designed to help you unwind and recharge."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Our Menu", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg"
|
||||
imageAlt="Cafe interior and coffee"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
alt: "Portrait of a pretty young woman sitting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", alt: "Portrait of a pretty young woman sitting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164757.jpg",
|
||||
alt: "Coffee shop with blurred effect",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164757.jpg", alt: "Coffee shop with blurred effect"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg",
|
||||
alt: "Table and chairs in bar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", alt: "Table and chairs in bar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-looking-away-medium-shot_23-2148422427.jpg",
|
||||
alt: "Happy man looking away medium shot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-man-looking-away-medium-shot_23-2148422427.jpg", alt: "Happy man looking away medium shot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg",
|
||||
alt: "Young beautiful african woman student sitting in cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg", alt: "Young beautiful african woman student sitting in cafe"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Coffee",
|
||||
},
|
||||
type: "text", text: "Artisan Coffee"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Baked Pastries",
|
||||
},
|
||||
type: "text", text: "Fresh Baked Pastries"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cozy Atmosphere",
|
||||
},
|
||||
type: "text", text: "Cozy Atmosphere"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Community",
|
||||
},
|
||||
type: "text", text: "Local Community"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethical Sourcing",
|
||||
},
|
||||
type: "text", text: "Ethical Sourcing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,14 +89,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Brewing Excellence",
|
||||
},
|
||||
type: "text", content: "Our Passion for Brewing Excellence"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg",
|
||||
alt: "Barista making coffee",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg", alt: "Barista making coffee"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,41 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Signature Latte",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-146543.jpg",
|
||||
},
|
||||
id: "p1", name: "Signature Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-146543.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Artisan Croissant",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg",
|
||||
},
|
||||
id: "p2", name: "Artisan Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-coffee-cup_23-2151083729.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Double Espresso",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-french-croissant-plate-grey-background_114579-59111.jpg",
|
||||
},
|
||||
id: "p3", name: "Double Espresso", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/two-fresh-french-croissant-plate-grey-background_114579-59111.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Iced Cold Brew",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg",
|
||||
},
|
||||
id: "p4", name: "Iced Cold Brew", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee_23-2147693688.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chocolate Muffin",
|
||||
price: "$4.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cold-drinks-ready-be-served_23-2148617688.jpg",
|
||||
},
|
||||
id: "p5", name: "Chocolate Muffin", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/ice-cold-drinks-ready-be-served_23-2148617688.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Everything Bagel",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-165303.jpg",
|
||||
},
|
||||
id: "p6", name: "Everything Bagel", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-165303.jpg"},
|
||||
]}
|
||||
title="Handcrafted Favorites"
|
||||
description="Discover our curated selection of premium coffees, freshly baked pastries, and signature beverages crafted with care."
|
||||
@@ -188,28 +128,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ethically Sourced",
|
||||
description: "We partner with local farmers to ensure fair trade and exceptional quality.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-nuts-glass_23-2147679639.jpg",
|
||||
imageAlt: "coffee company logo design",
|
||||
title: "Ethically Sourced", description: "We partner with local farmers to ensure fair trade and exceptional quality.", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Fresh Pastries",
|
||||
description: "Baked daily in-house using organic ingredients for that perfect taste.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Utensils,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg?_wi=2",
|
||||
imageAlt: "coffee company logo design",
|
||||
title: "Fresh Pastries", description: "Baked daily in-house using organic ingredients for that perfect taste.", bentoComponent: "reveal-icon", icon: Utensils,
|
||||
},
|
||||
{
|
||||
title: "Cozy Atmosphere",
|
||||
description: "Quiet corners, free Wi-Fi, and a relaxed setting for work or social hangouts.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Coffee,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-657.jpg",
|
||||
imageAlt: "coffee company logo design",
|
||||
title: "Cozy Atmosphere", description: "Quiet corners, free Wi-Fi, and a relaxed setting for work or social hangouts.", bentoComponent: "reveal-icon", icon: Coffee,
|
||||
},
|
||||
]}
|
||||
title="Why Visit Brew & Bean?"
|
||||
@@ -223,45 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Coffee in Town",
|
||||
quote: "I come here every single morning. The latte art is amazing and the staff feels like family.",
|
||||
name: "Sarah J.",
|
||||
role: "Graphic Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-free-time-with-book_1098-1677.jpg",
|
||||
},
|
||||
id: "1", title: "Best Coffee in Town", quote: "I come here every single morning. The latte art is amazing and the staff feels like family.", name: "Sarah J.", role: "Graphic Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-free-time-with-book_1098-1677.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Great Study Spot",
|
||||
quote: "The atmosphere is perfect for getting work done without all the noise of big chains.",
|
||||
name: "Michael B.",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-young-smiling-asian-woman-reading-book-sitting-cafe-eating-croissant-drinking-coffee-i_1258-127556.jpg",
|
||||
},
|
||||
id: "2", title: "Great Study Spot", quote: "The atmosphere is perfect for getting work done without all the noise of big chains.", name: "Michael B.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-young-smiling-asian-woman-reading-book-sitting-cafe-eating-croissant-drinking-coffee-i_1258-127556.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fresh & Delicious",
|
||||
quote: "Their croissants are always perfectly flaky. Honestly the best part of my weekend.",
|
||||
name: "Emily R.",
|
||||
role: "Local Resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-with-notebook_23-2149151663.jpg",
|
||||
},
|
||||
id: "3", title: "Fresh & Delicious", quote: "Their croissants are always perfectly flaky. Honestly the best part of my weekend.", name: "Emily R.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-with-notebook_23-2149151663.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Friendly Staff",
|
||||
quote: "Always welcomed with a smile. It's the highlight of my commute every morning.",
|
||||
name: "David K.",
|
||||
role: "Business Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-791.jpg",
|
||||
},
|
||||
id: "4", title: "Friendly Staff", quote: "Always welcomed with a smile. It's the highlight of my commute every morning.", name: "David K.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-791.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Exceptional Beans",
|
||||
quote: "You can truly taste the quality of the beans in their espresso. Highly recommended.",
|
||||
name: "Linda M.",
|
||||
role: "Coffee Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-dreamy-smiling-young-woman-drinks-coffee-looks-thoughtful-stands-kitchen_1258-198166.jpg",
|
||||
},
|
||||
id: "5", title: "Exceptional Beans", quote: "You can truly taste the quality of the beans in their espresso. Highly recommended.", name: "Linda M.", role: "Coffee Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-dreamy-smiling-young-woman-drinks-coffee-looks-thoughtful-stands-kitchen_1258-198166.jpg"},
|
||||
]}
|
||||
title="Community Love"
|
||||
description="Hear what our regulars say about their Brew & Bean experience."
|
||||
@@ -273,14 +168,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Daily Chronicle",
|
||||
"Foodie Mag",
|
||||
"City Life",
|
||||
"Coffee Culture",
|
||||
"Morning Brew",
|
||||
"Local Guides",
|
||||
"Cafe Reviews",
|
||||
]}
|
||||
"Daily Chronicle", "Foodie Mag", "City Life", "Coffee Culture", "Morning Brew", "Local Guides", "Cafe Reviews"]}
|
||||
title="Featured In"
|
||||
description="Honored to be mentioned by some of our favorite local and national publications."
|
||||
/>
|
||||
@@ -290,8 +178,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Coffee Club"
|
||||
title="Join Our Mailing List"
|
||||
description="Get exclusive updates on seasonal specials, events, and early access to new blends."
|
||||
@@ -302,13 +189,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Brew & Bean"
|
||||
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