Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -27,33 +27,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Café",
|
||||
id: "/cafe",
|
||||
},
|
||||
name: "Café", id: "/cafe"},
|
||||
{
|
||||
name: "Subscription",
|
||||
id: "/subscription",
|
||||
},
|
||||
name: "Subscription", id: "/subscription"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="NZ Roasters"
|
||||
/>
|
||||
@@ -67,17 +53,11 @@ export default function LandingPage() {
|
||||
description="Founded on a love for exceptional coffee, NZ Roasters is a brand built on integrity, community, and the pursuit of the perfect cup. We believe in transparency from seed to sip."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Brand Story",
|
||||
description: "Learn how we started and our journey to coffee excellence.",
|
||||
},
|
||||
title: "Brand Story", description: "Learn how we started and our journey to coffee excellence."},
|
||||
{
|
||||
title: "Sourcing Philosophy",
|
||||
description: "Our commitment to direct trade and sustainable partnerships.",
|
||||
},
|
||||
title: "Sourcing Philosophy", description: "Our commitment to direct trade and sustainable partnerships."},
|
||||
{
|
||||
title: "Roasting Process",
|
||||
description: "The meticulous art and science behind every roast.",
|
||||
},
|
||||
title: "Roasting Process", description: "The meticulous art and science behind every roast."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/homeless-man-holding-hand-out-help-empty-cup_23-2148760764.jpg"
|
||||
imageAlt="Coffee beans and roasting equipment"
|
||||
@@ -92,36 +72,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "founders",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
id: "founders", groupTitle: "Leadership", members: [
|
||||
{
|
||||
id: "member-1",
|
||||
title: "Alex M.",
|
||||
subtitle: "Founder & Head Roaster",
|
||||
detail: "Alex's vision created NZ Roasters, driven by a passion for quality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-asian-man-apron-standing-coffee-roasting-equipment-checking-controls_1098-20597.jpg",
|
||||
imageAlt: "Alex M., Founder & Head Roaster",
|
||||
},
|
||||
id: "member-1", title: "Alex M.", subtitle: "Founder & Head Roaster", detail: "Alex's vision created NZ Roasters, driven by a passion for quality.", imageSrc: "http://img.b2bpic.net/free-photo/mature-asian-man-apron-standing-coffee-roasting-equipment-checking-controls_1098-20597.jpg", imageAlt: "Alex M., Founder & Head Roaster"},
|
||||
{
|
||||
id: "member-2",
|
||||
title: "Sarah P.",
|
||||
subtitle: "Co-founder & Operations",
|
||||
detail: "Sarah ensures smooth operations and upholds our sustainability commitments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647827.jpg",
|
||||
imageAlt: "Sarah P., Co-founder & Operations",
|
||||
},
|
||||
id: "member-2", title: "Sarah P.", subtitle: "Co-founder & Operations", detail: "Sarah ensures smooth operations and upholds our sustainability commitments.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-coffee-cup_23-2149647827.jpg", imageAlt: "Sarah P., Co-founder & Operations"},
|
||||
{
|
||||
id: "member-3",
|
||||
title: "Chris L.",
|
||||
subtitle: "Quality Control Specialist",
|
||||
detail: "Chris meticulously tastes and tests every batch for perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-beer-factory_23-2150573960.jpg",
|
||||
imageAlt: "Chris L., Quality Control Specialist",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-using-professional-coffee-machine-cup_23-2148824391.jpg?_wi=2",
|
||||
imageAlt: "smiling barista portrait coffee",
|
||||
id: "member-3", title: "Chris L.", subtitle: "Quality Control Specialist", detail: "Chris meticulously tastes and tests every batch for perfection.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-working-beer-factory_23-2150573960.jpg", imageAlt: "Chris L., Quality Control Specialist"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Meet The Team"
|
||||
@@ -137,20 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Ethically Sourced Beans",
|
||||
},
|
||||
id: "m1", value: "100%", description: "Ethically Sourced Beans"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "85%",
|
||||
description: "Compostable Packaging",
|
||||
},
|
||||
id: "m2", value: "85%", description: "Compostable Packaging"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "+50",
|
||||
description: "Direct Trade Partnerships",
|
||||
},
|
||||
id: "m3", value: "+50", description: "Direct Trade Partnerships"},
|
||||
]}
|
||||
title="Our Impact & Commitments"
|
||||
description="Sustainability is at the core of everything we do. We strive to make a positive impact on both people and the planet."
|
||||
@@ -161,13 +110,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="NZ Roasters"
|
||||
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