From 4d2fde75bdee73d62eaa10e84af42dae939292a5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 01:48:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 174 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c8787a..4fa50b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Coffee } from "lucide-react"; +import { Coffee, Croissant, Laptop, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -217,14 +153,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Butler Gazette", - "Local Life Magazine", - "Pennsylvania Artisan", - "Coffee Culture Daily", - "Downtown Butler News", - "The Daily Scone", - "Regional Eats", - ]} + "Butler Gazette", "Local Life Magazine", "Pennsylvania Artisan", "Coffee Culture Daily", "Downtown Butler News", "The Daily Scone", "Regional Eats"]} title="As Featured By" description="Recognized across the region for our dedication to excellence." /> @@ -237,22 +166,14 @@ export default function LandingPage() { description="Have questions or want to book an event? Reach out to our hospitality team." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, + name: "message", placeholder: "How can we help?", rows: 4, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg" @@ -265,42 +186,27 @@ export default function LandingPage() { logoText="Vintage Coffeehouse" columns={[ { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "Butler, PA", - href: "#", - }, + label: "Butler, PA", href: "#"}, { - label: "Open Daily", - href: "#", - }, + label: "Open Daily", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Catering", - href: "#", - }, + label: "Catering", href: "#"}, { - label: "Events", - href: "#", - }, + label: "Events", href: "#"}, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Loyalty", - href: "#", - }, + label: "Loyalty", href: "#"}, ], }, ]} -- 2.49.1