diff --git a/src/app/page.tsx b/src/app/page.tsx index 792a3ec..b0574d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,87 +31,39 @@ export default function LandingPage() {
@@ -122,18 +74,9 @@ export default function LandingPage() { title="Your Imagination, Our Premium Printing" description="We specialize in high-quality, durable stickers that withstand the elements while maintaining vibrant colors. Whether for branding, gifting, or personal expression, our precision cutting and premium finishes ensure your design stands out." metrics={[ - { - value: "100K+", - title: "Stickers Printed", - }, - { - value: "5K+", - title: "Happy Creators", - }, - { - value: "24h", - title: "Fast Turnaround", - }, + { value: "100K+", title: "Stickers Printed" }, + { value: "5K+", title: "Happy Creators" }, + { value: "24h", title: "Fast Turnaround" }, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-white-round-cheese-dark-plate-marble_114579-60734.jpg" imageAlt="Applying sticker to laptop" @@ -149,42 +92,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { - id: "1", - name: "Cute Safari Friends", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/psychedelic-girl-illustration_23-2151508431.jpg", - }, - { - id: "2", - name: "Minimalist Geometry", - price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-vector/retro-flyer-design_1375-55.jpg", - }, - { - id: "3", - name: "Watercolor Bloom", - price: "$5.25", - imageSrc: "http://img.b2bpic.net/free-photo/series-flowers-from-garden-including-one-with-other_23-2151898476.jpg", - }, - { - id: "4", - name: "Cosmic Voyager", - price: "$4.99", - imageSrc: "http://img.b2bpic.net/free-photo/planets-with-metallic-reflective-effect_23-2150253961.jpg", - }, - { - id: "5", - name: "Retro Neon Vibes", - price: "$4.25", - imageSrc: "http://img.b2bpic.net/free-photo/comic-lettering-wow-retro-pop-art-style-with-shadow_23-2147948801.jpg", - }, - { - id: "6", - name: "Morning Roast", - price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-cartoon-illustration_52683-126795.jpg", - }, + { id: "1", name: "Cute Safari Friends", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/psychedelic-girl-illustration_23-2151508431.jpg" }, + { id: "2", name: "Minimalist Geometry", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-vector/retro-flyer-design_1375-55.jpg" }, + { id: "3", name: "Watercolor Bloom", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/series-flowers-from-garden-including-one-with-other_23-2151898476.jpg" }, + { id: "4", name: "Cosmic Voyager", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/planets-with-metallic-reflective-effect_23-2150253961.jpg" }, + { id: "5", name: "Retro Neon Vibes", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/comic-lettering-wow-retro-pop-art-style-with-shadow_23-2147948801.jpg" }, + { id: "6", name: "Morning Roast", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-cartoon-illustration_52683-126795.jpg" }, ]} title="Best-Selling Sticker Collection" description="Discover our most popular sticker designs favored by artists, businesses, and collectors alike." @@ -198,27 +111,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Premium Vinyl", - description: "UV-resistant and waterproof material.", - imageSrc: "http://img.b2bpic.net/free-vector/acid-holi-festival-stickers-collection_23-2150089175.jpg", - titleImageSrc: "http://img.b2bpic.net/free-vector/plants-flowers-stickers-collection-with-fox_23-2150420296.jpg", - buttonText: "Learn More", - }, - { - title: "Holographic Finish", - description: "Eye-catching iridescent effects for designs.", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-sticker-collection_23-2150219026.jpg", - titleImageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-label-badges_23-2149211249.jpg", - buttonText: "Learn More", - }, - { - title: "Precision Die-Cut", - description: "Custom shapes tailored exactly to your art.", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-white-rose-bouquet-branch-floral-sticker-illustration_21799-12476.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/gingko-leaf-border-background-yellow-watercolor-autumn-season_53876-165482.jpg", - buttonText: "Learn More", - }, + { title: "Premium Vinyl", description: "UV-resistant and waterproof material.", imageSrc: "http://img.b2bpic.net/free-vector/acid-holi-festival-stickers-collection_23-2150089175.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/plants-flowers-stickers-collection-with-fox_23-2150420296.jpg", buttonText: "Learn More" }, + { title: "Holographic Finish", description: "Eye-catching iridescent effects for designs.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-retro-sticker-collection_23-2150219026.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-label-badges_23-2149211249.jpg", buttonText: "Learn More" }, + { title: "Precision Die-Cut", description: "Custom shapes tailored exactly to your art.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-white-rose-bouquet-branch-floral-sticker-illustration_21799-12476.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/gingko-leaf-border-background-yellow-watercolor-autumn-season_53876-165482.jpg", buttonText: "Learn More" }, ]} title="Why Choose Our Stickers?" description="We combine advanced print technology with premium materials for the best sticker experience." @@ -229,15 +124,7 @@ export default function LandingPage() { @@ -247,47 +134,13 @@ export default function LandingPage() { @@ -345,54 +179,24 @@ export default function LandingPage() { logoText="StickerStudio" columns={[ { - title: "Shop", - items: [ - { - label: "Browse All", - href: "#products", - }, - { - label: "Custom Stickers", - href: "#", - }, - { - label: "Sticker Packs", - href: "#", - }, + title: "Shop", items: [ + { label: "Browse All", href: "#products" }, + { label: "Custom Stickers", href: "#" }, + { label: "Sticker Packs", href: "#" }, ], }, { - title: "Support", - items: [ - { - label: "Help Center", - href: "#faq", - }, - { - label: "Shipping Info", - href: "#", - }, - { - label: "Bulk Pricing", - href: "#", - }, + title: "Support", items: [ + { label: "Help Center", href: "#faq" }, + { label: "Shipping Info", href: "#" }, + { label: "Bulk Pricing", href: "#" }, ], }, { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Our Story", - href: "#", - }, - { - label: "Careers", - href: "#", - }, + title: "Company", items: [ + { label: "About Us", href: "#about" }, + { label: "Our Story", href: "#" }, + { label: "Careers", href: "#" }, ], }, ]}