From 1de6b06b635d362b30730206bb4033e2e267aa63 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 22:09:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0ace6f..932898c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:+1-555-0123" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/aromatic-smoke-sticks-bar-counter_482257-45362.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/aromatic-smoke-sticks-bar-counter_482257-45362.jpg" imageAlt="Vernon Tobacco premium smoke shop interior" showDimOverlay={true} ariaLabel="Hero section - Vernon Tobacco premium smoke shop" @@ -123,8 +123,8 @@ export default function LandingPage() { ariaLabel="Product categories section" className="py-16 md:py-24" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" - descriptionClassName="text-base md:text-lg text-foreground opacity-80 mb-12 max-w-2xl" + cardTitleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" + textBoxDescriptionClassName="text-base md:text-lg text-foreground opacity-80 mb-12 max-w-2xl" /> @@ -147,8 +147,8 @@ export default function LandingPage() { ariaLabel="Why Vernon metrics section" className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" - descriptionClassName="text-base md:text-lg text-foreground opacity-80 mb-12 max-w-2xl" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" + textBoxDescriptionClassName="text-base md:text-lg text-foreground opacity-80 mb-12 max-w-2xl" gridClassName="grid grid-cols-2 md:grid-cols-4 gap-4" /> @@ -182,8 +182,8 @@ export default function LandingPage() { ]} className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" - descriptionClassName="text-base md:text-lg text-foreground opacity-80 mb-12" + textBoxTitleClassName="text-3xl md:text-4xl font-extrabold text-foreground mb-4" + textBoxDescriptionClassName="text-base md:text-lg text-foreground opacity-80 mb-12" /> @@ -199,8 +199,8 @@ export default function LandingPage() { ariaLabel="Social proof trust indicators" className="py-12 md:py-16" containerClassName="max-w-6xl mx-auto px-4" - titleClassName="text-2xl md:text-3xl font-extrabold text-foreground mb-3" - descriptionClassName="text-base text-foreground opacity-75 mb-8" + textBoxTitleClassName="text-2xl md:text-3xl font-extrabold text-foreground mb-3" + textBoxDescriptionClassName="text-base text-foreground opacity-75 mb-8" contentClassName="flex flex-wrap justify-center gap-4" /> @@ -233,7 +233,7 @@ export default function LandingPage() {