Merge version_1 into main #2
188
src/app/page.tsx
188
src/app/page.tsx
@@ -31,43 +31,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#story",
|
||||
},
|
||||
{
|
||||
name: "Recipes",
|
||||
id: "#recipes",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Shop", id: "#products" },
|
||||
{ name: "Our Story", id: "#story" },
|
||||
{ name: "Recipes", id: "#recipes" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
brandName="Olivèra"
|
||||
button={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Olivèra"
|
||||
description="Pure Mediterranean Gold. Cold-pressed, single-origin excellence delivered to your table."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#story",
|
||||
},
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
{ text: "Our Story", href: "#story" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/a-premium-bottle-of-extra-virgin-olive-o-1774728928086-8008fb53.png"
|
||||
imageAlt="Premium Olivèra EVOO bottle"
|
||||
@@ -82,24 +63,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic EVOO",
|
||||
price: "$28.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/a-bottle-of-classic-extra-virgin-olive-o-1774728930273-c342d063.png",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Organic EVOO",
|
||||
price: "$34.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/a-bottle-of-organic-extra-virgin-olive-o-1774728929362-8cba83af.png",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Limited Reserve",
|
||||
price: "$48.00",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/a-limited-reserve-bottle-of-olive-oil-wi-1774728928155-7a951ff3.png",
|
||||
},
|
||||
{ id: "p1", name: "Classic EVOO", price: "$28.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/a-bottle-of-classic-extra-virgin-olive-o-1774728930273-c342d063.png" },
|
||||
{ id: "p2", name: "Organic EVOO", price: "$34.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/a-bottle-of-organic-extra-virgin-olive-o-1774728929362-8cba83af.png" },
|
||||
{ id: "p3", name: "Limited Reserve", price: "$48.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/a-limited-reserve-bottle-of-olive-oil-wi-1774728928155-7a951ff3.png" },
|
||||
]}
|
||||
title="Our Signature Collection"
|
||||
description="Hand-crafted batches from sun-drenched Mediterranean groves."
|
||||
@@ -113,24 +79,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Cold-Pressed",
|
||||
description: "Preserving the delicate nutrients and natural flavors.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/cold-pressed-olive-oil-icon-concept-liqu-1774728929560-ea85edfd.png",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Single-Origin",
|
||||
description: "Sourced directly from our family-run groves.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/fresh-green-olives-on-a-branch-rustic-me-1774728927694-d0f20bf6.png",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Sustainable",
|
||||
description: "Committed to earth-friendly farming practices.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/sustainability-concept-hand-harvesting-o-1774728928283-8f3cdb3c.png",
|
||||
},
|
||||
{ id: "f1", title: "Cold-Pressed", description: "Preserving the delicate nutrients and natural flavors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/cold-pressed-olive-oil-icon-concept-liqu-1774728929560-ea85edfd.png" },
|
||||
{ id: "f2", title: "Single-Origin", description: "Sourced directly from our family-run groves.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/fresh-green-olives-on-a-branch-rustic-me-1774728927694-d0f20bf6.png" },
|
||||
{ id: "f3", title: "Sustainable", description: "Committed to earth-friendly farming practices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/sustainability-concept-hand-harvesting-o-1774728928283-8f3cdb3c.png" },
|
||||
]}
|
||||
title="Purity In Every Drop"
|
||||
description="Why Olivèra stands apart."
|
||||
@@ -157,46 +108,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena R.",
|
||||
role: "Chef",
|
||||
company: "Villa Gusto",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927907-d4b63e65.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco S.",
|
||||
role: "Sommelier",
|
||||
company: "Fine Dining",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927468-648dc76f.png",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah P.",
|
||||
role: "Home Cook",
|
||||
company: "Food Blogger",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728929849-a1e295d1.png",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David W.",
|
||||
role: "Artisan",
|
||||
company: "Epicureanist",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927398-ae0c9147.png",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Giulia M.",
|
||||
role: "Food Critic",
|
||||
company: "Gourmet Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927907-d4b63e65.png?_wi=2",
|
||||
},
|
||||
{ id: "t1", name: "Elena R.", role: "Chef", company: "Villa Gusto", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927907-d4b63e65.png" },
|
||||
{ id: "t2", name: "Marco S.", role: "Sommelier", company: "Fine Dining", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927468-648dc76f.png" },
|
||||
{ id: "t3", name: "Sarah P.", role: "Home Cook", company: "Food Blogger", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728929849-a1e295d1.png" },
|
||||
{ id: "t4", name: "David W.", role: "Artisan", company: "Epicureanist", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927398-ae0c9147.png" },
|
||||
{ id: "t5", name: "Giulia M.", role: "Food Critic", company: "Gourmet Magazine", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BaYwwf8CIlzyAJfig2RKw9cH7V/headshot-of-happy-customer-elegant-natur-1774728927907-d4b63e65.png" },
|
||||
]}
|
||||
title="Refined Palates Agree"
|
||||
description="Experience the culinary difference that true purity brings."
|
||||
@@ -207,21 +123,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where is it sourced?",
|
||||
content: "Our groves are located in the heart of the Mediterranean, ensuring optimal climate.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does it stay fresh?",
|
||||
content: "Store in a cool, dark place for best results, ideally consumed within 18 months.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is the acidity?",
|
||||
content: "We maintain an acidity level below 0.3% to ensure superior quality and taste.",
|
||||
},
|
||||
{ id: "q1", title: "Where is it sourced?", content: "Our groves are located in the heart of the Mediterranean, ensuring optimal climate." },
|
||||
{ id: "q2", title: "How long does it stay fresh?", content: "Store in a cool, dark place for best results, ideally consumed within 18 months." },
|
||||
{ id: "q3", title: "What is the acidity?", content: "We maintain an acidity level below 0.3% to ensure superior quality and taste." },
|
||||
]}
|
||||
sideTitle="Questions on Quality"
|
||||
sideDescription="Everything you need to know about our liquid gold."
|
||||
@@ -232,9 +136,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Stay Inspired"
|
||||
title="Join Our Circle"
|
||||
description="Receive seasonal pairing notes and exclusive pre-harvest access."
|
||||
@@ -247,49 +149,13 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Olivèra"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Gift Sets",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#story",
|
||||
},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "All Products", href: "#products" }, { label: "Gift Sets", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "Our Story", href: "#story" }, { label: "Sustainability", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "Shipping & Returns", href: "#" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user