Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 20:57:05 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
description="For over 25 years, Golden Harvest has been producing the finest quality honey. From our hives to your home, experience the authentic taste of nature with every golden spoonful."
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/jar-sweet-honey-flowers-desk_23-2147938089.jpg", imageAlt: "Golden honey in glass jar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/jar-sweet-honey-flowers-desk_23-2147938089.jpg?_wi=1", imageAlt: "Golden honey in glass jar" },
{ imageSrc: "http://img.b2bpic.net/free-photo/honeycombs-with-fresh-honey-honey-spoon-dark-background-closeup_1220-6587.jpg", imageAlt: "Natural honeycomb" },
{ imageSrc: "http://img.b2bpic.net/free-photo/golden-sweet-honey-dripping-from-spoon_1150-18690.jpg", imageAlt: "Honey dripping" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-bees-outside-hive-farm_23-2148291067.jpg", imageAlt: "Bee farm landscape" }
@@ -83,8 +83,8 @@ export default function LandingPage() {
title="Our Honey Collection"
description="Choose from our carefully curated selection of premium honey varieties, each with its own unique flavor profile and health benefits."
products={[
{ id: "1", name: "Wildflower Honey", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/jar-sweet-honey-flowers-desk_23-2147938089.jpg", imageAlt: "Wildflower honey jar" },
{ id: "2", name: "Clover Honey", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/jar-sweet-honey-flowers-desk_23-2147938089.jpg", imageAlt: "Clover honey jar" },
{ id: "1", name: "Wildflower Honey", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/jar-sweet-honey-flowers-desk_23-2147938089.jpg?_wi=2", imageAlt: "Wildflower honey jar" },
{ id: "2", name: "Clover Honey", price: "$22.99", imageSrc: "http://img.b2bpic.net/free-photo/jar-sweet-honey-flowers-desk_23-2147938089.jpg?_wi=3", imageAlt: "Clover honey jar" },
{ id: "3", name: "Raw Unfiltered Honey", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-yellow-cover_23-2148173082.jpg", imageAlt: "Raw unfiltered honey" }
]}
gridVariant="three-columns-all-equal-width"
@@ -121,10 +121,10 @@ export default function LandingPage() {
title="Loved by Families Everywhere"
description="Our customers share why Golden Harvest has become their trusted honey choice."
testimonials={[
{ id: "1", name: "Maria Rodriguez", role: "Home Baker", company: "Sweet Creations Kitchen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" },
{ id: "2", name: "James Chen", role: "Health Coach", company: "Wellness Plus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" },
{ id: "3", name: "Sarah Thompson", role: "Restaurant Owner", company: "The Harvest Table", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg" },
{ id: "4", name: "David Kim", role: "Wellness Enthusiast", company: "Natural Living Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }
{ id: "1", name: "Maria Rodriguez", role: "Home Baker", company: "Sweet Creations Kitchen", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1" },
{ id: "2", name: "James Chen", role: "Health Coach", company: "Wellness Plus", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" },
{ id: "3", name: "Sarah Thompson", role: "Restaurant Owner", company: "The Harvest Table", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2" },
{ id: "4", name: "David Kim", role: "Wellness Enthusiast", company: "Natural Living Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"