Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 11:46:30 +00:00

View File

@@ -18,27 +18,26 @@ export default function LandingPage() {
defaultButtonVariant="elastic-effect"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Our Story",
id: "about",
},
name: "Our Story", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="SD ORGANIC VALLEY"
/>
@@ -47,32 +46,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Pure Sunshine in Every Bite"
description="Experience the crisp, refreshing taste of hand-picked mandarins from the heart of our organic valley. Grown with integrity, delivered with love."
tag="Certified Organic 100%"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/orange-fruit-with-raindrops-tree_84443-83706.jpg?_wi=1",
imageAlt: "Fresh Mandarins",
},
imageSrc: "http://img.b2bpic.net/free-photo/orange-fruit-with-raindrops-tree_84443-83706.jpg", imageAlt: "Fresh Mandarins"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-tasty-fruits_23-2148531895.jpg?_wi=1",
imageAlt: "Sliced Mandarins",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-autumn-meadow-with-sunlit-tree-branch-generated-by-ai_188544-30604.jpg?_wi=1",
imageAlt: "Sunlit Orchard",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-tangerines-wooden-box_114579-83933.jpg?_wi=1",
imageAlt: "Fresh Harvest",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-organic-food-label-set_23-2149112290.jpg?_wi=1",
imageAlt: "Quality Selection",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-tasty-fruits_23-2148531895.jpg", imageAlt: "Sliced Mandarins"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -87,19 +69,13 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
label: "Certified Organic",
value: "100%",
},
label: "Certified Organic", value: "100%"},
{
icon: Truck,
label: "Fast Delivery",
value: "24h",
},
label: "Fast Delivery", value: "24h"},
{
icon: Smile,
label: "Happy Customers",
value: "10k+",
},
label: "Happy Customers", value: "10k+"},
]}
metricsAnimation="slide-up"
/>
@@ -113,23 +89,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Sun-Kissed Mandarins",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fruit-with-raindrops-tree_84443-83706.jpg?_wi=2",
},
id: "1", name: "Sun-Kissed Mandarins", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/orange-fruit-with-raindrops-tree_84443-83706.jpg"},
{
id: "2",
name: "Orchard Select Box",
price: "$28.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-tasty-fruits_23-2148531895.jpg?_wi=2",
},
id: "2", name: "Orchard Select Box", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-tasty-fruits_23-2148531895.jpg"},
{
id: "3",
name: "Family Share Bundle",
price: "$45.00",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fruit-with-raindrops-tree_84443-83706.jpg?_wi=3",
},
id: "3", name: "Family Share Bundle", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/orange-fruit-with-raindrops-tree_84443-83706.jpg"},
]}
title="Shop Our Harvest"
description="From our trees to your table. Choose the perfect box of organic goodness today."
@@ -143,26 +107,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Sustainable Farming",
description: "We nourish the soil naturally, ensuring nutrient-dense fruit.",
tag: "Earth First",
imageSrc: "http://img.b2bpic.net/free-photo/vibrant-autumn-meadow-with-sunlit-tree-branch-generated-by-ai_188544-30604.jpg?_wi=2",
},
id: "f1", title: "Sustainable Farming", description: "We nourish the soil naturally, ensuring nutrient-dense fruit.", tag: "Earth First", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-autumn-meadow-with-sunlit-tree-branch-generated-by-ai_188544-30604.jpg"},
{
id: "f2",
title: "Hand-Harvested",
description: "Each piece is selected at peak ripeness to ensure sweetness.",
tag: "Carefully Picked",
imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-tangerines-wooden-box_114579-83933.jpg?_wi=2",
},
id: "f2", title: "Hand-Harvested", description: "Each piece is selected at peak ripeness to ensure sweetness.", tag: "Carefully Picked", imageSrc: "http://img.b2bpic.net/free-photo/bunch-fresh-tangerines-wooden-box_114579-83933.jpg"},
{
id: "f3",
title: "Quality Assured",
description: "Every orange passes rigorous checks before it ships.",
tag: "Premium Quality",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-organic-food-label-set_23-2149112290.jpg?_wi=2",
},
id: "f3", title: "Quality Assured", description: "Every orange passes rigorous checks before it ships.", tag: "Premium Quality", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-organic-food-label-set_23-2149112290.jpg"},
]}
title="Why Choose SD Organic Valley?"
description="Commitment to excellence and environmental health in every step of our process."
@@ -177,25 +126,9 @@ export default function LandingPage() {
author="Sarah Johnson"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
alt: "Sarah J.",
},
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", alt: "Sarah J."},
{
src: "http://img.b2bpic.net/free-photo/woman-using-whisk-as-microphone-front-view_23-2148593242.jpg",
alt: "Michael B.",
},
{
src: "http://img.b2bpic.net/free-photo/children-spending-time-with-their-parents_23-2149453375.jpg",
alt: "Jenny L.",
},
{
src: "http://img.b2bpic.net/free-photo/person-drinking-kombucha-home-kitchen_52683-101208.jpg",
alt: "David K.",
},
{
src: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg",
alt: "Mark R.",
},
src: "http://img.b2bpic.net/free-photo/woman-using-whisk-as-microphone-front-view_23-2148593242.jpg", alt: "Michael B."},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -206,8 +139,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Stay Fresh"
title="Join Our Harvest Club"
description="Get exclusive offers, seasonal updates, and healthy recipes delivered right to your inbox."
@@ -220,29 +152,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "SD Organic Valley",
items: [
title: "SD Organic Valley", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}