Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-13 00:31:12 +00:00

View File

@@ -3,15 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, ShieldCheck, Users } from "lucide-react";
export default function LandingPage() {
@@ -45,7 +40,7 @@ export default function LandingPage() {
<HeroSplitKpi
background={{ variant: "plain" }}
title="Premium Smoke Shop & Fine Accessories"
description="Elevate your experience with our curated selection of high-quality bongs, glass smoking pieces, and premium tobacco accessories. Quality you can trust, style you can enjoy."
description="Elevate your experience with our curated selection of high-quality bongs, glass smoking pieces, Cookies brand apparel, makeup, and premium tobacco accessories. Quality you can trust, style you can enjoy."
kpis={[
{ value: "500+", label: "Glass Pieces" },
{ value: "20+", label: "Premium Brands" },
@@ -80,11 +75,11 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{ id: "b1", brand: "Glass Studio", name: "Classic Beaker Bong", price: "$120.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/waffle-sticks-glass-jar-inside-wooden-tray_114579-19163.jpg" },
{ id: "b2", brand: "Helix", name: "Precision Pipe", price: "$65.00", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/cigars-package-dried-tobacco-leaves_181624-39359.jpg" },
{ id: "b3", brand: "Royal Glass", name: "Percolator Master", price: "$185.00", rating: 5, reviewCount: "112", imageSrc: "http://img.b2bpic.net/free-photo/top-view-papersheet-with-get-lost-message_23-2148362078.jpg" },
{ id: "b2", brand: "Cookies", name: "Cookies Signature Duffle", price: "$95.00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/waffle-sticks-glass-jar-inside-wooden-tray_114579-19163.jpg" },
{ id: "b3", brand: "MK Collection", name: "Signature Purse", price: "$240.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/waffle-sticks-glass-jar-inside-wooden-tray_114579-19163.jpg" },
]}
title="Shop Smoking Essentials"
description="Discover our latest arrivals in glass smoking pieces, bongs, and daily essentials."
title="Shop Our Latest Collections"
description="Explore our expanded inventory featuring luxury purses, Cookies lifestyle gear, and premium smoking essentials."
/>
</div>
@@ -92,7 +87,7 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Smoke & Ember"
columns={[
{ title: "Catalog", items: [{ label: "Bongs", href: "#products" }, { label: "Glass", href: "#products" }, { label: "Accessories", href: "#products" }] },
{ title: "Catalog", items: [{ label: "Bongs & Glass", href: "#products" }, { label: "Cookies Brand", href: "#products" }, { label: "Accessories & Makeup", href: "#products" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Shipping", href: "#contact" }] },
]}
copyrightText="© 2025 Smoke & Ember. All rights reserved."