Merge version_1 into main #2
@@ -20,24 +20,21 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Our Olive Oil", href: "/products" },
|
||||
{ label: "Tasting Notes", href: "/products#tasting" },
|
||||
{ label: "Sustainability", href: "/about#sustainability" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Our Family", href: "/about" },
|
||||
{ label: "Our Heritage", href: "/about#heritage" },
|
||||
{ label: "Marina di Ascea", href: "/about#location" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -52,7 +49,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -63,9 +60,7 @@ export default function AboutPage() {
|
||||
brandName="Olio di Pepe"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,52 +72,32 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="The Olio di Pepe Family Story"
|
||||
description="Discover the multigenerational passion that defines our olive oil. Since 1975, we have honored the traditions of the Amalfi Coast while crafting exceptional extra virgin olive oil for families around the world."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg?_wi=3",
|
||||
imageAlt: "Family working together in olive grove",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg", imageAlt: "Family working together in olive grove"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg?_wi=4",
|
||||
imageAlt: "Multigenerational family heritage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg", imageAlt: "Multigenerational family heritage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-flower-tree-leaves-backdrop_23-2148163853.jpg?_wi=2",
|
||||
imageAlt: "Olive harvest celebration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-flower-tree-leaves-backdrop_23-2148163853.jpg", imageAlt: "Olive harvest celebration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg?_wi=3",
|
||||
imageAlt: "Traditional craftsmanship at work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg", imageAlt: "Traditional craftsmanship at work"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg?_wi=4",
|
||||
imageAlt: "Marina di Ascea coastal beauty",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg", imageAlt: "Marina di Ascea coastal beauty"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg?_wi=4",
|
||||
imageAlt: "Family pride and dedication",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg", imageAlt: "Family pride and dedication"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg?_wi=3",
|
||||
imageAlt: "Premium product showcase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg", imageAlt: "Premium product showcase"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg?_wi=5",
|
||||
imageAlt: "Amalfi Coast heritage landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg", imageAlt: "Amalfi Coast heritage landscape"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Heritage",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Explore Our Heritage", href: "#features"},
|
||||
{
|
||||
text: "Shop Our Collection",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Our Collection", href: "/shop"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
@@ -137,33 +112,13 @@ export default function AboutPage() {
|
||||
tagIcon={Star}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Authenticity",
|
||||
description: "Since 1975, we have remained true to our roots. Every step of our production process honors the traditional methods that made our family name synonymous with quality Italian olive oil.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg?_wi=5",
|
||||
imageAlt: "Authentic family tradition",
|
||||
},
|
||||
id: "1", title: "Authenticity", description: "Since 1975, we have remained true to our roots. Every step of our production process honors the traditional methods that made our family name synonymous with quality Italian olive oil.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg", imageAlt: "Authentic family tradition"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sustainability",
|
||||
description: "We practice responsible land stewardship on all 500 hectares of our Marina di Ascea groves. Our commitment to environmental preservation ensures that future generations can continue our legacy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg?_wi=5",
|
||||
imageAlt: "Sustainable olive cultivation",
|
||||
},
|
||||
id: "2", title: "Sustainability", description: "We practice responsible land stewardship on all 500 hectares of our Marina di Ascea groves. Our commitment to environmental preservation ensures that future generations can continue our legacy.", imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg", imageAlt: "Sustainable olive cultivation"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Excellence",
|
||||
description: "Quality is non-negotiable. We employ only the finest cold-pressing techniques and rigorous quality control standards to ensure every bottle meets our exacting expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg?_wi=4",
|
||||
imageAlt: "Premium production standards",
|
||||
},
|
||||
id: "3", title: "Excellence", description: "Quality is non-negotiable. We employ only the finest cold-pressing techniques and rigorous quality control standards to ensure every bottle meets our exacting expectations.", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg", imageAlt: "Premium production standards"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Community",
|
||||
description: "The Olio di Pepe family is more than a business—it's part of the Marina di Ascea community. We support local artisans, employ local workers, and celebrate the culture that defines the Amalfi Coast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg?_wi=6",
|
||||
imageAlt: "Community and local heritage",
|
||||
},
|
||||
id: "4", title: "Community", description: "The Olio di Pepe family is more than a business—it's part of the Marina di Ascea community. We support local artisans, employ local workers, and celebrate the culture that defines the Amalfi Coast.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg", imageAlt: "Community and local heritage"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -180,35 +135,19 @@ export default function AboutPage() {
|
||||
tagIcon={Star}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4",
|
||||
title: "Generations",
|
||||
description: "Of Olio di Pepe family leadership and passion",
|
||||
icon: Users,
|
||||
id: "1", value: "4", title: "Generations", description: "Of Olio di Pepe family leadership and passion", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500",
|
||||
title: "Hectares",
|
||||
description: "Of pristine olive groves at Marina di Ascea",
|
||||
icon: LeafIcon,
|
||||
id: "2", value: "500", title: "Hectares", description: "Of pristine olive groves at Marina di Ascea", icon: LeafIcon,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "1975",
|
||||
title: "Founded",
|
||||
description: "When our family first began their legendary journey",
|
||||
icon: Star,
|
||||
id: "3", value: "1975", title: "Founded", description: "When our family first began their legendary journey", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50",
|
||||
title: "Countries",
|
||||
description: "Around the world enjoying our premium oils",
|
||||
icon: Globe,
|
||||
id: "4", value: "50", title: "Countries", description: "Around the world enjoying our premium oils", icon: Globe,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -224,13 +163,9 @@ export default function AboutPage() {
|
||||
description="When you choose Olio di Pepe, you're not just purchasing olive oil—you're becoming part of our extended family. We invite you to taste the difference that passion, heritage, and tradition make."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Our Collection",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Our Collection", href: "/shop"},
|
||||
{
|
||||
text: "Contact Our Family",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Our Family", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
|
||||
185
src/app/page.tsx
185
src/app/page.tsx
@@ -22,24 +22,21 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Our Olive Oil", href: "/products" },
|
||||
{ label: "Tasting Notes", href: "/products#tasting" },
|
||||
{ label: "Sustainability", href: "/about#sustainability" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Our Family", href: "/about" },
|
||||
{ label: "Our Heritage", href: "/about#heritage" },
|
||||
{ label: "Marina di Ascea", href: "/about#location" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -54,7 +51,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -65,9 +62,7 @@ export default function HomePage() {
|
||||
brandName="Olio di Pepe"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,52 +74,32 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Olio di Pepe - Tradition in Every Drop"
|
||||
description="Experience the essence of Marina di Ascea with our premium extra virgin olive oil. Crafted with love through generations of family tradition, each bottle captures the golden warmth and authentic flavor of the Amalfi Coast."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg?_wi=1",
|
||||
imageAlt: "Olive grove at Marina di Ascea",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg", imageAlt: "Olive grove at Marina di Ascea"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg?_wi=1",
|
||||
imageAlt: "Amalfi Coast landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg", imageAlt: "Amalfi Coast landscape"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-flower-tree-leaves-backdrop_23-2148163853.jpg?_wi=1",
|
||||
imageAlt: "Fresh olive harvest",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-flower-tree-leaves-backdrop_23-2148163853.jpg", imageAlt: "Fresh olive harvest"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg?_wi=1",
|
||||
imageAlt: "Traditional olive oil production",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg", imageAlt: "Traditional olive oil production"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg?_wi=1",
|
||||
imageAlt: "Premium olive oil bottle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg", imageAlt: "Premium olive oil bottle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg?_wi=1",
|
||||
imageAlt: "Family farm heritage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg", imageAlt: "Family farm heritage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg?_wi=2",
|
||||
imageAlt: "Coastal Mediterranean beauty",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg", imageAlt: "Coastal Mediterranean beauty"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg?_wi=2",
|
||||
imageAlt: "Sunrise over olive grove",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg", imageAlt: "Sunrise over olive grove"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Discover Our Story", href: "/about"},
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Now", href: "/shop"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
@@ -138,13 +113,11 @@ export default function HomePage() {
|
||||
tagAnimation="fade-in"
|
||||
title="A Family Legacy of Excellence"
|
||||
description="For generations, the Olio di Pepe family has cultivated olives in the fertile lands of Marina di Ascea on the stunning Amalfi Coast. Our commitment to traditional methods and uncompromising quality has made us custodians of Italian olive oil heritage. Every bottle tells the story of passion, expertise, and deep respect for the land."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-fresh-orange-with-her-dad_23-2148980222.jpg"
|
||||
imageAlt="Multi-generational family working in their olive grove"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More About Us", href: "/about"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -158,33 +131,13 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Marina di Ascea Origin",
|
||||
description: "Sourced exclusively from our family groves at Marina di Ascea on the Amalfi Coast. This fertile Mediterranean region produces olives with unparalleled complexity and richness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg?_wi=3",
|
||||
imageAlt: "Marina di Ascea landscape",
|
||||
},
|
||||
id: "1", title: "Marina di Ascea Origin", description: "Sourced exclusively from our family groves at Marina di Ascea on the Amalfi Coast. This fertile Mediterranean region produces olives with unparalleled complexity and richness.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg", imageAlt: "Marina di Ascea landscape"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Traditional Methods",
|
||||
description: "We employ time-honored cold-pressing techniques passed down through generations. No shortcuts, no chemicals—only pure, authentic olive oil crafted with care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg?_wi=2",
|
||||
imageAlt: "Traditional olive oil production",
|
||||
},
|
||||
id: "2", title: "Traditional Methods", description: "We employ time-honored cold-pressing techniques passed down through generations. No shortcuts, no chemicals—only pure, authentic olive oil crafted with care.", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg", imageAlt: "Traditional olive oil production"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Exceptional Flavor Profile",
|
||||
description: "Our olive oil reveals notes of fresh-cut grass, green tomato, and almond with a subtle peppery finish. A truly distinctive taste that elevates every dish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg?_wi=2",
|
||||
imageAlt: "Premium olive oil in glass bottle",
|
||||
},
|
||||
id: "3", title: "Exceptional Flavor Profile", description: "Our olive oil reveals notes of fresh-cut grass, green tomato, and almond with a subtle peppery finish. A truly distinctive taste that elevates every dish.", imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg", imageAlt: "Premium olive oil in glass bottle"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Family Heritage",
|
||||
description: "Passed down through the generations, our expertise and passion for olive cultivation define every aspect of our production, ensuring consistency and authenticity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg?_wi=3",
|
||||
imageAlt: "Olive grove at harvest time",
|
||||
},
|
||||
id: "4", title: "Family Heritage", description: "Passed down through the generations, our expertise and passion for olive cultivation define every aspect of our production, ensuring consistency and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg", imageAlt: "Olive grove at harvest time"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -201,59 +154,23 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chef Marco Rossi",
|
||||
role: "Executive Chef",
|
||||
company: "Osteria da Marco, Naples",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-crossing-arms-chest_23-2148040189.jpg?_wi=1",
|
||||
imageAlt: "Chef Marco Rossi",
|
||||
},
|
||||
id: "1", name: "Chef Marco Rossi", role: "Executive Chef", company: "Osteria da Marco, Naples", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-crossing-arms-chest_23-2148040189.jpg", imageAlt: "Chef Marco Rossi"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giuliana Moretti",
|
||||
role: "Food Critic",
|
||||
company: "Gusto Italiano Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg?_wi=1",
|
||||
imageAlt: "Giuliana Moretti",
|
||||
},
|
||||
id: "2", name: "Giuliana Moretti", role: "Food Critic", company: "Gusto Italiano Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg", imageAlt: "Giuliana Moretti"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chef Giovanni De Luca",
|
||||
role: "Head Chef",
|
||||
company: "Villa Amalfi Restaurant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2148893886.jpg?_wi=1",
|
||||
imageAlt: "Chef Giovanni De Luca",
|
||||
},
|
||||
id: "3", name: "Chef Giovanni De Luca", role: "Head Chef", company: "Villa Amalfi Restaurant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2148893886.jpg", imageAlt: "Chef Giovanni De Luca"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Antonio Santoro",
|
||||
role: "Sommelier & Wine Expert",
|
||||
company: "Sommelier Association",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chefcook-dressed-uniform-holding-glass-red-wine-colorful-background-man-sommelier-tasting-good-wine_574295-6062.jpg?_wi=1",
|
||||
imageAlt: "Antonio Santoro",
|
||||
},
|
||||
id: "4", name: "Antonio Santoro", role: "Sommelier & Wine Expert", company: "Sommelier Association", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chefcook-dressed-uniform-holding-glass-red-wine-colorful-background-man-sommelier-tasting-good-wine_574295-6062.jpg", imageAlt: "Antonio Santoro"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucia Benedetti",
|
||||
role: "Restaurant Owner",
|
||||
company: "Trattoria Lucia, Positano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-wearing-black-uniform-cook-hat-holding-wooden-cutting-board-with-tomatoes-looking-camera-with-serious-face-standing-pink-background_141793-54304.jpg?_wi=1",
|
||||
imageAlt: "Lucia Benedetti",
|
||||
},
|
||||
id: "5", name: "Lucia Benedetti", role: "Restaurant Owner", company: "Trattoria Lucia, Positano", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-wearing-black-uniform-cook-hat-holding-wooden-cutting-board-with-tomatoes-looking-camera-with-serious-face-standing-pink-background_141793-54304.jpg", imageAlt: "Lucia Benedetti"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Francesca Romano",
|
||||
role: "Food & Lifestyle Influencer",
|
||||
company: "La Bella Cucina Blog",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947441.jpg?_wi=1",
|
||||
imageAlt: "Francesca Romano",
|
||||
},
|
||||
id: "6", name: "Francesca Romano", role: "Food & Lifestyle Influencer", company: "La Bella Cucina Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947441.jpg", imageAlt: "Francesca Romano"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -270,35 +187,19 @@ export default function HomePage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4",
|
||||
title: "Generations",
|
||||
description: "Of family tradition and expertise in olive cultivation",
|
||||
icon: Users,
|
||||
id: "1", value: "4", title: "Generations", description: "Of family tradition and expertise in olive cultivation", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500",
|
||||
title: "Hectares",
|
||||
description: "Of premium olive groves at Marina di Ascea",
|
||||
icon: Leaf,
|
||||
id: "2", value: "500", title: "Hectares", description: "Of premium olive groves at Marina di Ascea", icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100",
|
||||
title: "Percent Natural",
|
||||
description: "Cold-pressed, no additives, pure tradition",
|
||||
icon: Droplet,
|
||||
id: "3", value: "100", title: "Percent Natural", description: "Cold-pressed, no additives, pure tradition", icon: Droplet,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50",
|
||||
title: "Countries",
|
||||
description: "Where our premium olive oil is cherished",
|
||||
icon: Globe,
|
||||
id: "4", value: "50", title: "Countries", description: "Where our premium olive oil is cherished", icon: Globe,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -314,13 +215,9 @@ export default function HomePage() {
|
||||
description="Bring home the authentic taste of Marina di Ascea. Our premium olive oil is now available for purchase, delivered directly from our family to yours."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Our Oils",
|
||||
href: "/shop",
|
||||
},
|
||||
text: "Shop Our Oils", href: "/shop"},
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get in Touch", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
|
||||
@@ -19,24 +19,21 @@ export default function ProductsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Our Olive Oil", href: "/products" },
|
||||
{ label: "Tasting Notes", href: "/products" },
|
||||
{ label: "Sustainability", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Our Family", href: "/about" },
|
||||
{ label: "Our Heritage", href: "/about" },
|
||||
{ label: "Marina di Ascea", href: "/about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -51,7 +48,7 @@ export default function ProductsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -74,33 +71,13 @@ export default function ProductsPage() {
|
||||
tagIcon={Star}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Marina di Ascea Origin",
|
||||
description: "Sourced exclusively from our family groves at Marina di Ascea on the Amalfi Coast. This fertile Mediterranean region produces olives with unparalleled complexity and richness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg?_wi=7",
|
||||
imageAlt: "Marina di Ascea landscape",
|
||||
},
|
||||
id: "1", title: "Marina di Ascea Origin", description: "Sourced exclusively from our family groves at Marina di Ascea on the Amalfi Coast. This fertile Mediterranean region produces olives with unparalleled complexity and richness.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-beautiful-shot-forested-cliffs-near-blue-clear-ocean_181624-29545.jpg", imageAlt: "Marina di Ascea landscape"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Traditional Methods",
|
||||
description: "We employ time-honored cold-pressing techniques passed down through generations. No shortcuts, no chemicals—only pure, authentic olive oil crafted with care.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg?_wi=5",
|
||||
imageAlt: "Traditional olive oil production",
|
||||
},
|
||||
id: "2", title: "Traditional Methods", description: "We employ time-honored cold-pressing techniques passed down through generations. No shortcuts, no chemicals—only pure, authentic olive oil crafted with care.", imageSrc: "http://img.b2bpic.net/free-photo/cleaning-hands-ritual_181624-33391.jpg", imageAlt: "Traditional olive oil production"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Exceptional Flavor Profile",
|
||||
description: "Our olive oil reveals notes of fresh-cut grass, green tomato, and almond with a subtle peppery finish. A truly distinctive taste that elevates every dish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg?_wi=4",
|
||||
imageAlt: "Premium olive oil in glass bottle",
|
||||
},
|
||||
id: "3", title: "Exceptional Flavor Profile", description: "Our olive oil reveals notes of fresh-cut grass, green tomato, and almond with a subtle peppery finish. A truly distinctive taste that elevates every dish.", imageSrc: "http://img.b2bpic.net/free-vector/nature-hand-drawn-landing-page-template_23-2148365187.jpg", imageAlt: "Premium olive oil in glass bottle"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Family Heritage",
|
||||
description: "Passed down through the generations, our expertise and passion for olive cultivation define every aspect of our production, ensuring consistency and authenticity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg?_wi=6",
|
||||
imageAlt: "Olive grove at harvest time",
|
||||
},
|
||||
id: "4", title: "Family Heritage", description: "Passed down through the generations, our expertise and passion for olive cultivation define every aspect of our production, ensuring consistency and authenticity.", imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-dating-park-together_53876-71163.jpg", imageAlt: "Olive grove at harvest time"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -117,35 +94,19 @@ export default function ProductsPage() {
|
||||
tagIcon={Star}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4",
|
||||
title: "Generations",
|
||||
description: "Of family tradition and expertise in olive cultivation",
|
||||
icon: Users,
|
||||
id: "1", value: "4", title: "Generations", description: "Of family tradition and expertise in olive cultivation", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500",
|
||||
title: "Hectares",
|
||||
description: "Of premium olive groves at Marina di Ascea",
|
||||
icon: Leaf,
|
||||
id: "2", value: "500", title: "Hectares", description: "Of premium olive groves at Marina di Ascea", icon: Leaf,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100",
|
||||
title: "Percent Natural",
|
||||
description: "Cold-pressed, no additives, pure tradition",
|
||||
icon: Droplet,
|
||||
id: "3", value: "100", title: "Percent Natural", description: "Cold-pressed, no additives, pure tradition", icon: Droplet,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50",
|
||||
title: "Countries",
|
||||
description: "Where our premium olive oil is cherished",
|
||||
icon: Globe,
|
||||
id: "4", value: "50", title: "Countries", description: "Where our premium olive oil is cherished", icon: Globe,
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -160,59 +121,23 @@ export default function ProductsPage() {
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chef Marco Rossi",
|
||||
role: "Executive Chef",
|
||||
company: "Osteria da Marco, Naples",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-crossing-arms-chest_23-2148040189.jpg?_wi=2",
|
||||
imageAlt: "Chef Marco Rossi",
|
||||
},
|
||||
id: "1", name: "Chef Marco Rossi", role: "Executive Chef", company: "Osteria da Marco, Naples", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-crossing-arms-chest_23-2148040189.jpg", imageAlt: "Chef Marco Rossi"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giuliana Moretti",
|
||||
role: "Food Critic",
|
||||
company: "Gusto Italiano Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg?_wi=2",
|
||||
imageAlt: "Giuliana Moretti",
|
||||
},
|
||||
id: "2", name: "Giuliana Moretti", role: "Food Critic", company: "Gusto Italiano Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005452.jpg", imageAlt: "Giuliana Moretti"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chef Giovanni De Luca",
|
||||
role: "Head Chef",
|
||||
company: "Villa Amalfi Restaurant",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2148893886.jpg?_wi=2",
|
||||
imageAlt: "Chef Giovanni De Luca",
|
||||
},
|
||||
id: "3", name: "Chef Giovanni De Luca", role: "Head Chef", company: "Villa Amalfi Restaurant", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2148893886.jpg", imageAlt: "Chef Giovanni De Luca"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Antonio Santoro",
|
||||
role: "Sommelier & Wine Expert",
|
||||
company: "Sommelier Association",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chefcook-dressed-uniform-holding-glass-red-wine-colorful-background-man-sommelier-tasting-good-wine_574295-6062.jpg?_wi=2",
|
||||
imageAlt: "Antonio Santoro",
|
||||
},
|
||||
id: "4", name: "Antonio Santoro", role: "Sommelier & Wine Expert", company: "Sommelier Association", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chefcook-dressed-uniform-holding-glass-red-wine-colorful-background-man-sommelier-tasting-good-wine_574295-6062.jpg", imageAlt: "Antonio Santoro"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucia Benedetti",
|
||||
role: "Restaurant Owner",
|
||||
company: "Trattoria Lucia, Positano",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-wearing-black-uniform-cook-hat-holding-wooden-cutting-board-with-tomatoes-looking-camera-with-serious-face-standing-pink-background_141793-54304.jpg?_wi=2",
|
||||
imageAlt: "Lucia Benedetti",
|
||||
},
|
||||
id: "5", name: "Lucia Benedetti", role: "Restaurant Owner", company: "Trattoria Lucia, Positano", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-cook-wearing-black-uniform-cook-hat-holding-wooden-cutting-board-with-tomatoes-looking-camera-with-serious-face-standing-pink-background_141793-54304.jpg", imageAlt: "Lucia Benedetti"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Francesca Romano",
|
||||
role: "Food & Lifestyle Influencer",
|
||||
company: "La Bella Cucina Blog",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947441.jpg?_wi=2",
|
||||
imageAlt: "Francesca Romano",
|
||||
},
|
||||
id: "6", name: "Francesca Romano", role: "Food & Lifestyle Influencer", company: "La Bella Cucina Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-organizing-live-shop_23-2149947441.jpg", imageAlt: "Francesca Romano"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user