From 87482568d3ed6f13ba5dd7bf0790996a335a576f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 14:13:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++---------------------------------------- 1 file changed, 45 insertions(+), 251 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ecc2201..38c1437 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -145,30 +85,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Freshness Guaranteed", - descriptions: [ - "Using only the freshest chicken sourced daily.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-holding-vegetables_23-2149720725.jpg", - }, - { - id: "f2", - title: "Secret Spice Blend", - descriptions: [ - "Our secret recipe keeps you coming back for more.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26157.jpg", - }, - { - id: "f3", - title: "Perfectly Broasted", - descriptions: [ - "Pressure fried to lock in juice and flavor.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg", - }, + { id: "f1", title: "Freshness Guaranteed", descriptions: ["Using only the freshest chicken sourced daily."], imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-holding-vegetables_23-2149720725.jpg" }, + { id: "f2", title: "Secret Spice Blend", descriptions: ["Our secret recipe keeps you coming back for more."], imageSrc: "http://img.b2bpic.net/free-photo/female-cook-kitchen-cafe_1303-26157.jpg" }, + { id: "f3", title: "Perfectly Broasted", descriptions: ["Pressure fried to lock in juice and flavor."], imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934662.jpg" }, ]} title="Why Santafe?" description="We don't just fry chicken, we perfect it." @@ -177,46 +96,17 @@ export default function LandingPage() { @@ -358,32 +176,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-fried-chicken-wings-tray-with-green-onions_23-2148699038.jpg" logoText="Santafe" columns={[ - { - title: "Navigation", - items: [ - { - label: "Menu", - href: "#menu", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - title: "Social", - items: [ - { - label: "Facebook", - href: "#", - }, - { - label: "Instagram", - href: "#", - }, - ], - }, + { title: "Navigation", items: [{ label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] }, + { title: "Social", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] }, ]} copyrightText="© 2025 Santafe | Fried Chicken" />