Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-02-22 12:41:24 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={false}
gridVariant="four-items-2x2-equal-grid"
products={[{id:"1",name:"Classic Sultan Hookah",price:"$129.99",imageSrc:"https://img.b2bpic.net/free-vector/hand-drawn-hookah-logo-design_23-2149584342.jpg",imageAlt:"Classic Sultan Hookah"},{id:"2",name:"Mint Fusion Shisha Tobacco",price:"$14.99",imageSrc:"https://img.b2bpic.net/free-photo/man-holding-smoked-vase-with-cocktail-cups_140725-5036.jpg",imageAlt:"Mint Fusion Shisha Tobacco"},{id:"3",name:"Natural Coconut Charcoal",price:"$9.99",imageSrc:"https://img.b2bpic.net/free-photo/bucket-with-ice-stands-table-near-glasses_8353-11417.jpg",imageAlt:"Natural Coconut Charcoal"},{id:"4",name:"Modern Elegance Hookah",price:"$189.99",imageSrc:"https://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213282.jpg",imageAlt:"Modern Elegance Hookah"},{id:"5",name:"Premium Silicone Hose",price:"$24.99",imageSrc:"https://img.b2bpic.net/free-photo/hookah-still-life-composition_23-2149213330.jpg",imageAlt:"Premium Silicone Hose"},{id:"6",name:"Ceramic Phunnel Bowl",price:"$19.99",imageSrc:"https://img.b2bpic.net/free-photo/hookah-isolated-white_93675-132617.jpg",imageAlt:"Ceramic Phunnel Bowl"}]}
products={[{id:"1",name:"Classic Sultan Hookah",price:"$129.99",imageSrc:"https://img.b2bpic.net/free-vector/hand-drawn-hookah-logo-design_23-2149584342.jpg",imageAlt:"Classic Sultan Hookah"},{id:"2",name:"Mint Fusion Shisha Tobacco",price:"$14.99",imageSrc:"https://img.b2bpic.net/free-photo/man-holding-smoked-vase-with-cocktail-cups_140725-5036.jpg?_wi=1",imageAlt:"Mint Fusion Shisha Tobacco"},{id:"3",name:"Natural Coconut Charcoal",price:"$9.99",imageSrc:"https://img.b2bpic.net/free-photo/bucket-with-ice-stands-table-near-glasses_8353-11417.jpg?_wi=1",imageAlt:"Natural Coconut Charcoal"},{id:"4",name:"Modern Elegance Hookah",price:"$189.99",imageSrc:"https://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213282.jpg?_wi=1",imageAlt:"Modern Elegance Hookah"},{id:"5",name:"Premium Silicone Hose",price:"$24.99",imageSrc:"https://img.b2bpic.net/free-photo/hookah-still-life-composition_23-2149213330.jpg",imageAlt:"Premium Silicone Hose"},{id:"6",name:"Ceramic Phunnel Bowl",price:"$19.99",imageSrc:"https://img.b2bpic.net/free-photo/hookah-isolated-white_93675-132617.jpg",imageAlt:"Ceramic Phunnel Bowl"}]}
/>
</div>
@@ -77,7 +77,7 @@ export default function LandingPage() {
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
features={[{title:"Premium Quality Products",description:"Only the finest materials and ingredients sourced for your enjoyment.",icon:CheckCircle,mediaItems:[{imageSrc:"https://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg",imageAlt:"Quality assurance for hookah products"},{imageSrc:"https://img.b2bpic.net/free-photo/man-holding-smoked-vase-with-cocktail-cups_140725-5036.jpg",imageAlt:"Premium shisha tobacco"}]},{title:"Fast & Reliable Delivery",description:"Get your hookah essentials delivered right to your door, quickly and safely.",icon:Truck,mediaItems:[{imageSrc:"https://img.b2bpic.net/free-photo/young-manual-worker-unloading-cardboard-boxes-from-delivery-van_637285-2256.jpg",imageAlt:"Fast delivery service"},{imageSrc:"https://img.b2bpic.net/free-photo/bucket-with-ice-stands-table-near-glasses_8353-11417.jpg",imageAlt:"Charcoal delivery"}]},{title:"Expert Customer Support",description:"Our team is here to assist you with any questions or recommendations.",icon:MessageSquare,mediaItems:[{imageSrc:"https://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg",imageAlt:"Customer support for hookah users"},{imageSrc:"https://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213282.jpg",imageAlt:"Modern hookah"}]}]}
features={[{title:"Premium Quality Products",description:"Only the finest materials and ingredients sourced for your enjoyment.",icon:CheckCircle,mediaItems:[{imageSrc:"https://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg",imageAlt:"Quality assurance for hookah products"},{imageSrc:"https://img.b2bpic.net/free-photo/man-holding-smoked-vase-with-cocktail-cups_140725-5036.jpg?_wi=2",imageAlt:"Premium shisha tobacco"}]},{title:"Fast & Reliable Delivery",description:"Get your hookah essentials delivered right to your door, quickly and safely.",icon:Truck,mediaItems:[{imageSrc:"https://img.b2bpic.net/free-photo/young-manual-worker-unloading-cardboard-boxes-from-delivery-van_637285-2256.jpg",imageAlt:"Fast delivery service"},{imageSrc:"https://img.b2bpic.net/free-photo/bucket-with-ice-stands-table-near-glasses_8353-11417.jpg?_wi=2",imageAlt:"Charcoal delivery"}]},{title:"Expert Customer Support",description:"Our team is here to assist you with any questions or recommendations.",icon:MessageSquare,mediaItems:[{imageSrc:"https://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg",imageAlt:"Customer support for hookah users"},{imageSrc:"https://img.b2bpic.net/free-photo/hookah-still-life-arrangement_23-2149213282.jpg?_wi=2",imageAlt:"Modern hookah"}]}]}
/>
</div>