Merge version_1 into main #4
@@ -28,11 +28,11 @@ export default function HomePage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home", href: "/" },
|
||||
{ name: "Shop", id: "shop", href: "/products" },
|
||||
{ name: "About", id: "about", href: "/about" },
|
||||
{ name: "FAQ", id: "faq", href: "/faq" },
|
||||
{ name: "Contact", id: "contact", href: "/contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/products" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Stickeropia"
|
||||
bottomLeftText="Creative Expressions"
|
||||
@@ -82,12 +82,12 @@ export default function HomePage() {
|
||||
{ id: "product-1", name: "Abstract Wave Sticker", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-zine-culture-sticker-collection_23-2149167938.jpg", imageAlt: "Colorful abstract wave sticker" },
|
||||
{ id: "product-2", name: "Cute Cat Laptop Decal", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-logo-banners-colorful-style_23-2147523049.jpg", imageAlt: "Adorable cartoon cat sticker" },
|
||||
{ id: "product-3", name: "Stay Wild Quote Sticker", price: "$6.25", imageSrc: "http://img.b2bpic.net/free-vector/lettering-mental-health-stickers-collection_52683-92398.jpg", imageAlt: "Motivational 'Stay Wild' quote sticker" },
|
||||
{ id: "product-4", name: "Vintage Camera Sticker", price: "http://img.b2bpic.net/free-vector/gradient-zine-culture-sticker-collection_23-2149167938.jpg", imageAlt: "Retro camera sticker" },
|
||||
{ id: "product-5", name: "Mountain Landscape Decal", price: "http://img.b2bpic.net/free-vector/watercolor-logo-banners-colorful-style_23-2147523049.jpg", imageAlt: "Scenic mountain landscape sticker" },
|
||||
{ id: "product-6", name: "Coffee Lover Sticker", price: "http://img.b2bpic.net/free-vector/lettering-mental-health-stickers-collection_52683-92398.jpg", imageAlt: "Coffee cup illustration sticker" },
|
||||
{ id: "product-4", name: "Vintage Camera Sticker", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-vector/gradient-zine-culture-sticker-collection_23-2149167938.jpg", imageAlt: "Retro camera sticker" },
|
||||
{ id: "product-5", name: "Mountain Landscape Decal", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-vector/watercolor-logo-banners-colorful-style_23-2147523049.jpg", imageAlt: "Scenic mountain landscape sticker" },
|
||||
{ id: "product-6", name: "Coffee Lover Sticker", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-vector/lettering-mental-health-stickers-collection_52683-92398.jpg", imageAlt: "Coffee cup illustration sticker" },
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
gridVariant="three-columns-all-items-equal"
|
||||
gridVariant="three-column"
|
||||
animationType="slide-up"
|
||||
title="Explore Our Top Picks"
|
||||
description="Browse our most popular and unique sticker collections, perfect for personalizing your gear, gifts, or just brightening your day. Click to see more!"
|
||||
|
||||
Reference in New Issue
Block a user