Update src/app/page.tsx

This commit is contained in:
2026-06-09 20:26:58 +00:00
parent fe33038619
commit 4faf66f18a

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Shop",
id: "#products",
},
name: "Shop", id: "#products"},
{
name: "Videos",
id: "#videos-gallery",
},
name: "Videos", id: "#videos-gallery"},
{
name: "Gallery",
id: "#videos-gallery",
},
name: "Gallery", id: "#videos-gallery"},
{
name: "Messages",
id: "#dice-connect",
},
name: "Messages", id: "#dice-connect"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-6863.jpg"
logoAlt="DICE Clothing Logo"
@@ -70,44 +56,23 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDualMedia
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Welcome to DICE Clothing, where style meets confidence."
description="Beauty Matters To Us"
tag="Fashion Forward"
tagAnimation="slide-up"
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
{
text: "Watch Content",
href: "#videos-gallery",
},
text: "Watch Content", href: "#videos-gallery"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "https://photos.app.goo.gl/CE2UWhN92Cr35rop7?_wi=1",
imageAlt: "Model wearing DICE Clothing, looking confident",
},
imageSrc: "https://photos.app.goo.gl/CE2UWhN92Cr35rop7", imageAlt: "Model wearing DICE Clothing, looking confident"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-women-wearing-2000s-fashion_52683-86445.jpg",
imageAlt: "Close-up of stylish DICE clothing fabric",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-leaning-leg-sitting-woman_23-2148134035.jpg",
imageAlt: "Fashion photoshoot in an urban setting",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/freedom-enjoyment-good-vibes-independence_53876-21341.jpg",
imageAlt: "Diverse group of young people enjoying freedom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/be-different-landing-page_53876-94891.jpg",
imageAlt: "Abstract banner with 'Be different' message",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-women-wearing-2000s-fashion_52683-86445.jpg", imageAlt: "Close-up of stylish DICE clothing fabric"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -123,64 +88,28 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "tshirt-1",
name: "DICE Classic T-Shirt",
price: "$29.99",
imageSrc: "https://photos.app.goo.gl/cwHqRHGcXxW51auh8?_wi=1",
imageAlt: "Model wearing a white DICE classic t-shirt",
priceButtonProps: {
text: "Add to Cart",
},
id: "tshirt-1", name: "DICE Classic T-Shirt", price: "$29.99", imageSrc: "https://photos.app.goo.gl/cwHqRHGcXxW51auh8", imageAlt: "Model wearing a white DICE classic t-shirt", priceButtonProps: {
text: "Add to Cart"},
},
{
id: "sweatshirt-1",
name: "DICE Comfort Sweatshirt",
price: "$49.99",
imageSrc: "https://photos.app.goo.gl/XBUUE8fjce1qF1Vo6?_wi=1",
imageAlt: "Model wearing a grey DICE comfort sweatshirt",
priceButtonProps: {
text: "Add to Cart",
},
id: "sweatshirt-1", name: "DICE Comfort Sweatshirt", price: "$49.99", imageSrc: "https://photos.app.goo.gl/XBUUE8fjce1qF1Vo6", imageAlt: "Model wearing a grey DICE comfort sweatshirt", priceButtonProps: {
text: "Add to Cart"},
},
{
id: "hoodie-1",
name: "DICE Urban Hoodie",
price: "$59.99",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cool-teenage-boy-wearing-hoodie_23-2149085834.jpg",
imageAlt: "Stylish black DICE urban hoodie",
priceButtonProps: {
text: "Add to Cart",
},
id: "hoodie-1", name: "DICE Urban Hoodie", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cool-teenage-boy-wearing-hoodie_23-2149085834.jpg", imageAlt: "Stylish black DICE urban hoodie", priceButtonProps: {
text: "Add to Cart"},
},
{
id: "jacket-1",
name: "DICE Denim Jacket",
price: "$79.99",
imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-jacket-saying-kindness-is-real-flex-stop-bullying_23-2151963923.jpg",
imageAlt: "Classic blue DICE denim jacket",
priceButtonProps: {
text: "Add to Cart",
},
id: "jacket-1", name: "DICE Denim Jacket", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-jacket-saying-kindness-is-real-flex-stop-bullying_23-2151963923.jpg", imageAlt: "Classic blue DICE denim jacket", priceButtonProps: {
text: "Add to Cart"},
},
{
id: "pants-1",
name: "DICE Chino Pants",
price: "$44.99",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-fashion-modern-businesswoman-model-white-suit-posing-street-background_158538-11958.jpg",
imageAlt: "Comfortable khaki DICE chino pants",
priceButtonProps: {
text: "Add to Cart",
},
id: "pants-1", name: "DICE Chino Pants", price: "$44.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-fashion-modern-businesswoman-model-white-suit-posing-street-background_158538-11958.jpg", imageAlt: "Comfortable khaki DICE chino pants", priceButtonProps: {
text: "Add to Cart"},
},
{
id: "cap-1",
name: "DICE Snapback Cap",
price: "$19.99",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-feeling-nauseated-t-shirt-jacket-cap-looking-unwell_176474-30561.jpg",
imageAlt: "Black DICE snapback cap",
priceButtonProps: {
text: "Add to Cart",
},
id: "cap-1", name: "DICE Snapback Cap", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/young-man-feeling-nauseated-t-shirt-jacket-cap-looking-unwell_176474-30561.jpg", imageAlt: "Black DICE snapback cap", priceButtonProps: {
text: "Add to Cart"},
},
]}
title="Discover Our Latest Collections"
@@ -195,67 +124,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Real-time Messaging",
description: "Engage instantly with friends and fashion enthusiasts.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112058.jpg",
imageAlt: "Real-time messaging app interface",
},
title: "Real-time Messaging", description: "Engage instantly with friends and fashion enthusiasts.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112058.jpg", imageAlt: "Real-time messaging app interface"},
items: [
{
icon: MessageCircle,
text: "Instant Conversations",
},
text: "Instant Conversations"},
{
icon: Users,
text: "Group Chats",
},
text: "Group Chats"},
],
reverse: false,
imageSrc: "https://photos.app.goo.gl/CE2UWhN92Cr35rop7?_wi=2",
imageAlt: "mobile chat app interface messaging",
reverse: false
},
{
title: "Emoji Support",
description: "Express yourself fully with a wide range of emojis in your chats.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-phone-laptop-touchpad_23-2148291088.jpg",
imageAlt: "Emoji keyboard on a mobile phone",
},
title: "Emoji Support", description: "Express yourself fully with a wide range of emojis in your chats.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-phone-laptop-touchpad_23-2148291088.jpg", imageAlt: "Emoji keyboard on a mobile phone"},
items: [
{
icon: Smile,
text: "Rich Expressions",
},
text: "Rich Expressions"},
{
icon: ThumbsUp,
text: "Quick Reactions",
},
text: "Quick Reactions"},
],
reverse: true,
imageSrc: "https://photos.app.goo.gl/cwHqRHGcXxW51auh8?_wi=2",
imageAlt: "mobile chat app interface messaging",
reverse: true
},
{
title: "Photo Sharing",
description: "Share your latest outfits, inspiration, and moments with friends.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/graphic-design-elements-collection-flat-style_23-2147789490.jpg",
imageAlt: "Photo sharing feature on a mobile app",
},
title: "Photo Sharing", description: "Share your latest outfits, inspiration, and moments with friends.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/graphic-design-elements-collection-flat-style_23-2147789490.jpg", imageAlt: "Photo sharing feature on a mobile app"},
items: [
{
icon: Camera,
text: "Visual Stories",
},
text: "Visual Stories"},
{
icon: Share2,
text: "Easy Sharing",
},
text: "Easy Sharing"},
],
reverse: false,
imageSrc: "https://photos.app.goo.gl/XBUUE8fjce1qF1Vo6?_wi=2",
imageAlt: "mobile chat app interface messaging",
reverse: false
},
]}
title="DICE Connect: Stay Connected"
@@ -269,65 +174,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
date: "May 10, 2024",
title: "Absolutely Love My New T-Shirt!",
quote: "The quality is amazing, and it fits perfectly. DICE Clothing has definitely become my go-to for stylish essentials. So many compliments already!",
tag: "Casual Wear",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg",
avatarAlt: "Sarah Johnson's avatar",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-curly-haired-woman-wears-sunglasses-jacket-hoodie-checks-time-smartwatch-spends-free-time-walking-city-sunny-weather-uses-application-modern-lifestyle-concept_273609-60619.jpg",
imageAlt: "Sarah Johnson wearing DICE t-shirt",
},
id: "1", name: "Sarah Johnson", date: "May 10, 2024", title: "Absolutely Love My New T-Shirt!", quote: "The quality is amazing, and it fits perfectly. DICE Clothing has definitely become my go-to for stylish essentials. So many compliments already!", tag: "Casual Wear", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-spectacular-woman-laughing-front_197531-19644.jpg", avatarAlt: "Sarah Johnson's avatar", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-curly-haired-woman-wears-sunglasses-jacket-hoodie-checks-time-smartwatch-spends-free-time-walking-city-sunny-weather-uses-application-modern-lifestyle-concept_273609-60619.jpg", imageAlt: "Sarah Johnson wearing DICE t-shirt"},
{
id: "2",
name: "Michael Chen",
date: "April 28, 2024",
title: "Comfort and Style in One Sweatshirt",
quote: "This sweatshirt is incredibly comfortable and looks great. Perfect for a casual day out or lounging at home. Highly recommend DICE!",
tag: "Street Style",
avatarSrc: "http://img.b2bpic.net/free-photo/young-blond-student-smiling-happy-standing-university_839833-13551.jpg",
avatarAlt: "Michael Chen's avatar",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-african-man-standing-against-city-skyline_23-2148151906.jpg",
imageAlt: "Michael Chen wearing DICE sweatshirt",
},
id: "2", name: "Michael Chen", date: "April 28, 2024", title: "Comfort and Style in One Sweatshirt", quote: "This sweatshirt is incredibly comfortable and looks great. Perfect for a casual day out or lounging at home. Highly recommend DICE!", tag: "Street Style", avatarSrc: "http://img.b2bpic.net/free-photo/young-blond-student-smiling-happy-standing-university_839833-13551.jpg", avatarAlt: "Michael Chen's avatar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-young-african-man-standing-against-city-skyline_23-2148151906.jpg", imageAlt: "Michael Chen wearing DICE sweatshirt"},
{
id: "3",
name: "Emily Rodriguez",
date: "May 5, 2024",
title: "Elevated My Wardrobe Instantly",
quote: "DICE Clothing pieces are unique and make me feel so confident. The attention to detail is remarkable. Truly fashion-forward!",
tag: "Fashion Essential",
avatarSrc: "http://img.b2bpic.net/free-photo/charming-lady-with-short-hair-denim-long-sleeve-jacket-smiling-sincerely-outdoors-young-woman-headphones-with-bright-lips-poses-outside_197531-19345.jpg",
avatarAlt: "Emily Rodriguez's avatar",
imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-helping-cutomer_23-2148924081.jpg",
imageAlt: "Emily Rodriguez wearing DICE shirt",
},
id: "3", name: "Emily Rodriguez", date: "May 5, 2024", title: "Elevated My Wardrobe Instantly", quote: "DICE Clothing pieces are unique and make me feel so confident. The attention to detail is remarkable. Truly fashion-forward!", tag: "Fashion Essential", avatarSrc: "http://img.b2bpic.net/free-photo/charming-lady-with-short-hair-denim-long-sleeve-jacket-smiling-sincerely-outdoors-young-woman-headphones-with-bright-lips-poses-outside_197531-19345.jpg", avatarAlt: "Emily Rodriguez's avatar", imageSrc: "http://img.b2bpic.net/free-photo/personal-shopper-helping-cutomer_23-2148924081.jpg", imageAlt: "Emily Rodriguez wearing DICE shirt"},
{
id: "4",
name: "David Kim",
date: "March 15, 2024",
title: "Great Quality and Trendy Designs",
quote: "I'm always impressed with the durability and modern designs from DICE. They understand what today's fashion demands. Fantastic brand!",
tag: "Trendy Apparel",
avatarSrc: "http://img.b2bpic.net/free-photo/traveller-london-city-with-atumn-vibes_23-2149104630.jpg",
avatarAlt: "David Kim's avatar",
imageSrc: "http://img.b2bpic.net/free-photo/view-charming-woman-smiling-tablet-home_197531-33767.jpg",
imageAlt: "David Kim wearing DICE apparel",
},
id: "4", name: "David Kim", date: "March 15, 2024", title: "Great Quality and Trendy Designs", quote: "I'm always impressed with the durability and modern designs from DICE. They understand what today's fashion demands. Fantastic brand!", tag: "Trendy Apparel", avatarSrc: "http://img.b2bpic.net/free-photo/traveller-london-city-with-atumn-vibes_23-2149104630.jpg", avatarAlt: "David Kim's avatar", imageSrc: "http://img.b2bpic.net/free-photo/view-charming-woman-smiling-tablet-home_197531-33767.jpg", imageAlt: "David Kim wearing DICE apparel"},
{
id: "5",
name: "Jessica Lee",
date: "May 12, 2024",
title: "My Favorite New Clothing Brand!",
quote: "The fit and feel of my new hoodie are perfect. It's quickly become my favorite piece. DICE never disappoints with their quality and style!",
tag: "Stylish & Comfy",
avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-dyed-green-hair-poses-chair-smiles-gladfully-uses-smartphone-headphones-listen-favorite-music-dressed-fashionable-clothes-red_273609-54728.jpg",
avatarAlt: "Jessica Lee's avatar",
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-her-reflection-while-holding-shopping-bags_23-2148286164.jpg",
imageAlt: "Jessica Lee wearing DICE hoodie",
},
id: "5", name: "Jessica Lee", date: "May 12, 2024", title: "My Favorite New Clothing Brand!", quote: "The fit and feel of my new hoodie are perfect. It's quickly become my favorite piece. DICE never disappoints with their quality and style!", tag: "Stylish & Comfy", avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-dyed-green-hair-poses-chair-smiles-gladfully-uses-smartphone-headphones-listen-favorite-music-dressed-fashionable-clothes-red_273609-54728.jpg", avatarAlt: "Jessica Lee's avatar", imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-her-reflection-while-holding-shopping-bags_23-2148286164.jpg", imageAlt: "Jessica Lee wearing DICE hoodie"},
]}
title="What Our Customers Say"
description="Hear from the DICE family about their style and experience."
@@ -344,82 +199,19 @@ export default function LandingPage() {
description="Explore our latest brand promotions, D.I.C.E content, customer reviews, new collections, and customer styles. Life isn't perfect but your outfit can be."
blogs={[
{
id: "video-1",
category: "Promotions",
title: "Summer Collection Launch",
excerpt: "Dive into our vibrant new summer collection. Discover fresh styles and bold colors.",
imageSrc: "https://photos.app.goo.gl/JGkNjWD2psS8V4jE9",
imageAlt: "Thumbnail of DICE Summer Collection video",
authorName: "DICE Team",
authorAvatar: "http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-6863.jpg",
date: "May 1, 2024",
},
id: "video-1", category: "Promotions", title: "Summer Collection Launch", excerpt: "Dive into our vibrant new summer collection. Discover fresh styles and bold colors.", imageSrc: "https://photos.app.goo.gl/JGkNjWD2psS8V4jE9", imageAlt: "Thumbnail of DICE Summer Collection video", authorName: "DICE Team", authorAvatar: "http://img.b2bpic.net/free-vector/illustration-boutique-shop-logo-stamp-banner_53876-6863.jpg", date: "May 1, 2024"},
{
id: "video-2",
category: "Behind the Scenes",
title: "Crafting Your Style",
excerpt: "A peek into the creative process behind DICE Clothing designs and quality.",
imageSrc: "https://photos.app.goo.gl/juTGov3VNiCWYYGa8",
imageAlt: "Thumbnail of behind the scenes DICE content video",
authorName: "DICE Team",
authorAvatar: "http://img.b2bpic.net/free-vector/luxurious-vintage-art-nouveau-badge-vector_53876-57453.jpg",
date: "April 20, 2024",
},
id: "video-2", category: "Behind the Scenes", title: "Crafting Your Style", excerpt: "A peek into the creative process behind DICE Clothing designs and quality.", imageSrc: "https://photos.app.goo.gl/juTGov3VNiCWYYGa8", imageAlt: "Thumbnail of behind the scenes DICE content video", authorName: "DICE Team", authorAvatar: "http://img.b2bpic.net/free-vector/luxurious-vintage-art-nouveau-badge-vector_53876-57453.jpg", date: "April 20, 2024"},
{
id: "video-3",
category: "Customer Spotlight",
title: "Real Reviews, Real Style",
excerpt: "Watch our customers share their genuine experiences and showcase their DICE outfits.",
imageSrc: "https://photos.app.goo.gl/PXmYAqpgpTXyncV68",
imageAlt: "Thumbnail of customer review video",
authorName: "DICE Team",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ffgphq",
date: "March 10, 2024",
},
id: "video-3", category: "Customer Spotlight", title: "Real Reviews, Real Style", excerpt: "Watch our customers share their genuine experiences and showcase their DICE outfits.", imageSrc: "https://photos.app.goo.gl/PXmYAqpgpTXyncV68", imageAlt: "Thumbnail of customer review video", authorName: "DICE Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ffgphq", date: "March 10, 2024"},
{
id: "gallery-1",
category: "New Collection",
title: "The Autumn Edit",
excerpt: "Sophisticated styles and cozy fabrics for the upcoming season.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-goth-girls-posing-studio_23-2150501556.jpg",
imageAlt: "Models showcasing new autumn collection",
authorName: "DICE Team",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ojhkou",
date: "Sept 1, 2023",
},
id: "gallery-1", category: "New Collection", title: "The Autumn Edit", excerpt: "Sophisticated styles and cozy fabrics for the upcoming season.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-goth-girls-posing-studio_23-2150501556.jpg", imageAlt: "Models showcasing new autumn collection", authorName: "DICE Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ojhkou", date: "Sept 1, 2023"},
{
id: "gallery-2",
category: "Customer Styles",
title: "DICE Community Looks",
excerpt: "Get inspired by how our customers are styling their favorite DICE pieces.",
imageSrc: "https://photos.app.goo.gl/bUqGrt7jdfqNRfDn6",
imageAlt: "Customer wearing DICE clothing in an urban setting",
authorName: "DICE Community",
authorAvatar: "http://img.b2bpic.net/free-vector/set-vintage-mockup-logo-design-vector_53876-89287.jpg",
date: "Feb 15, 2024",
},
id: "gallery-2", category: "Customer Styles", title: "DICE Community Looks", excerpt: "Get inspired by how our customers are styling their favorite DICE pieces.", imageSrc: "https://photos.app.goo.gl/bUqGrt7jdfqNRfDn6", imageAlt: "Customer wearing DICE clothing in an urban setting", authorName: "DICE Community", authorAvatar: "http://img.b2bpic.net/free-vector/set-vintage-mockup-logo-design-vector_53876-89287.jpg", date: "Feb 15, 2024"},
{
id: "gallery-3",
category: "Events",
title: "DICE Launch Party Highlights",
excerpt: "Recap of our exclusive launch event, celebrating fashion and community.",
imageSrc: "https://photos.app.goo.gl/pWgSwXkCw7h9Crex8",
imageAlt: "Attendees at a DICE clothing launch party",
authorName: "DICE Team",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0dmu63",
date: "Dec 5, 2023",
},
id: "gallery-3", category: "Events", title: "DICE Launch Party Highlights", excerpt: "Recap of our exclusive launch event, celebrating fashion and community.", imageSrc: "https://photos.app.goo.gl/pWgSwXkCw7h9Crex8", imageAlt: "Attendees at a DICE clothing launch party", authorName: "DICE Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0dmu63", date: "Dec 5, 2023"},
{
id: "gallery-4",
category: "Inspiration",
title: "Behind the Lens: DICE Photoshoot",
excerpt: "A glimpse into the creative direction and execution of our latest campaign photoshoot.",
imageSrc: "https://photos.app.goo.gl/YRhSb6f9dRfAUKnd9",
imageAlt: "Photographer at a DICE clothing photoshoot",
authorName: "DICE Team",
authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v70okj",
date: "Jan 22, 2024",
},
id: "gallery-4", category: "Inspiration", title: "Behind the Lens: DICE Photoshoot", excerpt: "A glimpse into the creative direction and execution of our latest campaign photoshoot.", imageSrc: "https://photos.app.goo.gl/YRhSb6f9dRfAUKnd9", imageAlt: "Photographer at a DICE clothing photoshoot", authorName: "DICE Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v70okj", date: "Jan 22, 2024"},
]}
/>
</div>
@@ -440,14 +232,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Fashion Hub",
"Style Collective",
"Trendsetters Inc.",
"Urban Wear Co.",
"Glamour Magazine",
"Vogue Styles",
"Modern Aesthetics",
]}
"Fashion Hub", "Style Collective", "Trendsetters Inc.", "Urban Wear Co.", "Glamour Magazine", "Vogue Styles", "Modern Aesthetics"]}
title="Trusted by Fashion Forward Individuals"
description="DICE Clothing partners with leading influencers and brands to bring you the best in contemporary fashion."
/>
@@ -457,8 +242,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Connect & Order"
title="Place Your Order & Get in Touch"
description="Easily add products to your cart and complete your delivery details. For any inquiries or support, reach us via email at d.i.c.e.1.lovers@gmail.com, call us at +256 750769793 / 0763547331, or follow us on Instagram at @d.i.c.e_."
@@ -479,46 +263,29 @@ export default function LandingPage() {
logoText="D.I.C.E life"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
],
},
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Products",
href: "#products",
},
label: "Products", href: "#products"},
{
label: "New Collections",
href: "#videos-gallery",
},
label: "New Collections", href: "#videos-gallery"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Messages",
href: "#dice-connect",
},
label: "Messages", href: "#dice-connect"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Instagram",
href: "https://www.instagram.com/d.i.c.e_?igsh=YzIwenJ6cHBwcHVi",
},
label: "Instagram", href: "https://www.instagram.com/d.i.c.e_?igsh=YzIwenJ6cHBwcHVi"},
],
},
]}