Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
207
src/app/page.tsx
207
src/app/page.tsx
@@ -31,21 +31,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="Garrison Kaféhause"
|
||||
/>
|
||||
@@ -54,8 +46,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to Garrison Kaféhause"
|
||||
description="Where tradition meets modern brewing. Experience the heart of the community in every cup."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/milk-pouring-into-iced-black-coffee-table_1150-13461.jpg"
|
||||
@@ -67,6 +58,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Artisan Coffee"
|
||||
tag="Our Story"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,23 +68,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Freshly Roasted Beans",
|
||||
description: "Sourced from the world's most sustainable farms, roasted in small batches daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-with-wooden-spoon_23-2148359068.jpg",
|
||||
imageAlt: "Coffee beans",
|
||||
},
|
||||
title: "Freshly Roasted Beans", description: "Sourced from the world's most sustainable farms, roasted in small batches daily.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-bread-with-wooden-spoon_23-2148359068.jpg", imageAlt: "Coffee beans"},
|
||||
{
|
||||
title: "Artisanal Baking",
|
||||
description: "Hand-crafted pastries baked on-site every single morning for perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/open-book-breakfast-time_23-2148171388.jpg",
|
||||
imageAlt: "Pastries",
|
||||
},
|
||||
title: "Artisanal Baking", description: "Hand-crafted pastries baked on-site every single morning for perfection.", imageSrc: "http://img.b2bpic.net/free-photo/open-book-breakfast-time_23-2148171388.jpg", imageAlt: "Pastries"},
|
||||
{
|
||||
title: "Community Focus",
|
||||
description: "A dedicated space for gathering, connecting, and creating memories.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg",
|
||||
imageAlt: "Cafe community",
|
||||
},
|
||||
title: "Community Focus", description: "A dedicated space for gathering, connecting, and creating memories.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-coffee-pouring-into-cup_23-2148420346.jpg", imageAlt: "Cafe community"},
|
||||
]}
|
||||
title="Crafted with Passion"
|
||||
description="We believe coffee is an experience, not just a routine."
|
||||
@@ -107,59 +87,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Roast",
|
||||
name: "Ethiopian Yirgacheffe",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-coffee-beans-falling-out-burlap-bag-red-background_141793-25624.jpg",
|
||||
},
|
||||
id: "1", brand: "Roast", name: "Ethiopian Yirgacheffe", price: "$18", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-roasted-coffee-beans-falling-out-burlap-bag-red-background_141793-25624.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Roast",
|
||||
name: "House Espresso Blend",
|
||||
price: "$16",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg",
|
||||
},
|
||||
id: "2", brand: "Roast", name: "House Espresso Blend", price: "$16", rating: 5,
|
||||
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/spices-near-ground-coffee_23-2147747264.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Bakery",
|
||||
name: "Butter Croissant",
|
||||
price: "$4",
|
||||
rating: 4,
|
||||
reviewCount: "250",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-bakery-with-kitchen-tools-marble-surface_114579-21119.jpg",
|
||||
},
|
||||
id: "3", brand: "Bakery", name: "Butter Croissant", price: "$4", rating: 4,
|
||||
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-bakery-with-kitchen-tools-marble-surface_114579-21119.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Beverage",
|
||||
name: "Iced Caramel Macchiato",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake-chocolate_1388-154.jpg",
|
||||
},
|
||||
id: "4", brand: "Beverage", name: "Iced Caramel Macchiato", price: "$6", rating: 5,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cake-chocolate_1388-154.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Roast",
|
||||
name: "Single Origin Colombia",
|
||||
price: "$19",
|
||||
rating: 5,
|
||||
reviewCount: "62",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-putting-coffee-filter_23-2148824412.jpg",
|
||||
},
|
||||
id: "5", brand: "Roast", name: "Single Origin Colombia", price: "$19", rating: 5,
|
||||
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-putting-coffee-filter_23-2148824412.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Bakery",
|
||||
name: "Chocolate Hazelnut Cake",
|
||||
price: "$7",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-red-currants-candies-cookies-waffles_140725-71814.jpg",
|
||||
},
|
||||
id: "6", brand: "Bakery", name: "Chocolate Hazelnut Cake", price: "$7", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-cake-cake-with-red-currants-candies-cookies-waffles_140725-71814.jpg"},
|
||||
]}
|
||||
title="Signature Selections"
|
||||
description="Discover our curated collection of specialty roasts and house-made treats."
|
||||
@@ -174,45 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Creative",
|
||||
company: "DesignCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Creative", company: "DesignCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12128.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Founder",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-barista-standing-bar-counter-smelling-filter-coffee-while-dreamily-looking-aside-cafe_574295-3474.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "Founder", company: "Innovate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-barista-standing-bar-counter-smelling-filter-coffee-while-dreamily-looking-aside-cafe_574295-3474.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Writer",
|
||||
company: "Media",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-excited-beautiful-european-girl-wears-spectacles_273609-18280.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Writer", company: "Media", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-excited-beautiful-european-girl-wears-spectacles_273609-18280.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Manager",
|
||||
company: "Startup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Manager", company: "Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
role: "Artist",
|
||||
company: "Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624075.jpg",
|
||||
},
|
||||
id: "5", name: "Linda M.", role: "Artist", company: "Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624075.jpg"},
|
||||
]}
|
||||
title="Voices of the Community"
|
||||
description="Hear what our regulars have to say about their daily ritual."
|
||||
@@ -225,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer wholesale?",
|
||||
content: "Yes, we provide wholesale coffee beans for local businesses and cafes.",
|
||||
},
|
||||
id: "1", title: "Do you offer wholesale?", content: "Yes, we provide wholesale coffee beans for local businesses and cafes."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your pastries vegan?",
|
||||
content: "We offer a selection of vegan-friendly pastries available daily.",
|
||||
},
|
||||
id: "2", title: "Are your pastries vegan?", content: "We offer a selection of vegan-friendly pastries available daily."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I reserve space?",
|
||||
content: "Our cafe is perfect for small group gatherings. Contact us to reserve.",
|
||||
},
|
||||
id: "3", title: "Can I reserve space?", content: "Our cafe is perfect for small group gatherings. Contact us to reserve."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to commonly asked questions about our beans, baking, and events."
|
||||
@@ -253,22 +163,14 @@ export default function LandingPage() {
|
||||
description="Questions? Suggestions? We'd love to hear from our community."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-cafe_1328-4395.jpg"
|
||||
/>
|
||||
@@ -278,42 +180,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "123 Garrison St, City",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Garrison St, City", href: "#"},
|
||||
{
|
||||
label: "Open daily: 7AM - 7PM",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open daily: 7AM - 7PM", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Wholesale Inquiry",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wholesale Inquiry", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -324,4 +211,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user