diff --git a/src/app/page.tsx b/src/app/page.tsx index 58ba406..d54af32 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,108 +47,63 @@ export default function LandingPage() {
@@ -176,35 +123,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Fresh Vegetables", - author: "Farm-to-box", - description: "Crisp greens in every bite.", - tags: [ - "fresh", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fresh-greens-isolated-inside-plate-along-with-green-bell-peppers-spicy-peppers-bright-blue_140725-32576.jpg", - }, + id: "f1", title: "Fresh Vegetables", author: "Farm-to-box", description: "Crisp greens in every bite.", tags: [ + "fresh"], + imageSrc: "http://img.b2bpic.net/free-photo/top-closer-view-fresh-greens-isolated-inside-plate-along-with-green-bell-peppers-spicy-peppers-bright-blue_140725-32576.jpg"}, { - id: "f2", - title: "Quality Meat", - author: "Premium Cut", - description: "Properly seasoned and cooked.", - tags: [ - "protein", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-peas-pan-with-salad-copy-space_23-2148682803.jpg", - }, + id: "f2", title: "Quality Meat", author: "Premium Cut", description: "Properly seasoned and cooked.", tags: [ + "protein"], + imageSrc: "http://img.b2bpic.net/free-photo/top-view-grilled-chicken-peas-pan-with-salad-copy-space_23-2148682803.jpg"}, { - id: "f3", - title: "Big Portions", - author: "The Standard", - description: "Filling meals every time.", - tags: [ - "satiety", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bread-with-jam_23-2148971818.jpg", - }, + id: "f3", title: "Big Portions", author: "The Standard", description: "Filling meals every time.", tags: [ + "satiety"], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-bread-with-jam_23-2148971818.jpg"}, ]} title="Why people come back" description="We are refining every detail to earn your trust again." @@ -213,52 +142,23 @@ export default function LandingPage() { @@ -397,29 +243,19 @@ export default function LandingPage() { logoText="STREED FOOD" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}