From af786e7bb0120a6c12ea82e8874fce334401d06a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:45:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 198 ++++++++++++++--------------------------------- 1 file changed, 60 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 011dbbe..e21a8b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Bean, Clock, Flame, Heart, MapPin, ShoppingBag, Star, Truck, Utensils, Store } from "lucide-react"; +import { Award, Bean, Clock, Flame, Heart, MapPin, ShoppingBag, Star, Truck, Utensils, Store, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -30,14 +30,12 @@ export default function LandingPage() { @@ -245,30 +177,20 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/texture-woven-beige-straw-background-braids-from-plant-stem-close-up_169016-13057.jpg" logoText="Roy's Caribbean Basket" columns={[ - { - title: "Menu", items: [ - { - label: "Hot Food", href: "#menu"}, - { - label: "Groceries", href: "#shop"}, - ], - }, - { - title: "Visit", items: [ - { - label: "Hours & Info", href: "#contact"}, - ], - }, - { - title: "Follow", items: [ - { - label: "Facebook", href: "https://facebook.com"}, - ], - }, + { title: "Menu", items: [ + { label: "Hot Food", href: "#menu" }, + { label: "Groceries", href: "#shop" }, + ] }, + { title: "Visit", items: [ + { label: "Hours & Info", href: "#contact" }, + ] }, + { title: "Follow", items: [ + { label: "Facebook", href: "https://facebook.com" }, + ] }, ]} /> ); -} +} \ No newline at end of file -- 2.49.1