Merge version_1 into main #2
@@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { Sparkles, Zap, CheckCircle, Shield, Award, Heart, Instagram, Facebook, Twitter } from 'lucide-react';
|
||||
import { Sparkles, Zap, CheckCircle, Shield, Award, Heart, Instagram, Facebook, Twitter, Star } from 'lucide-react';
|
||||
|
||||
const LandingPage = () => {
|
||||
return (
|
||||
@@ -46,28 +46,29 @@ const LandingPage = () => {
|
||||
<HeroBillboardTestimonial
|
||||
title="Elevate Your Smoke Shop Experience"
|
||||
description="Premium glass pieces, vapes, cigars, and smoking accessories for the discerning enthusiast. Hand-selected quality products from trusted makers."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
tag="Premium Selection"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213292.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213292.jpg"
|
||||
imageAlt="Premium smoke shop display with glass pieces"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marcus Johnson", handle: "Glass Collector", testimonial: "The quality and selection here is unmatched. Best smoke shop in town!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah Chen", handle: "Regular Customer", testimonial: "Knowledgeable staff and amazing products. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
|
||||
},
|
||||
{
|
||||
name: "David Martinez", handle: "Vape Enthusiast", testimonial: "Great variety and fair pricing. Always coming back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
|
||||
},
|
||||
{
|
||||
name: "Alex Rivera", handle: "Cigar Aficionado", testimonial: "Professional service and premium quality. Worth every visit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -89,7 +90,7 @@ const LandingPage = () => {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Premium Glass Pieces", description: "Handcrafted glass bongs, water pipes, and artistic pieces from master glassblowers. Each piece is unique with stunning artistic designs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unique-beverage-jug-with-two-parts-filled-with-orange-blue-cocktails_140725-5965.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unique-beverage-jug-with-two-parts-filled-with-orange-blue-cocktails_140725-5965.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Artistic Hand-Blown Designs" },
|
||||
@@ -100,7 +101,7 @@ const LandingPage = () => {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Vapes & E-Devices", description: "Latest vaping technology from industry-leading brands. Find everything from starter kits to advanced mods with expert recommendations.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Zap, text: "Latest Tech & Models" },
|
||||
@@ -111,7 +112,7 @@ const LandingPage = () => {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Premium Cigars", description: "Curated collection of fine cigars from renowned tobacco makers worldwide. Properly humidified selection for authentic smoking experience.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cognac-cigar-with-copy-space_23-2148673793.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cognac-cigar-with-copy-space_23-2148673793.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Rare & Limited Editions" },
|
||||
@@ -122,7 +123,7 @@ const LandingPage = () => {
|
||||
},
|
||||
{
|
||||
id: "4", title: "Smoking Accessories", description: "Complete range of premium accessories including cleaning supplies, storage solutions, and specialty tools for the discerning enthusiast.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg?_wi=1"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg"
|
||||
},
|
||||
items: [
|
||||
{ icon: Zap, text: "Premium Maintenance Kits" },
|
||||
@@ -148,27 +149,27 @@ const LandingPage = () => {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "ArtisanGlass", name: "Crystal Blue Water Pipe", price: "$189.99", rating: 5,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/unique-beverage-jug-with-two-parts-filled-with-orange-blue-cocktails_140725-5965.jpg?_wi=2", imageAlt: "Crystal blue hand-blown water pipe"
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/unique-beverage-jug-with-two-parts-filled-with-orange-blue-cocktails_140725-5965.jpg", imageAlt: "Crystal blue hand-blown water pipe"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "VaporTech", name: "Advanced Mod Kit Pro", price: "$129.99", rating: 5,
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg?_wi=2", imageAlt: "Advanced vaping device with accessories"
|
||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg", imageAlt: "Advanced vaping device with accessories"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Premium Tobacco Co", name: "Exclusive Heritage Blend", price: "$18.99", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cognac-cigar-with-copy-space_23-2148673793.jpg?_wi=2", imageAlt: "Premium cigars in luxury packaging"
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cognac-cigar-with-copy-space_23-2148673793.jpg", imageAlt: "Premium cigars in luxury packaging"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "CleanMaster", name: "Professional Care Kit", price: "$34.99", rating: 5,
|
||||
reviewCount: "219", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg?_wi=2", imageAlt: "Complete cleaning and maintenance kit"
|
||||
reviewCount: "219", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17765.jpg", imageAlt: "Complete cleaning and maintenance kit"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "ArtisanGlass", name: "Sunset Orange Spiral", price: "$159.99", rating: 5,
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/unique-beverage-jug-with-two-parts-filled-with-orange-blue-cocktails_140725-5965.jpg?_wi=3", imageAlt: "Artistic orange spiral glass piece"
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/unique-beverage-jug-with-two-parts-filled-with-orange-blue-cocktails_140725-5965.jpg", imageAlt: "Artistic orange spiral glass piece"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "VaporTech", name: "Compact Starter Kit", price: "$79.99", rating: 5,
|
||||
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg?_wi=3", imageAlt: "Beginner-friendly vaping starter kit"
|
||||
reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-city_1157-23847.jpg", imageAlt: "Beginner-friendly vaping starter kit"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -191,13 +192,13 @@ const LandingPage = () => {
|
||||
tagAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1", category: "Glass Art", title: "Neon Flame Water Pipe Collection", excerpt: "Limited edition hand-blown pieces with vibrant neon accents. Each one is a work of art.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-high-quality-shopping-facebook-post-template_23-2149325247.jpg?_wi=1", imageAlt: "Neon flame water pipe", authorName: "Shop Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Jan 2025"
|
||||
id: "1", category: "Glass Art", title: "Neon Flame Water Pipe Collection", excerpt: "Limited edition hand-blown pieces with vibrant neon accents. Each one is a work of art.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-high-quality-shopping-facebook-post-template_23-2149325247.jpg", imageAlt: "Neon flame water pipe", authorName: "Shop Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", date: "Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "2", category: "Vaping", title: "Next-Gen Cloud Pro 2025", excerpt: "The latest advancement in vaping technology with enhanced battery and flavor delivery.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-high-quality-shopping-facebook-post-template_23-2149325247.jpg?_wi=2", imageAlt: "Next-gen vaping device", authorName: "Tech Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", date: "Jan 2025"
|
||||
id: "2", category: "Vaping", title: "Next-Gen Cloud Pro 2025", excerpt: "The latest advancement in vaping technology with enhanced battery and flavor delivery.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-high-quality-shopping-facebook-post-template_23-2149325247.jpg", imageAlt: "Next-gen vaping device", authorName: "Tech Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", date: "Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "3", category: "Cigars", title: "Vintage Reserve 25-Year", excerpt: "Rare limited edition aged cigars from an exclusive tobacco reserve collection.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-high-quality-shopping-facebook-post-template_23-2149325247.jpg?_wi=3", imageAlt: "Vintage reserve cigars", authorName: "Cigar Specialist", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", date: "Jan 2025"
|
||||
id: "3", category: "Cigars", title: "Vintage Reserve 25-Year", excerpt: "Rare limited edition aged cigars from an exclusive tobacco reserve collection.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-high-quality-shopping-facebook-post-template_23-2149325247.jpg", imageAlt: "Vintage reserve cigars", authorName: "Cigar Specialist", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", date: "Jan 2025"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -215,32 +216,32 @@ const LandingPage = () => {
|
||||
title="Customer Stories"
|
||||
description="Hear from our loyal customers about their experience with Up In Smoke's premium products and expert service."
|
||||
tag="Reviews"
|
||||
tagIcon={Sparkles}
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Glass Collector", company: "Local Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Marcus Johnson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Marcus Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", role: "Regular Visitor", company: "Trusted Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=4", imageAlt: "Sarah Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Martinez", role: "Vape Enthusiast", company: "Tech Reviewer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=5", imageAlt: "David Martinez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Martinez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Alex Rivera", role: "Cigar Aficionado", company: "Connoisseur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=6", imageAlt: "Alex Rivera"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Alex Rivera"
|
||||
},
|
||||
{
|
||||
id: "5", name: "James Wilson", role: "New Customer", company: "First-Time Buyer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "James Wilson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Elena Rodriguez", role: "Long-Time Patron", company: "Loyal Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=7", imageAlt: "Elena Rodriguez"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Elena Rodriguez"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -281,7 +282,7 @@ const LandingPage = () => {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213292.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213292.jpg"
|
||||
imageAlt="Contact us at Up In Smoke"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -304,4 +305,4 @@ const LandingPage = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default LandingPage;
|
||||
export default LandingPage;
|
||||
Reference in New Issue
Block a user