Update src/app/page.tsx

This commit is contained in:
2026-04-14 14:18:13 +00:00
parent e05daee039
commit 2a43bb0ff5

View File

@@ -30,80 +30,52 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Shop",
id: "products",
},
name: "Shop", id: "products"},
{
name: "Terms",
id: "terms",
},
name: "Terms", id: "terms"},
]}
brandName="Paniqui Online Palengke"
button={{ text: "Contact", href: "#footer" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Freshness Delivered to Your Doorstep"
description="We deliver from 9AM5PM. Orders placed now will be delivered today."
buttons={[
{
text: "Start Shopping",
href: "#products",
},
text: "Start Shopping", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg"
imageAlt="Fresh produce from Paniqui Online Palengke"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg",
alt: "Local farmer 1",
},
src: "http://img.b2bpic.net/free-photo/variety-tasty-natural-fruits-vegetables-italian-market-horizontal-selective-focus_1220-1257.jpg", alt: "Local farmer 1"},
{
src: "http://img.b2bpic.net/free-photo/vertical-shot-bazaar-full-different-vegetables_181624-13826.jpg",
alt: "Local farmer 2",
},
src: "http://img.b2bpic.net/free-photo/vertical-shot-bazaar-full-different-vegetables_181624-13826.jpg", alt: "Local farmer 2"},
{
src: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-crate-market-stall_23-2147916200.jpg",
alt: "Local farmer 3",
},
src: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-crate-market-stall_23-2147916200.jpg", alt: "Local farmer 3"},
{
src: "http://img.b2bpic.net/free-photo/healthy-organic-vegetable-wicker-basket-with-price-tag-market-stall_23-2148209785.jpg",
alt: "Local farmer 4",
},
src: "http://img.b2bpic.net/free-photo/healthy-organic-vegetable-wicker-basket-with-price-tag-market-stall_23-2148209785.jpg", alt: "Local farmer 4"},
{
src: "http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg",
alt: "Local farmer 5",
},
src: "http://img.b2bpic.net/free-photo/photo-vegetables-supermarket-photo-your-advertising_185193-110549.jpg", alt: "Local farmer 5"},
]}
marqueeItems={[
{
type: "text",
text: "Freshly Harvested Daily",
},
type: "text", text: "Freshly Harvested Daily"},
{
type: "text",
text: "100% Local Produce",
},
type: "text", text: "100% Local Produce"},
{
type: "text",
text: "Fast Doorstep Delivery",
},
type: "text", text: "Fast Doorstep Delivery"},
{
type: "text",
text: "Quality Guaranteed",
},
type: "text", text: "Quality Guaranteed"},
{
type: "text",
text: "Same-Day Ordering",
},
type: "text", text: "Same-Day Ordering"},
]}
/>
</div>
@@ -113,46 +85,22 @@ export default function LandingPage() {
layout="section"
products={[
{
id: "1",
name: "Fresh Pork (Kasim)",
price: "₱280.00",
imageSrc: "http://img.b2bpic.net/free-photo/lady-choosing-raw-meat-counter_7502-4761.jpg",
rating: 5,
id: "1", name: "Fresh Pork (Kasim)", price: "₱280.00", imageSrc: "http://img.b2bpic.net/free-photo/lady-choosing-raw-meat-counter_7502-4761.jpg", rating: 5,
},
{
id: "2",
name: "Native Vegetables",
price: "₱60.00",
imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-paper-bag-grey_1220-4289.jpg",
rating: 4,
id: "2", name: "Native Vegetables", price: "₱60.00", imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-paper-bag-grey_1220-4289.jpg", rating: 4,
},
{
id: "3",
name: "Fresh Tilapia",
price: "₱150.00",
imageSrc: "http://img.b2bpic.net/free-photo/mussel-prawn-board-salt-marble-background_114579-91200.jpg",
rating: 5,
id: "3", name: "Fresh Tilapia", price: "₱150.00", imageSrc: "http://img.b2bpic.net/free-photo/mussel-prawn-board-salt-marble-background_114579-91200.jpg", rating: 5,
},
{
id: "4",
name: "Special Rice (25kg)",
price: "₱1250.00",
imageSrc: "http://img.b2bpic.net/free-photo/rice-spilled-from-bag_23-2147897531.jpg",
rating: 5,
id: "4", name: "Special Rice (25kg)", price: "₱1250.00", imageSrc: "http://img.b2bpic.net/free-photo/rice-spilled-from-bag_23-2147897531.jpg", rating: 5,
},
{
id: "5",
name: "Canned Essentials",
price: "₱45.00",
imageSrc: "http://img.b2bpic.net/free-photo/real-food-pyramid-arrangement-still-life_23-2150238987.jpg",
rating: 4,
id: "5", name: "Canned Essentials", price: "₱45.00", imageSrc: "http://img.b2bpic.net/free-photo/real-food-pyramid-arrangement-still-life_23-2150238987.jpg", rating: 4,
},
{
id: "6",
name: "Farm Eggs (Tray)",
price: "₱220.00",
imageSrc: "http://img.b2bpic.net/free-photo/common-food-that-can-cause-allergic-reaction-people_23-2149870516.jpg",
rating: 5,
id: "6", name: "Farm Eggs (Tray)", price: "₱220.00", imageSrc: "http://img.b2bpic.net/free-photo/common-food-that-can-cause-allergic-reaction-people_23-2149870516.jpg", rating: 5,
},
]}
/>
@@ -167,23 +115,14 @@ export default function LandingPage() {
description="We bridge the gap between local farms and your kitchen, ensuring freshness in every delivery."
metrics={[
{
id: "m1",
icon: Truck,
title: "Daily Deliveries",
value: "500+",
},
id: "m1", icon: Truck,
title: "Daily Deliveries", value: "500+"},
{
id: "m2",
icon: Users,
title: "Happy Customers",
value: "2k+",
},
id: "m2", icon: Users,
title: "Happy Customers", value: "2k+"},
{
id: "m3",
icon: Leaf,
title: "Local Farmers",
value: "50+",
},
id: "m3", icon: Leaf,
title: "Local Farmers", value: "50+"},
]}
/>
</div>
@@ -195,13 +134,9 @@ export default function LandingPage() {
description="Paniqui Online Palengke simplifies your grocery shopping by bringing the best local produce directly from the market to your home. We prioritize quality and support our local community."
metrics={[
{
value: "30 mins",
title: "Average Prep",
},
value: "30 mins", title: "Average Prep"},
{
value: "100%",
title: "Freshness Rate",
},
value: "100%", title: "Freshness Rate"},
]}
imageSrc="http://img.b2bpic.net/free-photo/vegetables-stall-market-sanarysurmer_268835-3890.jpg"
imageAlt="Market stall display"
@@ -217,12 +152,7 @@ export default function LandingPage() {
title="Trusted by Local Producers"
description="We partner with the best regional suppliers to bring you variety and freshness at fair prices."
names={[
"Paniqui Farmers Union",
"Tarlac Organic Growers",
"Fresh Catch Co-op",
"Rice Master Distributors",
"Local Poultry Collective",
]}
"Paniqui Farmers Union", "Tarlac Organic Growers", "Fresh Catch Co-op", "Rice Master Distributors", "Local Poultry Collective"]}
/>
</div>
@@ -232,17 +162,11 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#"},
{
label: "Terms & Privacy",
href: "/terms",
},
label: "Terms & Privacy", href: "/terms"},
{
label: "Contact Admin",
href: "#",
},
label: "Contact Admin", href: "#"},
],
},
]}