diff --git a/src/app/page.tsx b/src/app/page.tsx index 80c12c7..b615762 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,55 +29,27 @@ export default function LandingPage() {
@@ -89,18 +61,9 @@ export default function LandingPage() { title="A Legacy of Growth" description="It all started in 1987 with a small garden and a big vision. Three generations later, we continue the Yoder family tradition of honest, local farming." metrics={[ - { - value: "1987", - title: "Est. Founded", - }, - { - value: "50+", - title: "Local Farmers", - }, - { - value: "100%", - title: "Organic Certified", - }, + { value: "1987", title: "Est. Founded" }, + { value: "50+", title: "Local Farmers" }, + { value: "100%", title: "Organic Certified" }, ]} imageSrc="http://img.b2bpic.net/free-photo/black-white-landscape-with-lavender_23-2149889414.jpg" imageAlt="Family farm illustration" @@ -116,42 +79,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Artisanal Bakery", - price: "Fresh Daily", - imageSrc: "http://img.b2bpic.net/free-photo/round-rye-bread-wooden-tray_114579-5219.jpg", - }, - { - id: "p2", - name: "Local Honey", - price: "Organic", - imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-honey-with-honey-spoon_23-2148173069.jpg", - }, - { - id: "p3", - name: "Seasonal Produce", - price: "Field Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg", - }, - { - id: "p4", - name: "Culinary Herbs", - price: "Garden Picked", - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859458.jpg", - }, - { - id: "p5", - name: "Farm Eggs", - price: "Pasture Raised", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-uncolored-eggs-carton-easter_23-2148435182.jpg", - }, - { - id: "p6", - name: "Aged Cheeses", - price: "Small Batch", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-cheese-wheels-shelf_23-2148326035.jpg", - }, + { id: "p1", name: "Artisanal Bakery", price: "Fresh Daily", imageSrc: "http://img.b2bpic.net/free-photo/round-rye-bread-wooden-tray_114579-5219.jpg" }, + { id: "p2", name: "Local Honey", price: "Organic", imageSrc: "http://img.b2bpic.net/free-photo/glass-jar-full-honey-with-honey-spoon_23-2148173069.jpg" }, + { id: "p3", name: "Seasonal Produce", price: "Field Fresh", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-fresh-bio-vegetable-basket_127032-1802.jpg" }, + { id: "p4", name: "Culinary Herbs", price: "Garden Picked", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859458.jpg" }, + { id: "p5", name: "Farm Eggs", price: "Pasture Raised", imageSrc: "http://img.b2bpic.net/free-photo/top-view-uncolored-eggs-carton-easter_23-2148435182.jpg" }, + { id: "p6", name: "Aged Cheeses", price: "Small Batch", imageSrc: "http://img.b2bpic.net/free-photo/assortment-cheese-wheels-shelf_23-2148326035.jpg" }, ]} title="Our Departments" description="Explore our hand-curated aisles of fresh, seasonal, and artisanal goods." @@ -164,39 +97,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "s1", - badge: "Feature", - price: "$4.50/lb", - subtitle: "Heirloom Tomatoes", - features: [ - "Organic", - "Field Picked", - "Rich Flavor", - ], - }, - { - id: "s2", - badge: "New", - price: "$6.00", - subtitle: "Fresh Basil Bundles", - features: [ - "Aromatic", - "Hand Cut", - "Non-GMO", - ], - }, - { - id: "s3", - badge: "Limited", - price: "$8.25", - subtitle: "Apple Cider Gallon", - features: [ - "Raw", - "No Additives", - "Heritage Pressed", - ], - }, + { id: "s1", badge: "Feature", price: "$4.50/lb", subtitle: "Heirloom Tomatoes", features: ["Organic", "Field Picked", "Rich Flavor"] }, + { id: "s2", badge: "New", price: "$6.00", subtitle: "Fresh Basil Bundles", features: ["Aromatic", "Hand Cut", "Non-GMO"] }, + { id: "s3", badge: "Limited", price: "$8.25", subtitle: "Apple Cider Gallon", features: ["Raw", "No Additives", "Heritage Pressed"] }, ]} title="Seasonal Feature" description="Today's harvest highlights, priced for peak freshness." @@ -207,61 +110,18 @@ export default function LandingPage() {