Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-23 21:28:03 +00:00

View File

@@ -32,18 +32,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Menu",
id: "#menu",
},
{
name: "About",
id: "#about",
},
{
name: "Visit",
id: "#contact",
},
{ name: "Menu", id: "#menu" },
{ name: "About", id: "#about" },
{ name: "Visit", id: "#contact" },
]}
brandName="Fresh Mart"
/>
@@ -54,14 +45,8 @@ export default function LandingPage() {
logoText="Fresh Every Day Trusted By The Community"
description="Premium coffee, handcrafted sandwiches, fresh groceries, and the friendliest service in town. More than convenience—it's your neighborhood ritual."
buttons={[
{
text: "Explore Menu",
href: "#menu",
},
{
text: "Visit Fresh Mart",
href: "#contact",
},
{ text: "Explore Menu", href: "#menu" },
{ text: "Visit Fresh Mart", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-cafe-street-terrace-with-chairs-tables-guests_501050-570.jpg"
/>
@@ -72,9 +57,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Neighborhood Third Place"
buttons={[
{
text: "Learn More",
},
{ text: "Learn More" },
]}
/>
</div>
@@ -84,21 +67,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
title: "Handcrafted Daily",
description: "Sandwiches made fresh every morning.",
imageSrc: "http://img.b2bpic.net/free-photo/merchant-offers-eco-products-consumer_482257-90410.jpg",
},
{
title: "Premium Roasts",
description: "Locally sourced artisan coffee blends.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-food_23-2149151650.jpg",
},
{
title: "Community Focus",
description: "Genuine service that makes you feel at home.",
imageSrc: "http://img.b2bpic.net/free-photo/young-vendor-arranging-fresh-natural-products-farmers-market-stall-wearing-apron-preparing-local-stand-fresh-organic-fruits-veggies-outdoor-shop-selling-locally-grown-produce_482257-68701.jpg",
},
{ title: "Handcrafted Daily", description: "Sandwiches made fresh every morning.", imageSrc: "http://img.b2bpic.net/free-photo/merchant-offers-eco-products-consumer_482257-90410.jpg" },
{ title: "Premium Roasts", description: "Locally sourced artisan coffee blends.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-shopping-food_23-2149151650.jpg" },
{ title: "Community Focus", description: "Genuine service that makes you feel at home.", imageSrc: "http://img.b2bpic.net/free-photo/young-vendor-arranging-fresh-natural-products-farmers-market-stall-wearing-apron-preparing-local-stand-fresh-organic-fruits-veggies-outdoor-shop-selling-locally-grown-produce_482257-68701.jpg" },
]}
title="Why Neighbors Trust Us"
description="We blend boutique café quality with the reliability of a modern market."
@@ -112,42 +83,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
name: "Artisan Deli Sandwich",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-organic-healthy-vegetables-colander_23-2147956582.jpg",
},
{
id: "2",
name: "Fresh Seasonal Bowl",
price: "$10.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-fruits-vegetables_23-2148234230.jpg",
},
{
id: "3",
name: "Premium Roast Coffee",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brad-knife_23-2148365449.jpg",
},
{
id: "4",
name: "Healthy Snack Box",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-arrangement_23-2148785309.jpg",
},
{
id: "5",
name: "Gourmet Pastry Selection",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-chicken-roll-with-vegetable-garlic-nuts-served-with-cabbage-salad-lemon-slice-delivery-box_140725-12052.jpg",
},
{
id: "6",
name: "Local Market Goods",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/fruits-fresh-bread-string-bag-grass_169016-21044.jpg",
},
{ id: "1", name: "Artisan Deli Sandwich", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-organic-healthy-vegetables-colander_23-2147956582.jpg" },
{ id: "2", name: "Fresh Seasonal Bowl", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-fruits-vegetables_23-2148234230.jpg" },
{ id: "3", name: "Premium Roast Coffee", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-brad-knife_23-2148365449.jpg" },
{ id: "4", name: "Healthy Snack Box", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/healthy-juice-bottles-arrangement_23-2148785309.jpg" },
{ id: "5", name: "Gourmet Pastry Selection", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stuffed-chicken-roll-with-vegetable-garlic-nuts-served-with-cabbage-salad-lemon-slice-delivery-box_140725-12052.jpg" },
{ id: "6", name: "Local Market Goods", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/fruits-fresh-bread-string-bag-grass_169016-21044.jpg" },
]}
title="Signature Favorites"
description="Explore our curated selection of fresh goods and daily cravings."
@@ -158,49 +99,14 @@ export default function LandingPage() {
<TestimonialCardSix
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Fresh Mart feels like home. The coffee is unmatched!",
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-selfie-blurred-women_23-2148653475.jpg",
},
{
id: "2",
name: "Michael C.",
handle: "@mchen",
testimonial: "Best sandwiches in town, hands down.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-couple-grocery-store_23-2148216070.jpg",
},
{
id: "3",
name: "Emily R.",
handle: "@emilyr",
testimonial: "The staff are so friendly, always brightens my day.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-coffee-cup_23-2149647826.jpg",
},
{
id: "4",
name: "David K.",
handle: "@davidk",
testimonial: "A true community gem. I go here every morning.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-treating-apple-man-sitting-table_259150-58936.jpg",
},
{
id: "5",
name: "Robert B.",
handle: "@robertb",
testimonial: "Excellent produce and quality service.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg",
},
{
id: "6",
name: "Linda M.",
handle: "@lindam",
testimonial: "Such a convenient yet upscale experience.",
imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg",
},
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Fresh Mart feels like home. The coffee is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-selfie-blurred-women_23-2148653475.jpg" },
{ id: "2", name: "Michael C.", handle: "@mchen", testimonial: "Best sandwiches in town, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-couple-grocery-store_23-2148216070.jpg" },
{ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "The staff are so friendly, always brightens my day.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-coffee-cup_23-2149647826.jpg" },
{ id: "4", name: "David K.", handle: "@davidk", testimonial: "A true community gem. I go here every morning.", imageSrc: "http://img.b2bpic.net/free-photo/girl-treating-apple-man-sitting-table_259150-58936.jpg" },
{ id: "5", name: "Robert B.", handle: "@robertb", testimonial: "Excellent produce and quality service.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg" },
{ id: "6", name: "Linda M.", handle: "@lindam", testimonial: "Such a convenient yet upscale experience.", imageSrc: "http://img.b2bpic.net/free-photo/good-day-only-with-good-coffee_329181-2927.jpg" },
]}
title="Neighborhood Love"
description="Don't just take our word for it—see why the community loves us."
@@ -213,24 +119,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Coffee,
title: "Coffees Served",
value: "50K+",
},
{
id: "m2",
icon: Heart,
title: "Happy Neighbors",
value: "10K+",
},
{
id: "m3",
icon: Award,
title: "Years Established",
value: "15",
},
{ id: "m1", icon: Coffee, title: "Coffees Served", value: "50K+" },
{ id: "m2", icon: Heart, title: "Happy Neighbors", value: "10K+" },
{ id: "m3", icon: Award, title: "Years Established", value: "15" },
]}
title="Our Impact"
description="Small neighborhood, big difference."
@@ -242,21 +133,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What are your hours?",
content: "We are open daily from 6 AM to 10 PM.",
},
{
id: "f2",
title: "Do you offer delivery?",
content: "Yes, through our local delivery partner apps.",
},
{
id: "f3",
title: "Are you pet-friendly?",
content: "Yes, well-behaved pets are welcome in our store.",
},
{ id: "f1", title: "What are your hours?", content: "We are open daily from 6 AM to 10 PM." },
{ id: "f2", title: "Do you offer delivery?", content: "Yes, through our local delivery partner apps." },
{ id: "f3", title: "Are you pet-friendly?", content: "Yes, well-behaved pets are welcome in our store." },
]}
title="Got Questions?"
description="Here is what you need to know about Fresh Mart."
@@ -267,9 +146,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Visit Us"
title="Stay Connected"
description="Sign up for our newsletter for weekly specials and local updates."
@@ -281,30 +158,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Menu",
href: "#menu",
},
],
},
{
items: [
{
label: "Careers",
href: "#",
},
{
label: "Privacy",
href: "#",
},
],
},
{ items: [{ label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }] },
{ items: [{ label: "Careers", href: "#" }, { label: "Privacy", href: "#" }] },
]}
logoText="Fresh Mart"
/>