Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5743fa3433 | |||
| f210319828 | |||
| 68535ae07b | |||
| c5bdaf4bb4 | |||
| 870510ec50 | |||
| 7df5f1696d |
@@ -47,13 +47,13 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Lake County's Trusted Smoke Shop Since Day One"
|
logoText="Lake County's Trusted Smoke Shop Since Day One"
|
||||||
description="Premium cigars, kratom, vapes, and glass at the best prices around. Expert service, huge selection, always in stock."
|
description="Premium cigars, kratom, vapes, and glass at the best prices around. Expert service, huge selection, always in stock.\n\n📍 Location: Lake County, Illinois\n⏰ Hours: Mon-Sat 9AM-9PM, Sun 10AM-7PM"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Directions", href: "https://maps.google.com/?q=vernon+tobacco+lake+county" },
|
{ text: "Get Directions", href: "https://maps.google.com/?q=vernon+tobacco+lake+county" },
|
||||||
{ text: "Call Now", href: "tel:+1-555-0123" }
|
{ text: "Call Now", href: "tel:+1-555-0123" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773441297033-bepjztgx.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773441297033-bepjztgx.png?_wi=1"
|
||||||
imageAlt="Vernon Tobacco premium smoke shop interior"
|
imageAlt="Vernon Tobacco premium smoke shop interior"
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
ariaLabel="Hero section - Vernon Tobacco premium smoke shop"
|
ariaLabel="Hero section - Vernon Tobacco premium smoke shop"
|
||||||
@@ -101,15 +101,15 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Premium Cigars", description: "Hand-rolled quality cigars from trusted brands. Perfect for beginners and connoisseurs alike.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773440671131-hmke0jhc.png", imageAlt: "Premium cigar collection"
|
title: "Premium Cigars", description: "Hand-rolled quality cigars from trusted brands. Perfect for beginners and connoisseurs alike.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773440731889-vpfs9tl3.png", imageAlt: "Premium cigar collection"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Natural Kratom", description: "Pure, lab-tested kratom powders and capsules. Fast shipping, authentic products.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773440671131-hmke0jhc.png", imageAlt: "Kratom powder packages"
|
title: "Natural Kratom", description: "Pure, lab-tested kratom powders and capsules. Fast shipping, authentic products.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773440671131-hmke0jhc.png?_wi=2", imageAlt: "Kratom powder packages"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Quality Vapes", description: "Latest vaping devices and premium e-liquids. Expert staff to guide your choice.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773440671131-hmke0jhc.png", imageAlt: "Vaping devices and accessories"
|
title: "Quality Vapes", description: "Latest vaping devices and premium e-liquids. Expert staff to guide your choice.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773440671131-hmke0jhc.png?_wi=3", imageAlt: "Vaping devices and accessories"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773441297033-bepjztgx.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArhlWQSWstNulNKdAJyS1BR6PT/uploaded-1773441297033-bepjztgx.png?_wi=2"
|
||||||
imageAlt="Vernon Tobacco store interior"
|
imageAlt="Vernon Tobacco store interior"
|
||||||
logoText="Vernon Tobacco"
|
logoText="Vernon Tobacco"
|
||||||
copyrightText="© 2025 Vernon Tobacco. All rights reserved."
|
copyrightText="© 2025 Vernon Tobacco. All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user