From 0d3a2dd39ce9b1433e8c6ff03e76496e810ef3d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 00:47:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 ++++++++++------------------------------------- 1 file changed, 27 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99d0715..0c64201 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -61,9 +51,7 @@ export default function LandingPage() { description="Fresh food. Friendly faces. Everything you need—right here in town. Skip the long drives and shop where people know your name." buttons={[ { - text: "Visit Us Today", - href: "#contact", - }, + text: "Visit Us Today", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/happy-family-with-child-buying-food_171337-2368.jpg" imageAlt="Frazee Family Foods store exterior" @@ -85,20 +73,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Meat Counter", - description: "Expertly cut meats for your family table.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-butcher-cutting-meat-dark-surface_179666-44099.jpg", - }, + title: "Premium Meat Counter", description: "Expertly cut meats for your family table.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-butcher-cutting-meat-dark-surface_179666-44099.jpg"}, { - title: "Farm Fresh Produce", - description: "Locally sourced fruits and vegetables daily.", - imageSrc: "http://img.b2bpic.net/free-photo/collection-homegrown-vegetables-flowers-after-harvest-fro_181624-58049.jpg", - }, + title: "Farm Fresh Produce", description: "Locally sourced fruits and vegetables daily.", imageSrc: "http://img.b2bpic.net/free-photo/collection-homegrown-vegetables-flowers-after-harvest-fro_181624-58049.jpg"}, { - title: "Daily Baked Goods", - description: "Fresh pastries and bread baked with care.", - imageSrc: "http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg", - }, + title: "Daily Baked Goods", description: "Fresh pastries and bread baked with care.", imageSrc: "http://img.b2bpic.net/free-photo/loaves-bread-with-price-tag_23-2147975216.jpg"}, ]} title="Freshness You Can Trust" description="We take pride in offering the highest quality fresh foods in town." @@ -106,48 +85,24 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file