From 9a6e3d9cf76231e22ca82128180c06d97fc4b177 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 01:24:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 365 ++++++++--------------------------------------- 1 file changed, 57 insertions(+), 308 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c6d84c..8bb9ea8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Clock, Star, Users } from "lucide-react"; +import { Clock, Star, Users, Music, Mic, Gamepad2 } from "lucide-react"; export default function LandingPage() { return ( @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -416,37 +193,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/beautiful-cocktails-dreams-neon-sign_23-2149355055.jpg" logoText="Roadhouse Bar" columns={[ - { - title: "Visit", - items: [ - { - label: "1103 Wonder Dr, Round Rock, TX", - href: "#", - }, - ], - }, - { - title: "Open Hours", - items: [ - { - label: "Mon-Sat: 11AM-2AM", - href: "#", - }, - { - label: "Sun: 12PM-2AM", - href: "#", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "(512) 218-0813", - href: "tel:5122180813", - }, - ], - }, + { title: "Visit", items: [{ label: "1103 Wonder Dr, Round Rock, TX", href: "#" }] }, + { title: "Open Hours", items: [{ label: "Mon-Sat: 11AM-2AM", href: "#" }, { label: "Sun: 12PM-2AM", href: "#" }] }, + { title: "Contact", items: [{ label: "(512) 218-0813", href: "tel:5122180813" }] } ]} /> -- 2.49.1