From 73a570e593c81ef5cb68b8bdc1ee59d2c272028d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 14:49:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 235 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 198 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38d0e60..d942260 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { @@ -29,17 +28,11 @@ export default function LandingPage() { @@ -48,77 +41,48 @@ export default function LandingPage() {
@@ -131,90 +95,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Cinnamon Bun", - price: "", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776091250944-rt1z3boq.png", - }, + id: "p1", name: "Cinnamon Bun", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776091250944-rt1z3boq.png"}, { - id: "p2", - name: "Breakfast Omelette", - price: "", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776091515080-baz042ip.png", - }, + id: "p2", name: "Breakfast Omelette", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CJ0t0AzWEA1zu6ou9EvdZJLTtm/uploaded-1776091515080-baz042ip.png"}, { - id: "p3", - name: "Western Omelette", - price: "$11.13", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-light-table-cake-dessert-sweet-pie_140725-81697.jpg?_wi=1", - }, + id: "p3", name: "Western Omelette", price: "$11.13", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-cream-light-table-cake-dessert-sweet-pie_140725-81697.jpg?_wi=1"}, { - id: "p4", - name: "Breakfast Burrito", - price: "$11.64", - imageSrc: "http://img.b2bpic.net/free-photo/variety-delicious-sweet-truffle-biscuits-wood-piece_114579-85584.jpg?_wi=1", - }, + id: "p4", name: "Breakfast Burrito", price: "$11.64", imageSrc: "http://img.b2bpic.net/free-photo/variety-delicious-sweet-truffle-biscuits-wood-piece_114579-85584.jpg?_wi=1"}, { - id: "p5", - name: "1/2 Dozen Bagels", - price: "$12.42", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-smores_123827-21574.jpg", - }, + id: "p5", name: "1/2 Dozen Bagels", price: "$12.42", imageSrc: "http://img.b2bpic.net/free-photo/homemade-smores_123827-21574.jpg"}, { - id: "p6", - name: "MUG CLUB 20oz Mug", - price: "$15.53", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-with-copy-space_23-2148779698.jpg", - }, + id: "p6", name: "MUG CLUB 20oz Mug", price: "$15.53", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-with-copy-space_23-2148779698.jpg"}, ]} title="Our Menu" description="Handcrafted bagels, delicious breakfast plates, and freshly baked pastries." /> -
- -
-
@@ -285,14 +137,11 @@ export default function LandingPage() { @@ -301,29 +150,19 @@ export default function LandingPage() {