Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
112
src/app/page.tsx
112
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Visit", id: "contact"},
|
||||
]}
|
||||
brandName="Gatvol Coffee"
|
||||
/>
|
||||
@@ -53,15 +45,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Where the jungle meets your cup"
|
||||
description="Tucked beneath a canopy of ancient trees, with the sound of water and the warmth of people who give a damn. This is your escape."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rooftop-sunset-cityscape_23-2151945654.jpg"
|
||||
imageAlt="Gatvol Coffee luxury jungle hideaway"
|
||||
@@ -75,19 +64,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Coffee,
|
||||
label: "Ethically Sourced",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Ethically Sourced", value: "100%"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Natural Setting",
|
||||
value: "Lush",
|
||||
},
|
||||
label: "Natural Setting", value: "Lush"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Customer Rating",
|
||||
value: "4.7★",
|
||||
},
|
||||
label: "Customer Rating", value: "4.7★"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -97,44 +80,21 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="split"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jungle Blend Espresso",
|
||||
price: "R35",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-brown-leaves_116380-82.jpg",
|
||||
},
|
||||
id: "1", name: "Jungle Blend Espresso", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-brown-leaves_116380-82.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Canopy Artisanal Tart",
|
||||
price: "R55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg",
|
||||
},
|
||||
id: "2", name: "Canopy Artisanal Tart", price: "R55", imageSrc: "http://img.b2bpic.net/free-photo/mini-ethnic-sculptures-embedded-frames_114579-12096.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Botanical Cold Brew",
|
||||
price: "R45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg",
|
||||
},
|
||||
id: "3", name: "Botanical Cold Brew", price: "R45", imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-glass-with-condensation-ice_84443-83820.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rainforest Latte",
|
||||
price: "R40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-milk-coffee-latte-foam-decor_141793-17531.jpg",
|
||||
},
|
||||
id: "4", name: "Rainforest Latte", price: "R40", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-milk-coffee-latte-foam-decor_141793-17531.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Forest Morning Bowl",
|
||||
price: "R85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-fruits-plate-slices-orange-lemon-chocolate-covered-strawberries-notebook-cup-tea-hizelnuts-strawberries_140725-118277.jpg",
|
||||
},
|
||||
id: "5", name: "Forest Morning Bowl", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-fruits-plate-slices-orange-lemon-chocolate-covered-strawberries-notebook-cup-tea-hizelnuts-strawberries_140725-118277.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ancient Tree Mocha",
|
||||
price: "R48",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-walnut-spices-cup-cakes-near-spiral-notepad-wooden-surface_23-2147938121.jpg",
|
||||
},
|
||||
id: "6", name: "Ancient Tree Mocha", price: "R48", imageSrc: "http://img.b2bpic.net/free-photo/honey-walnut-spices-cup-cakes-near-spiral-notepad-wooden-surface_23-2147938121.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Artisan blends, hand-pressed coffees, and local culinary delights crafted for the discerning palate."
|
||||
@@ -146,30 +106,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-working-from-cafe-coworking-space-sitting-with-laptop-studying-doing_1258-190961.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-working-from-cafe-coworking-space-sitting-with-laptop-studying-doing_1258-190961.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-girl-dressed-swimwear-rests-beach_176420-5880.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-cheerful-girl-dressed-swimwear-rests-beach_176420-5880.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-with-wavy-hair-park_23-2147911448.jpg",
|
||||
},
|
||||
id: "5", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-with-wavy-hair-park_23-2147911448.jpg"},
|
||||
]}
|
||||
cardTitle="Words from the Jungle"
|
||||
cardTag="Reviews"
|
||||
@@ -181,16 +126,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Find Your Escape in La Lucia"
|
||||
description="Nestled in the heart of Durban North. Open daily from 7:00 AM to 5:00 PM. Come experience the jungle difference."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -199,13 +141,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Gatvol Coffee"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "© 2024 Gatvol Coffee",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2024 Gatvol Coffee", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user