Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-03 08:18:47 +00:00

View File

@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Collections",
id: "collections",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Collections", id: "collections" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="D UNIQUE"
/>
@@ -53,20 +41,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
logoText="D UNIQUE FASHION"
description="Premium Fashion. Affordable Luxury. Redefining style in the heart of Vijayawada."
buttons={[
{
text: "Shop Now",
href: "#collections",
},
{
text: "Visit Store",
href: "#contact",
},
{ text: "Shop Now", href: "#collections" },
{ text: "Visit Store", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-ballerina-dress-tutu-with-copy-space_23-2148390079.jpg"
mediaAnimation="blur-reveal"
@@ -81,33 +61,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Signature Apparel",
price: "₹2,999",
variant: "Clothing",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg?_wi=1",
},
id: "p1", name: "Signature Apparel", price: "₹2,999", variant: "Clothing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg"},
{
id: "p2",
name: "Premium Footwear",
price: "₹4,599",
variant: "Shoes",
imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg?_wi=1",
},
id: "p2", name: "Premium Footwear", price: "₹4,599", variant: "Shoes", imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg"},
{
id: "p3",
name: "Essential Accessories",
price: "₹1,299",
variant: "Accessories",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg?_wi=1",
},
id: "p3", name: "Essential Accessories", price: "₹1,299", variant: "Accessories", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg"},
{
id: "p4",
name: "Classic Shades",
price: "₹1,899",
variant: "Sunglasses",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-blonde-girl-with-long-hair-with-accessories-head-wearing-glasses_291650-539.jpg",
},
id: "p4", name: "Classic Shades", price: "₹1,899", variant: "Sunglasses", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-blonde-girl-with-long-hair-with-accessories-head-wearing-glasses_291650-539.jpg"},
]}
title="Featured Collections"
description="Discover our curated range of premium apparel and accessories."
@@ -118,54 +78,27 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Premium Brand Story",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/sharming-elegant-young-african-american-woman-with-long-curly-hair-wearing-jumpsuit-posing-cafe-indoor_627829-5695.jpg",
alt: "D Unique Store",
},
{ type: "text", content: "Our Premium Brand Story" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/sharming-elegant-young-african-american-woman-with-long-curly-hair-wearing-jumpsuit-posing-cafe-indoor_627829-5695.jpg", alt: "D Unique Store" },
]}
/>
</div>
<div id="why-us" data-section="why-us">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Premium Quality",
author: "Standard",
description: "Hand-picked fabrics and superior craftsmanship in every piece.",
tags: [
"High-End",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg?_wi=2",
},
id: "f1", title: "Premium Quality", author: "Standard", description: "Hand-picked fabrics and superior craftsmanship in every piece.", tags: ["High-End"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-spending-time-around-city_23-2149117283.jpg"},
{
id: "f2",
title: "Affordable Luxury",
author: "Pricing",
description: "High fashion aesthetics accessible at reasonable price points.",
tags: [
"Value",
],
imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg?_wi=2",
},
id: "f2", title: "Affordable Luxury", author: "Pricing", description: "High fashion aesthetics accessible at reasonable price points.", tags: ["Value"],
imageSrc: "http://img.b2bpic.net/free-photo/huge-variety-female-shoes-bags-different-colors-shelves-shop_627829-10303.jpg"},
{
id: "f3",
title: "Latest Trends",
author: "Update",
description: "Staying ahead with the newest drops from global runways.",
tags: [
"Trending",
],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg?_wi=2",
},
id: "f3", title: "Latest Trends", author: "Update", description: "Staying ahead with the newest drops from global runways.", tags: ["Trending"],
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-cellphone-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-527.jpg"},
]}
title="Why Choose Us"
description="Experience luxury, trend-setting fashion at prices that respect your budget."
@@ -180,45 +113,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ananya Reddy",
role: "Fashion Enthusiast",
company: "Vijayawada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg",
},
id: "1", name: "Ananya Reddy", role: "Fashion Enthusiast", company: "Vijayawada", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-have-earned-little-relaxation_329181-20510.jpg"},
{
id: "2",
name: "Vikram Singh",
role: "Regular Client",
company: "Vijayawada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-red-cap-top-standing-front-wall_23-2148187424.jpg",
},
id: "2", name: "Vikram Singh", role: "Regular Client", company: "Vijayawada", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-red-cap-top-standing-front-wall_23-2148187424.jpg"},
{
id: "3",
name: "Priya Sharma",
role: "Loyal Shopper",
company: "Vijayawada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-golden-earrings-looking-camera_23-2148187412.jpg",
},
id: "3", name: "Priya Sharma", role: "Loyal Shopper", company: "Vijayawada", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-golden-earrings-looking-camera_23-2148187412.jpg"},
{
id: "4",
name: "Rahul Verma",
role: "Style Icon",
company: "Vijayawada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660686.jpg",
},
id: "4", name: "Rahul Verma", role: "Style Icon", company: "Vijayawada", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-break-after-shopping_23-2148660686.jpg"},
{
id: "5",
name: "Sneha Patel",
role: "Influencer",
company: "Vijayawada",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-with-coffee-hands-emotion-concept-emotion-happiness_169016-65974.jpg",
},
id: "5", name: "Sneha Patel", role: "Influencer", company: "Vijayawada", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-with-coffee-hands-emotion-concept-emotion-happiness_169016-65974.jpg"},
]}
title="What Our Clients Say"
description="Join 250+ happy customers with a 4.8 rating."
@@ -231,18 +139,8 @@ export default function LandingPage() {
title="Visit D Unique"
description="Opp PVP Exit Gate, Vijayawada. Reach out for styling assistance or inquiries."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
]}
imageSrc="http://img.b2bpic.net/free-photo/pretty-businesswoman-leaving-work_23-2147605036.jpg"
mediaAnimation="slide-up"
@@ -254,11 +152,7 @@ export default function LandingPage() {
logoText="D UNIQUE FASHION"
copyrightText="© 2025 D Unique Fashion. All rights reserved."
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com/d__unique__store",
ariaLabel: "Instagram",
},
{ icon: Instagram, href: "https://instagram.com/d__unique__store", ariaLabel: "Instagram" },
]}
/>
</div>