From b6098dbf49f0258c4d30f4060f21bc016720437b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:17:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 +++++++++-------------------------------------- 1 file changed, 45 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee659ae..414c6a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,86 +33,38 @@ export default function LandingPage() {
@@ -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() { @@ -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() {
-- 2.49.1