Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5743fa3433 | |||
| f210319828 | |||
| 68535ae07b | |||
| c5bdaf4bb4 | |||
| 870510ec50 | |||
| 7df5f1696d | |||
| 46e01c4b48 | |||
| dcfec0687c | |||
| d75face6b3 | |||
| 21596fa540 | |||
| 3724e6ae6e | |||
| afe30bc3d7 | |||
| 6177683245 | |||
| ee23f3b9e2 | |||
| cf5a980ee4 | |||
| 26b09f4b23 | |||
| 0523887318 | |||
| e0757b3691 | |||
| 9246dd1efc | |||
| 4391857051 | |||
| b96f9e717a |
@@ -47,13 +47,13 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
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={[
|
||||
{ text: "Get Directions", href: "https://maps.google.com/?q=vernon+tobacco+lake+county" },
|
||||
{ text: "Call Now", href: "tel:+1-555-0123" }
|
||||
]}
|
||||
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"
|
||||
showDimOverlay={true}
|
||||
ariaLabel="Hero section - Vernon Tobacco premium smoke shop"
|
||||
@@ -101,15 +101,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
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,
|
||||
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,
|
||||
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,
|
||||
@@ -233,7 +233,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<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"
|
||||
logoText="Vernon Tobacco"
|
||||
copyrightText="© 2025 Vernon Tobacco. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user