Update src/app/page.tsx
This commit is contained in:
@@ -50,11 +50,14 @@ export default function LandingPage() {
|
||||
background={{ variant: "animated-grid" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Premium tobacco products display"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Premium tobacco products display"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg", imageAlt: "Luxury smoking accessories collection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-smoke-electronic-cigarette-vape-shop-vape-bar_639032-325.jpg", imageAlt: "Luxury smoking accessories collection"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-6756.jpg", imageAlt: "Curated smoke shop selection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-flannel-suit-glasses-listening-music-room-with-loft-interior_613910-6756.jpg", imageAlt: "Curated smoke shop selection"
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -101,7 +104,7 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
title="Featured Products"
|
||||
description="Explore our carefully curated selection of premium smoking products and accessories"
|
||||
tag="Shop Collection"
|
||||
tag="Limited Stock Available"
|
||||
tagIcon={ShoppingCart}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -136,13 +139,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Authentic Quality Assurance", tags: ["Verified", "Certified"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354104.jpg", imageAlt: "Quality assurance certification"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-free-trial-labels-stamps-design_23-2149354104.jpg", imageAlt: "Quality assurance certification"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Curated Product Selection", tags: ["Premium", "Diverse"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-price-list-collection_23-2148084420.jpg", imageAlt: "Wide product selection"},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-price-list-collection_23-2148084420.jpg", imageAlt: "Wide product selection"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Expert Customer Service", tags: ["Professional", "Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598417.jpg", imageAlt: "Excellent customer service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-luxury-restaurant_23-2150598417.jpg", imageAlt: "Excellent customer service"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "Discover More", href: "#about" }]}
|
||||
@@ -160,7 +166,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Premium Brands Co", "Local Business Alliance", "Retail Excellence Award", "Community Partners", "Industry Leaders", "Quality Assurance Certified", "Customer Choice Award"]}
|
||||
"Premium Brands Co", "Local Business Alliance", "Retail Excellence Award", "Community Partners", "Industry Leaders", "Quality Assurance Certified", "Customer Choice Award"
|
||||
]}
|
||||
buttons={[{ text: "Learn About Partnerships", href: "#about" }]}
|
||||
buttonAnimation="slide-up"
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user