Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 10:03:13 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Products",
id: "#products",
},
{
name: "About",
id: "#about",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#hero" },
{ name: "Products", id: "#products" },
{ name: "About", id: "#about" },
{ name: "Contact", id: "#contact" },
]}
brandName="FreshPick"
/>
@@ -54,41 +42,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Freshness Delivered to Your Home"
description="Tamil & English support. We provide fresh organic groceries sourced from local farmers. Join us for a healthy lifestyle."
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/local-grocery-store-vendor-arranges-food_482257-76628.jpg",
imageAlt: "Fresh Market",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/autumn-harvest-fair-with-farmers-market-stand-sell-fresh-products-empty-greenmarket-stand-with-various-fruits-veggies-colorful-raw-homegrown-produce-vegetables-marketplace-stall_482257-62640.jpg",
imageAlt: "Produce",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-shopping-organic-products_23-2148672825.jpg",
imageAlt: "Market",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-cherry-tomatoes-cumcuat-cauliflower-parsley-zucchini-dill-free-space_140725-63446.jpg",
imageAlt: "Bakery",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-stall-market-sanarysurmer_268835-3781.jpg",
imageAlt: "Produce",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-zero-waste-food-store_482257-91042.jpg",
imageAlt: "Store",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/local-grocery-store-vendor-arranges-food_482257-76628.jpg", imageAlt: "fresh organic vegetables market" },
{ imageSrc: "http://img.b2bpic.net/free-photo/autumn-harvest-fair-with-farmers-market-stand-sell-fresh-products-empty-greenmarket-stand-with-various-fruits-veggies-colorful-raw-homegrown-produce-vegetables-marketplace-stall_482257-62640.jpg", imageAlt: "fresh fruits marketplace stall" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-shopping-organic-products_23-2148672825.jpg", imageAlt: "local supermarket grocery aisle" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-cherry-tomatoes-cumcuat-cauliflower-parsley-zucchini-dill-free-space_140725-63446.jpg", imageAlt: "grocery shop bread bakery" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-stall-market-sanarysurmer_268835-3781.jpg", imageAlt: "organic grocery market stall" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-zero-waste-food-store_482257-91042.jpg", imageAlt: "community grocery shop market" },
]}
/>
</div>
@@ -109,42 +76,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Organic Tomatoes",
price: "₹40",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-vegetable-sack-flat-lay_53876-101544.jpg",
},
{
id: "2",
name: "Fresh Spinach",
price: "₹20",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-greens-brown-wooden-desk-light-background-green-vegetable-leaf_140725-22837.jpg",
},
{
id: "3",
name: "Yellow Bananas",
price: "₹60",
imageSrc: "http://img.b2bpic.net/free-photo/cluster-bananas-flat-lay-wooden-textile_176474-10387.jpg",
},
{
id: "4",
name: "Crispy Apples",
price: "₹150",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-red-apples_140725-130169.jpg",
},
{
id: "5",
name: "Farm Carrots",
price: "₹30",
imageSrc: "http://img.b2bpic.net/free-photo/carrots-with-tops_23-2147700661.jpg",
},
{
id: "6",
name: "Fresh Onions",
price: "₹50",
imageSrc: "http://img.b2bpic.net/free-photo/onion-parsley-closeup-kitchen-table_169016-40147.jpg",
},
{ id: "1", name: "Organic Tomatoes", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-vegetable-sack-flat-lay_53876-101544.jpg" },
{ id: "2", name: "Fresh Spinach", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-green-greens-brown-wooden-desk-light-background-green-vegetable-leaf_140725-22837.jpg" },
{ id: "3", name: "Yellow Bananas", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/cluster-bananas-flat-lay-wooden-textile_176474-10387.jpg" },
{ id: "4", name: "Crispy Apples", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-red-apples_140725-130169.jpg" },
{ id: "5", name: "Farm Carrots", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/carrots-with-tops_23-2147700661.jpg" },
{ id: "6", name: "Fresh Onions", price: "₹50", imageSrc: "http://img.b2bpic.net/free-photo/onion-parsley-closeup-kitchen-table_169016-40147.jpg" },
]}
title="Daily Essentials"
description="Hand-picked, fresh from farm daily."
@@ -154,48 +91,24 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Arun Kumar",
handle: "@arun",
testimonial: "Fresh veggies every time!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-supermarket_1157-21966.jpg",
},
id: "1", name: "Arun Kumar", handle: "@arun", testimonial: "Fresh veggies every time!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-supermarket_1157-21966.jpg"},
{
id: "2",
name: "Priya",
handle: "@priya",
testimonial: "Excellent service and quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-shopping-basket_1187-1555.jpg?_wi=1",
},
id: "2", name: "Priya", handle: "@priya", testimonial: "Excellent service and quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-shopping-basket_1187-1555.jpg"},
{
id: "3",
name: "Suresh",
handle: "@suresh",
testimonial: "Love the local selection.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-best-friends-with-shopping-bags_329181-8012.jpg",
},
id: "3", name: "Suresh", handle: "@suresh", testimonial: "Love the local selection.", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-best-friends-with-shopping-bags_329181-8012.jpg"},
{
id: "4",
name: "Meera",
handle: "@meera",
testimonial: "Always fresh produce!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-shopping-basket_1187-1555.jpg?_wi=2",
},
id: "4", name: "Meera", handle: "@meera", testimonial: "Always fresh produce!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-shopping-basket_1187-1555.jpg"},
{
id: "5",
name: "Ramesh",
handle: "@ramesh",
testimonial: "Quick delivery service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-supermarket-with-vegetables-fruits-buying-groceries_169016-19099.jpg",
},
id: "5", name: "Ramesh", handle: "@ramesh", testimonial: "Quick delivery service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-supermarket-with-vegetables-fruits-buying-groceries_169016-19099.jpg"},
]}
showRating={true}
title="Loved by our Community"
@@ -209,20 +122,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you deliver?",
content: "Yes, we deliver daily to your doorstep.",
},
id: "1", title: "Do you deliver?", content: "Yes, we deliver daily to your doorstep."},
{
id: "2",
title: "Languages?",
content: "We support both Tamil and English for your convenience.",
},
id: "2", title: "Languages?", content: "We support both Tamil and English for your convenience."},
{
id: "3",
title: "Is it organic?",
content: "We source all our produce directly from trusted local organic farms.",
},
id: "3", title: "Is it organic?", content: "We source all our produce directly from trusted local organic farms."},
]}
title="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -234,8 +138,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Visit Us Today"
description="Located in the heart of the town. Reach out if you have any questions!"
@@ -248,25 +151,17 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
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: "#"},
],
},
]}