Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-02 22:17:47 +00:00

View File

@@ -33,86 +33,38 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Products",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Pollo Vivo"
button={{ text: "Shop Now", href: "#products" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplit
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Freshness You Can Trust"
description="Pollo Vivo brings farm-fresh chicken and premium cuts directly to your kitchen. Quality, taste, and tradition in every bite."
buttons={[
{
text: "Shop Now",
href: "#products",
},
]}
buttons={[{ text: "Shop Now", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/raw-chicken-wings-ready-cooking_114579-86044.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/sustainable-living-person-holding-groceries-shopping-bag_482257-121614.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-grocery-store_23-2148238139.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/happy-male-model-african-american-man-holds-fresh-produce_482257-115892.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-family-holding-paper-shopping-bag_171337-2324.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-eyeglasses-holding-shopping-bags_23-2147823601.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/sustainable-living-person-holding-groceries-shopping-bag_482257-121614.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-grocery-store_23-2148238139.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/happy-male-model-african-american-man-holds-fresh-produce_482257-115892.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/portrait-beautiful-family-holding-paper-shopping-bag_171337-2324.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-eyeglasses-holding-shopping-bags_23-2147823601.jpg", alt: "Customer 5" },
]}
avatarText="Trusted by over 5,000 local families"
marqueeItems={[
{
type: "text",
text: "100% Organic",
},
{
type: "text",
text: "Locally Sourced",
},
{
type: "text",
text: "Ethical Farming",
},
{
type: "text",
text: "Daily Fresh",
},
{
type: "text",
text: "Premium Grade",
},
{ type: "text", text: "100% Organic" },
{ type: "text", text: "Locally Sourced" },
{ type: "text", text: "Ethical Farming" },
{ type: "text", text: "Daily Fresh" },
{ type: "text", text: "Premium Grade" },
]}
/>
</div>
@@ -122,21 +74,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Commitment"
metrics={[
{
icon: CheckCircle,
label: "Farm Fresh",
value: "100%",
},
{
icon: Award,
label: "Quality Grade",
value: "A+",
},
{
icon: Sparkles,
label: "Happy Clients",
value: "5k+",
},
{ icon: CheckCircle, label: "Farm Fresh", value: "100%" },
{ icon: Award, label: "Quality Grade", value: "A+" },
{ icon: Sparkles, label: "Happy Clients", value: "5k+" },
]}
metricsAnimation="slide-up"
/>
@@ -147,24 +87,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Farm Sourced",
description: "Ethically raised, farm-fresh poultry.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-raw-chicken-with-red-tomatoes-dark-blue-background-kitchen-meal-animal-photo-food-chicken-color-farm_179666-46074.jpg",
imageAlt: "Farm fresh chicken",
},
{
title: "Premium Cuts",
description: "Expertly butchered for perfection.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fresh-chicken-inside-plate-with-greens-vegetables-dark-background_140725-140428.jpg",
imageAlt: "Premium cuts",
},
{
title: "Fast Delivery",
description: "Freshness delivered to your door.",
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-chicken-legs-meat-with-vegetables_114579-44109.jpg",
imageAlt: "Delivery",
},
{ title: "Farm Sourced", description: "Ethically raised, farm-fresh poultry.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-raw-chicken-with-red-tomatoes-dark-blue-background-kitchen-meal-animal-photo-food-chicken-color-farm_179666-46074.jpg", imageAlt: "Farm fresh chicken" },
{ title: "Premium Cuts", description: "Expertly butchered for perfection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fresh-chicken-inside-plate-with-greens-vegetables-dark-background_140725-140428.jpg", imageAlt: "Premium cuts" },
{ title: "Fast Delivery", description: "Freshness delivered to your door.", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-chicken-legs-meat-with-vegetables_114579-44109.jpg", imageAlt: "Delivery" },
]}
title="Why Choose Pollo Vivo"
description="We prioritize quality from source to table."
@@ -178,42 +103,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Whole Chicken",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-covering-raw-fish-slices-with-flour-fresh-vegetables-wood-board-flour-bowl-knife-kitchen-table-free-space_179666-46853.jpg",
},
{
id: "p2",
name: "Chicken Breast",
price: "$5.49",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-chicken-meat-portions-cooking-barbecuing-with-fresh-seasoning-raw-uncooked-chicken-leg-cutting-board_1150-37844.jpg",
},
{
id: "p3",
name: "Drumsticks",
price: "$3.99",
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-worker-organizing-position-meat-department_342744-1068.jpg",
},
{
id: "p4",
name: "Chicken Wings",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-frozen-food-table_23-2148969442.jpg",
},
{
id: "p5",
name: "Minced Chicken",
price: "$6.20",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-meat-seller-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-16218.jpg",
},
{
id: "p6",
name: "Chicken Thighs",
price: "$5.10",
imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-greens-wooden-cutting-board-sackcloth_114579-52612.jpg",
},
{ id: "p1", name: "Whole Chicken", price: "$8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-covering-raw-fish-slices-with-flour-fresh-vegetables-wood-board-flour-bowl-knife-kitchen-table-free-space_179666-46853.jpg" },
{ id: "p2", name: "Chicken Breast", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/fresh-chicken-meat-portions-cooking-barbecuing-with-fresh-seasoning-raw-uncooked-chicken-leg-cutting-board_1150-37844.jpg" },
{ id: "p3", name: "Drumsticks", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/supermarket-worker-organizing-position-meat-department_342744-1068.jpg" },
{ id: "p4", name: "Chicken Wings", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/assortment-frozen-food-table_23-2148969442.jpg" },
{ id: "p5", name: "Minced Chicken", price: "$6.20", imageSrc: "http://img.b2bpic.net/free-photo/bearded-meat-seller-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-16218.jpg" },
{ id: "p6", name: "Chicken Thighs", price: "$5.10", imageSrc: "http://img.b2bpic.net/free-photo/raw-chicken-legs-with-greens-wooden-cutting-board-sackcloth_114579-52612.jpg" },
]}
title="Our Daily Fresh Selection"
description="Hand-picked daily for your culinary needs."
@@ -226,21 +121,9 @@ export default function LandingPage() {
title="Serving You Excellence"
tag="Daily Metrics"
metrics={[
{
id: "m1",
value: "1.2k",
description: "Daily Visitors",
},
{
id: "m2",
value: "99%",
description: "Customer Satisfaction",
},
{
id: "m3",
value: "15",
description: "Local Suppliers",
},
{ id: "m1", value: "1.2k", description: "Daily Visitors" },
{ id: "m2", value: "99%", description: "Customer Satisfaction" },
{ id: "m3", value: "15", description: "Local Suppliers" },
]}
metricsAnimation="slide-up"
/>
@@ -250,15 +133,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Green Farm",
"Valley Poultry",
"Fresh Harvest",
"Local Organic",
"Sun Valley",
"Premium Range",
"Quality Farm",
]}
names={["Green Farm", "Valley Poultry", "Fresh Harvest", "Local Organic", "Sun Valley", "Premium Range", "Quality Farm"]}
title="Our Trusted Partners"
description="Working with the best farms."
/>
@@ -271,26 +146,11 @@ export default function LandingPage() {
rating={5}
author="Sarah Miller"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-african-american-girl-holding-paper-bag-groceries-from-supermarket-very-happy-pointing-with-hand-finger_839833-5328.jpg",
alt: "Sarah",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-young-guy-admiring-natural-delicious-tomato-camera_482257-115890.jpg",
alt: "John",
},
{
src: "http://img.b2bpic.net/free-photo/retail-grocery-shopping-delivery-concept-friendly-handsome-salesman-made-box-with-groceries-deli_1258-59939.jpg",
alt: "Mark",
},
{
src: "http://img.b2bpic.net/free-photo/man-holding-brown-paper-bag-full-fruits-vegetable-showing-thumb-up-sign_23-2147855412.jpg",
alt: "Anna",
},
{
src: "http://img.b2bpic.net/free-photo/happy-family-choosing-groceries_171337-2389.jpg",
alt: "Elena",
},
{ src: "http://img.b2bpic.net/free-photo/young-african-american-girl-holding-paper-bag-groceries-from-supermarket-very-happy-pointing-with-hand-finger_839833-5328.jpg", alt: "Sarah" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-guy-admiring-natural-delicious-tomato-camera_482257-115890.jpg", alt: "John" },
{ src: "http://img.b2bpic.net/free-photo/retail-grocery-shopping-delivery-concept-friendly-handsome-salesman-made-box-with-groceries-deli_1258-59939.jpg", alt: "Mark" },
{ src: "http://img.b2bpic.net/free-photo/man-holding-brown-paper-bag-full-fruits-vegetable-showing-thumb-up-sign_23-2147855412.jpg", alt: "Anna" },
{ src: "http://img.b2bpic.net/free-photo/happy-family-choosing-groceries_171337-2389.jpg", alt: "Elena" },
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -302,21 +162,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Where is the meat sourced?",
content: "Our meat is sourced from certified ethical farms.",
},
{
id: "f2",
title: "Is the meat organic?",
content: "We offer organic options daily.",
},
{
id: "f3",
title: "How do I place an order?",
content: "Visit us in store or use our mobile app.",
},
{ id: "f1", title: "Where is the meat sourced?", content: "Our meat is sourced from certified ethical farms." },
{ id: "f2", title: "Is the meat organic?", content: "We offer organic options daily." },
{ id: "f3", title: "How do I place an order?", content: "Visit us in store or use our mobile app." },
]}
title="Frequently Asked Questions"
faqsAnimation="slide-up"
@@ -327,30 +175,17 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
text="Visit us at our local shop today!"
buttons={[
{
text: "Contact Us",
href: "mailto:hello@pollovivo.com",
},
]}
buttons={[{ text: "Contact Us", href: "mailto:hello@pollovivo.com" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Pollo Vivo"
leftLink={{
text: "Privacy",
href: "#",
}}
rightLink={{
text: "Terms",
href: "#",
}}
leftLink={{ text: "Privacy", href: "#" }}
rightLink={{ text: "Terms", href: "#" }}
/>
</div>
</ReactLenis>