From f027dc82384a4b2088c913237f7b726e9ee7aa97 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 14:39:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 727cd1c..4f8df74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Facebook, Instagram, Utensils } from "lucide-react"; +import { Instagram, Facebook, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -30,95 +30,40 @@ export default function LandingPage() {
@@ -143,60 +88,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Signature", - name: "Greek Style Pizza", - price: "$18", - rating: 5, - reviewCount: "115", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg", - }, - { - id: "p2", - brand: "Favorites", - name: "Ham & Mushroom Calzone", - price: "$15", - rating: 5, - reviewCount: "82", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-pizza-with-grilled-chicken-tomato-melted-cheese-parmesan-cheese-lettuce-board_141793-4783.jpg", - }, - { - id: "p3", - brand: "Sides", - name: "Traditional Greek Salad", - price: "$12", - rating: 4, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-feta-cheese-tomatoes-olives_23-2148700452.jpg", - }, - { - id: "p4", - brand: "Subs", - name: "Philly Cheese Steak", - price: "$14", - rating: 5, - reviewCount: "67", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-slice-pepperoni-pizza-plate_23-2148765309.jpg", - }, - { - id: "p5", - brand: "Wraps", - name: "Chicken Caesar Wrap", - price: "$11", - rating: 5, - reviewCount: "54", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-wooden-board-marble-background_114579-51064.jpg", - }, - { - id: "p6", - brand: "Pizza", - name: "Pepperoni & Cheese", - price: "$17", - rating: 5, - reviewCount: "99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-vegan-salad-with-fresh-ingredients-plate_179666-47177.jpg", - }, + { id: "p1", brand: "Signature", name: "Greek Style Pizza", price: "$18", rating: 5, reviewCount: "115", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg" }, + { id: "p2", brand: "Favorites", name: "Ham & Mushroom Calzone", price: "$15", rating: 5, reviewCount: "82", imageSrc: "http://img.b2bpic.net/free-photo/side-view-caesar-pizza-with-grilled-chicken-tomato-melted-cheese-parmesan-cheese-lettuce-board_141793-4783.jpg" }, + { id: "p3", brand: "Sides", name: "Traditional Greek Salad", price: "$12", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salad-with-feta-cheese-tomatoes-olives_23-2148700452.jpg" }, + { id: "p4", brand: "Subs", name: "Philly Cheese Steak", price: "$14", rating: 5, reviewCount: "67", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slice-pepperoni-pizza-plate_23-2148765309.jpg" }, + { id: "p5", brand: "Wraps", name: "Chicken Caesar Wrap", price: "$11", rating: 5, reviewCount: "54", imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-wooden-board-marble-background_114579-51064.jpg" }, + { id: "p6", brand: "Pizza", name: "Pepperoni & Cheese", price: "$17", rating: 5, reviewCount: "99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-vegan-salad-with-fresh-ingredients-plate_179666-47177.jpg" }, ]} title="Our Signature Menu" description="Indulge in our most loved dishes, prepared fresh to order." @@ -207,31 +104,11 @@ export default function LandingPage() { @@ -293,16 +147,8 @@ export default function LandingPage() { logoText="Burlington House of Pizza" copyrightText="© 2025 Burlington House of Pizza" socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, ]} />