From 0dd26ee0a12bffd4a0eabd88cb4009c070755711 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 13:38:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 ++++++++++------------------------------------- 1 file changed, 59 insertions(+), 213 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 746f19b..5c14330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Car, Smile, Star, Users } from "lucide-react"; +import { Car } from "lucide-react"; export default function LandingPage() { return ( @@ -32,30 +32,18 @@ export default function LandingPage() { @@ -63,52 +51,29 @@ export default function LandingPage() {
@@ -363,50 +228,31 @@ export default function LandingPage() { imageAlt="Creme & Butter cafe at night" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Menu", - href: "#menu", - }, + label: "Menu", href: "#menu"}, { - label: "Reviews", - href: "#reviews", - }, + label: "Reviews", href: "#reviews"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "https://www.instagram.com/cremeandbutter/", - }, + label: "Instagram", href: "https://www.instagram.com/cremeandbutter/"}, { - label: "Facebook", - href: "https://www.facebook.com/CremeAndButterQA/", - }, + label: "Facebook", href: "https://www.facebook.com/CremeAndButterQA/"}, { - label: "Order Online", - href: "#", - }, + label: "Order Online", href: "#"}, ], }, ]} -- 2.49.1