Merge version_1 into main #2
147
src/app/page.tsx
147
src/app/page.tsx
@@ -28,7 +28,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -53,16 +53,12 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="HEMPTATIONS"
|
||||
description="Dallas's Trusted Smoke Shop for Premium Products & Great Deals. Discover our wide selection of glass pieces, vaporizers, rolling papers, hookah products, and accessories. Rated 4.9 stars by our satisfied customers."
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Store",
|
||||
href: "https://www.google.com/maps/search/hemptations+smoke+shop+dallas",
|
||||
},
|
||||
text: "Visit Store", href: "https://www.google.com/maps/search/hemptations+smoke+shop+dallas"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:(972)599-7097",
|
||||
},
|
||||
text: "Call Now", href: "tel:(972)599-7097"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -82,7 +78,7 @@ export default function HomePage() {
|
||||
description="Founded with a passion for quality and customer service"
|
||||
subdescription="Hemptations Smoke Shop - Dallas, Texas"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg"
|
||||
imageAlt="Hemptations Smoke Shop friendly staff"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -98,36 +94,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium Product Selection",
|
||||
content: "Extensive inventory of glass pieces, bongs, vaporizers, rolling papers, hookah products, and smoking accessories from top brands. Quality products for every budget and preference.",
|
||||
},
|
||||
id: "1", title: "Premium Product Selection", content: "Extensive inventory of glass pieces, bongs, vaporizers, rolling papers, hookah products, and smoking accessories from top brands. Quality products for every budget and preference."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Unbeatable Deals & Promotions",
|
||||
content: "Regular promotions, bundle deals, and loyalty rewards. We believe premium products should be accessible, so we offer competitive pricing without compromising quality.",
|
||||
},
|
||||
id: "2", title: "Unbeatable Deals & Promotions", content: "Regular promotions, bundle deals, and loyalty rewards. We believe premium products should be accessible, so we offer competitive pricing without compromising quality."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Expert Friendly Staff",
|
||||
content: "Our knowledgeable team is passionate about helping customers find exactly what they need. We provide personalized recommendations and answer all your questions.",
|
||||
},
|
||||
id: "3", title: "Expert Friendly Staff", content: "Our knowledgeable team is passionate about helping customers find exactly what they need. We provide personalized recommendations and answer all your questions."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Convenient Dallas Location",
|
||||
content: "Easily accessible store location in Dallas with ample parking and flexible hours. Visit us today or call ahead to check inventory.",
|
||||
},
|
||||
id: "4", title: "Convenient Dallas Location", content: "Easily accessible store location in Dallas with ample parking and flexible hours. Visit us today or call ahead to check inventory."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg"
|
||||
imageAlt="Premium glass pieces and bongs"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products",
|
||||
},
|
||||
text: "View All Products", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -142,28 +124,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Glass Bong - 12\" Beaker",
|
||||
price: "$89.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg?_wi=2",
|
||||
imageAlt: "Premium glass bong",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Premium Glass Bong - 12\" Beaker", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/young-man-vaping-from-hookah-bar_23-2149194184.jpg", imageAlt: "Premium glass bong", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Portable Vaporizer Pro Edition",
|
||||
price: "$149.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-electronic-cigarette_158595-3037.jpg?_wi=1",
|
||||
imageAlt: "Portable vaporizer device",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Portable Vaporizer Pro Edition", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/man-vaping-electronic-cigarette_158595-3037.jpg", imageAlt: "Portable vaporizer device", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Smoking Accessories Bundle",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cannabis-brownies-cannabis-leaves-put-fabric_1150-28184.jpg?_wi=1",
|
||||
imageAlt: "Smoking accessories bundle",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Premium Smoking Accessories Bundle", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/cannabis-brownies-cannabis-leaves-put-fabric_1150-28184.jpg", imageAlt: "Smoking accessories bundle", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -172,9 +139,7 @@ export default function HomePage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore All Categories",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Explore All Categories", href: "/products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -189,53 +154,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus Johnson",
|
||||
handle: "@marcus_j - Verified Buyer",
|
||||
testimonial: "Best smoke shop in Dallas! Incredible selection, amazing deals, and the staff really knows their stuff. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
id: "1", name: "Marcus Johnson", handle: "@marcus_j - Verified Buyer", testimonial: "Best smoke shop in Dallas! Incredible selection, amazing deals, and the staff really knows their stuff. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", imageAlt: "Marcus Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
handle: "@sarahc_dallas - Verified Buyer",
|
||||
testimonial: "Finally found a shop that treats customers with respect and delivers quality. Hemptations is my go-to place for everything.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", handle: "@sarahc_dallas - Verified Buyer", testimonial: "Finally found a shop that treats customers with respect and delivers quality. Hemptations is my go-to place for everything.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Williams",
|
||||
handle: "@davidw_tx - Verified Buyer",
|
||||
testimonial: "Great prices, great selection, great people. What more could you ask for? 5 stars all day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=1",
|
||||
imageAlt: "David Williams",
|
||||
},
|
||||
id: "3", name: "David Williams", handle: "@davidw_tx - Verified Buyer", testimonial: "Great prices, great selection, great people. What more could you ask for? 5 stars all day.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "David Williams"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jessica Martinez",
|
||||
handle: "@jess_martinez - Verified Buyer",
|
||||
testimonial: "Walked in not knowing much, walked out with exactly what I needed. The team's expertise made all the difference.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg?_wi=1",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "4", name: "Jessica Martinez", handle: "@jess_martinez - Verified Buyer", testimonial: "Walked in not knowing much, walked out with exactly what I needed. The team's expertise made all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Thompson",
|
||||
handle: "@alexthompson - Verified Buyer",
|
||||
testimonial: "Customer service is on another level here. They go above and beyond to help you find what you're looking for.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
id: "5", name: "Alex Thompson", handle: "@alexthompson - Verified Buyer", testimonial: "Customer service is on another level here. They go above and beyond to help you find what you're looking for.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Alex Thompson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chris Rodriguez",
|
||||
handle: "@chris_rod - Verified Buyer",
|
||||
testimonial: "Been coming here for years. Consistent quality, amazing deals, and staff that actually cares. Love this place!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=1",
|
||||
imageAlt: "Chris Rodriguez",
|
||||
},
|
||||
id: "6", name: "Chris Rodriguez", handle: "@chris_rod - Verified Buyer", testimonial: "Been coming here for years. Consistent quality, amazing deals, and staff that actually cares. Love this place!", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg", imageAlt: "Chris Rodriguez"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -251,38 +180,24 @@ export default function HomePage() {
|
||||
description="Located in Dallas, Texas. Stop by our store to experience our selection firsthand or reach out with any questions. We're here to help!"
|
||||
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,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "(972) 599-7097",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "(972) 599-7097", required: false,
|
||||
},
|
||||
{
|
||||
name: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
required: true,
|
||||
name: "subject", type: "text", placeholder: "Subject", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us what you're looking for or ask a question...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us what you're looking for or ask a question...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-friendly-cashier-taking-credit-card-from-customer-payment-purchases-chatting-smiling-laughing-medium-shot-shopping-concept_74855-11795.jpg"
|
||||
imageAlt="Hemptations Smoke Shop store front"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
@@ -294,13 +209,9 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="HEMPTATIONS"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user