Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-27 02:06:26 +00:00

View File

@@ -27,39 +27,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Shop",
id: "/shop",
},
name: "Shop", id: "/shop"},
{
name: "New Arrivals",
id: "/new-arrivals",
},
name: "New Arrivals", id: "/new-arrivals"},
{
name: "Luxury",
id: "/luxury-collection",
},
name: "Luxury", id: "/luxury-collection"},
{
name: "Occasion",
id: "/occasion-abayas",
},
name: "Occasion", id: "/occasion-abayas"},
{
name: "About Us",
id: "/about",
},
name: "About Us", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Abaya Elegance"
button={{
text: "Login",
href: "#",
}}
text: "Login", href: "#"}}
animateOnLoad={true}
/>
</div>
@@ -72,47 +56,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "sp1",
name: "Ivory Silk Kaftan",
price: "$299.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-muslim-woman-talking-phone_1157-48961.jpg",
imageAlt: "Ivory Silk Kaftan",
},
id: "sp1", name: "Ivory Silk Kaftan", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/young-muslim-woman-talking-phone_1157-48961.jpg", imageAlt: "Ivory Silk Kaftan"},
{
id: "sp2",
name: "Crimson Embellished Abaya",
price: "$350.00",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hijab-full-shot_23-2149522156.jpg",
imageAlt: "Crimson Embellished Abaya",
},
id: "sp2", name: "Crimson Embellished Abaya", price: "$350.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-hijab-full-shot_23-2149522156.jpg", imageAlt: "Crimson Embellished Abaya"},
{
id: "sp3",
name: "Minimalist Grey Abaya",
price: "$175.00",
imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-holding-leaf-side-view_23-2149642281.jpg",
imageAlt: "Minimalist Grey Abaya",
},
id: "sp3", name: "Minimalist Grey Abaya", price: "$175.00", imageSrc: "http://img.b2bpic.net/free-photo/muslim-woman-holding-leaf-side-view_23-2149642281.jpg", imageAlt: "Minimalist Grey Abaya"},
{
id: "sp4",
name: "Golden Hour Abaya",
price: "$310.00",
imageSrc: "http://img.b2bpic.net/free-photo/female-model-wearing-suit-hijab_114579-6711.jpg",
imageAlt: "Golden Hour Abaya",
},
id: "sp4", name: "Golden Hour Abaya", price: "$310.00", imageSrc: "http://img.b2bpic.net/free-photo/female-model-wearing-suit-hijab_114579-6711.jpg", imageAlt: "Golden Hour Abaya"},
{
id: "sp5",
name: "Sky Blue Evening Abaya",
price: "$320.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-clothing-designer_23-2150762224.jpg",
imageAlt: "Sky Blue Evening Abaya",
},
id: "sp5", name: "Sky Blue Evening Abaya", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-clothing-designer_23-2150762224.jpg", imageAlt: "Sky Blue Evening Abaya"},
{
id: "sp6",
name: "Forest Green Abaya",
price: "$280.00",
imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-wooden-doors_627829-8776.jpg",
imageAlt: "Forest Green Abaya",
},
id: "sp6", name: "Forest Green Abaya", price: "$280.00", imageSrc: "http://img.b2bpic.net/free-photo/adult-brunette-woman-violet-gown-background-old-wooden-doors_627829-8776.jpg", imageAlt: "Forest Green Abaya"},
]}
title="Shop Our Collections"
description="Discover our complete range of luxurious abayas, perfect for every occasion. Filter by style, color, and price to find your perfect match."
@@ -122,26 +76,18 @@ export default function LandingPage() {
<div id="quality-metrics" data-section="quality-metrics">
<MetricCardThree
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Sparkles,
title: "Craftsmanship",
value: "100% Hand-Finished",
},
id: "m1", icon: Sparkles,
title: "Craftsmanship", value: "100% Hand-Finished"},
{
id: "m2",
icon: Users,
title: "Customer Satisfaction",
value: "98% Positive Reviews",
},
id: "m2", icon: Users,
title: "Customer Satisfaction", value: "98% Positive Reviews"},
{
id: "m3",
icon: Truck,
title: "On-Time Delivery",
value: "99.5% Success Rate",
},
id: "m3", icon: Truck,
title: "On-Time Delivery", value: "99.5% Success Rate"},
]}
title="Our Commitment to Excellence"
description="We uphold the highest standards in craftsmanship and customer satisfaction."
@@ -153,58 +99,35 @@ export default function LandingPage() {
logoText="Abaya Elegance"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "New Arrivals",
href: "/new-arrivals",
},
label: "New Arrivals", href: "/new-arrivals"},
{
label: "Best Sellers",
href: "/shop",
},
label: "Best Sellers", href: "/shop"},
{
label: "Luxury Collection",
href: "/luxury-collection",
},
label: "Luxury Collection", href: "/luxury-collection"},
{
label: "Occasion Abayas",
href: "/occasion-abayas",
},
label: "Occasion Abayas", href: "/occasion-abayas"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Refund Policy",
href: "#",
},
label: "Refund Policy", href: "#"},
],
},
]}