Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -2,11 +2,24 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ProductCart from '@/components/ecommerce/productCart/ProductCart';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Men's", id: "/men" },
|
||||
{ name: "Women's", id: "/women" },
|
||||
{ name: "Fabrics", id: "/fabrics" },
|
||||
{ name: "Wedding", id: "/wedding" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Cart", id: "/cart" },
|
||||
{ name: "Checkout", id: "/checkout" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -21,110 +34,51 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Men's", id: "/men"},
|
||||
{
|
||||
name: "Women's", id: "/women"},
|
||||
{
|
||||
name: "Fabrics", id: "/fabrics"},
|
||||
{
|
||||
name: "Wedding", id: "/wedding"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Checkout", id: "/checkout"},
|
||||
]}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="cart-summary" data-section="cart-summary">
|
||||
<ProductCart
|
||||
isOpen={true}
|
||||
onClose={() => {}}
|
||||
title="Your Shopping Cart"
|
||||
totalLabel="Order Total"
|
||||
emptyMessage="Your cart is empty. Start exploring our luxury Pakistani fashion!"
|
||||
items={[
|
||||
{
|
||||
id: "cart-item-1", name: "Emerald Silk Stitched Kurta Set", variants: ["Size: M", "Color: Emerald"], price: "$299.00", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-model-sleeping-underwear_1303-19340.jpg", imageAlt: "Emerald Silk Stitched Kurta Set"},
|
||||
{
|
||||
id: "cart-item-2", name: "Crimson Velvet Bridal Lehenga", variants: ["Size: L", "Color: Crimson"], price: "$1499.00", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-posing-with-board_1321-1337.jpg", imageAlt: "Crimson Velvet Bridal Lehenga"},
|
||||
{
|
||||
id: "cart-item-3", name: "Charcoal Linen Men's Shalwar Kameez", variants: ["Size: S", "Color: Charcoal"], price: "$189.00", quantity: 2,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-front-door_23-2148248476.jpg", imageAlt: "Charcoal Linen Men's Shalwar Kameez"}
|
||||
]}
|
||||
total="$2176.00"
|
||||
buttons={[
|
||||
{
|
||||
text: "Continue Shopping", href: "/shop"},
|
||||
{
|
||||
text: "Proceed to Checkout", href: "/checkout"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="cart-summary" data-section="cart-summary" className="min-h-[50vh] flex items-center justify-center">
|
||||
<p className="text-xl text-foreground-accent">Your cart is currently empty.</p>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg"
|
||||
imageAlt="Dark luxury fabric texture"
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQs", href: "/contact#faqs"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Men's Collection", href: "/men"},
|
||||
{
|
||||
label: "Women's Collection", href: "/women"},
|
||||
{
|
||||
label: "Luxury Fabrics", href: "/fabrics"},
|
||||
{
|
||||
label: "Wedding Collection", href: "/wedding"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Customer Service", items: [
|
||||
{
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Return Policy", href: "#"},
|
||||
{
|
||||
label: "Order Tracking", href: "#"},
|
||||
{
|
||||
label: "Account Login", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Al-Karam Luxury. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg?_wi=10"
|
||||
imageAlt="Dark luxury fabric texture"
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "FAQs", href: "/contact#faqs" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "Men's Collection", href: "/men" },
|
||||
{ label: "Women's Collection", href: "/women" },
|
||||
{ label: "Luxury Fabrics", href: "/fabrics" },
|
||||
{ label: "Wedding Collection", href: "/wedding" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Service", items: [
|
||||
{ label: "Shipping Policy", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
{ label: "Order Tracking", href: "#" },
|
||||
{ label: "Account Login", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Al-Karam Luxury. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -2,14 +2,25 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||
|
||||
import { Diamond, Leaf, ShieldCheck } from 'lucide-react';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Men's", id: "/men" },
|
||||
{ name: "Women's", id: "/women" },
|
||||
{ name: "Fabrics", id: "/fabrics" },
|
||||
{ name: "Wedding", id: "/wedding" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Cart", id: "/cart" },
|
||||
{ name: "Checkout", id: "/checkout" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -24,130 +35,66 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Men's", id: "/men"},
|
||||
{
|
||||
name: "Women's", id: "/women"},
|
||||
{
|
||||
name: "Fabrics", id: "/fabrics"},
|
||||
{
|
||||
name: "Wedding", id: "/wedding"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Checkout", id: "/checkout"},
|
||||
]}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="fabrics-catalog" data-section="fabrics-catalog">
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "fabric-p1", name: "Premium Wash & Wear (Unstitched)", price: "$120.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silk-fabric-brown-material-home-decoration_23-2148516058.jpg", imageAlt: "Premium Wash & Wear Fabric"},
|
||||
{
|
||||
id: "fabric-p2", name: "Fine Cotton (Unstitched)", price: "$90.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-around-calm-cosy-spaces_23-2149622613.jpg", imageAlt: "Fine Cotton Fabric"},
|
||||
{
|
||||
id: "fabric-p3", name: "Luxury Silk (Unstitched)", price: "$500.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-fabric-details_23-2149285590.jpg", imageAlt: "Luxury Silk Fabric"},
|
||||
{
|
||||
id: "fabric-p4", name: "Pure Linen (Unstitched)", price: "$140.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concept-fibers-burlap-material-pinkness_23-2148066714.jpg", imageAlt: "Pure Linen Fabric"},
|
||||
{
|
||||
id: "fabric-p5", name: "Royal Boski (Unstitched)", price: "$400.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colored-plant-leaf_23-2149337915.jpg", imageAlt: "Royal Boski Fabric"},
|
||||
{
|
||||
id: "fabric-p6", name: "Exquisite Chiffon (Unstitched)", price: "$250.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fabric-texture-background_23-2148934873.jpg", imageAlt: "Exquisite Chiffon Fabric"}
|
||||
]}
|
||||
title="Our Luxury Fabrics"
|
||||
description="Indulge in the finest quality materials, from everyday comfort to opulent occasion wear, meticulously selected for their rich texture and drape."
|
||||
/>
|
||||
</div>
|
||||
<div id="fabrics-catalog" data-section="fabrics-catalog">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "f1", name: "Premium Boski Fabric", price: "$250", variant: "Luxurious Silk-Cotton Blend", imageSrc: "http://img.b2bpic.net/free-photo/closeup-texture-soft-silk-fabric_23-2149503460.jpg", imageAlt: "Premium Boski Fabric", rating: 5 },
|
||||
{ id: "f2", name: "Elegant Chiffon Collection", price: "$180", variant: "Lightweight & Flowy", imageSrc: "http://img.b2bpic.net/free-photo/fine-fabric-texture_23-2149303767.jpg", imageAlt: "Elegant Chiffon Collection", rating: 4 },
|
||||
{ id: "f3", name: "Rich Velvet Textile", price: "$320", variant: "Deep Hues & Soft Touch", imageSrc: "http://img.b2bpic.net/free-photo/texture-blue-velvet-fabric_23-2149187303.jpg", imageAlt: "Rich Velvet Textile", rating: 5 },
|
||||
{ id: "f4", name: "Classic Linen Suits", price: "$150", variant: "Breathable & Durable", imageSrc: "http://img.b2bpic.net/free-photo/linen-fabric-background-pattern_23-2149692348.jpg", imageAlt: "Classic Linen Suits", rating: 4 },
|
||||
{ id: "f5", name: "Embroidered Net Fabric", price: "$200", variant: "Intricate Design", imageSrc: "http://img.b2bpic.net/free-photo/texture-white-transparent-tulle-fabric_23-2148762744.jpg", imageAlt: "Embroidered Net Fabric", rating: 5 },
|
||||
{ id: "f6", name: "Pure Silk Dupatta", price: "$95", variant: "Vibrant Colors", imageSrc: "http://img.b2bpic.net/free-photo/silk-fabric_23-2149090623.jpg", imageAlt: "Pure Silk Dupatta", rating: 4 }
|
||||
]}
|
||||
title="Explore Our Exquisite Fabric Collections"
|
||||
description="Discover a world of premium textiles, from luxurious silks and chiffons to traditional Boski and modern blends, perfect for bespoke creations and designer ensembles."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="fabric-metrics" data-section="fabric-metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "100%", title: "Pure & Authentic", description: "Sourced from the finest mills to guarantee genuine quality and feel.", icon: Diamond},
|
||||
{
|
||||
id: "m2", value: "Ethical", title: "Sourcing & Craftsmanship", description: "Committed to fair practices and sustainable production at every step.", icon: Leaf},
|
||||
{
|
||||
id: "m3", value: "Superior", title: "Durability & Comfort", description: "Fabrics are tested for longevity, color fastness, and ultimate comfort.", icon: ShieldCheck}
|
||||
]}
|
||||
title="Our Commitment to Quality Fabrics"
|
||||
description="We source and craft fabrics with uncompromising standards, ensuring luxury in every thread and a superior experience for our customers."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg"
|
||||
imageAlt="Dark luxury fabric texture"
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQs", href: "/contact#faqs"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Men's Collection", href: "/men"},
|
||||
{
|
||||
label: "Women's Collection", href: "/women"},
|
||||
{
|
||||
label: "Luxury Fabrics", href: "/fabrics"},
|
||||
{
|
||||
label: "Wedding Collection", href: "/wedding"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Customer Service", items: [
|
||||
{
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Return Policy", href: "#"},
|
||||
{
|
||||
label: "Order Tracking", href: "#"},
|
||||
{
|
||||
label: "Account Login", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Al-Karam Luxury. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg?_wi=11"
|
||||
imageAlt="Dark luxury fabric texture"
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "FAQs", href: "/contact#faqs" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "Men's Collection", href: "/men" },
|
||||
{ label: "Women's Collection", href: "/women" },
|
||||
{ label: "Luxury Fabrics", href: "/fabrics" },
|
||||
{ label: "Wedding Collection", href: "/wedding" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Service", items: [
|
||||
{ label: "Shipping Policy", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
{ label: "Order Tracking", href: "#" },
|
||||
{ label: "Account Login", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Al-Karam Luxury. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -2,12 +2,25 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function LandingPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Men's", id: "/men" },
|
||||
{ name: "Women's", id: "/women" },
|
||||
{ name: "Fabrics", id: "/fabrics" },
|
||||
{ name: "Wedding", id: "/wedding" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Cart", id: "/cart" },
|
||||
{ name: "Checkout", id: "/checkout" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -22,130 +35,66 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Men's", id: "/men"},
|
||||
{
|
||||
name: "Women's", id: "/women"},
|
||||
{
|
||||
name: "Fabrics", id: "/fabrics"},
|
||||
{
|
||||
name: "Wedding", id: "/wedding"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Checkout", id: "/checkout"},
|
||||
]}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="wedding-catalog" data-section="wedding-catalog">
|
||||
<ProductCatalog
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "wedding-p1", name: "Bridal Red Lehenga", price: "$1800.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-street-fashion-shooting-beautiful-girl-posing-fashion-dress-brunette-dark-hair-long-hair-stylish-makeup-fancy-dress-dreamy-restaurant-red-lips-dark-eyes-summer_343629-252.jpg", imageAlt: "Bridal Red Lehenga"},
|
||||
{
|
||||
id: "wedding-p2", name: "Groom's Gold Sherwani", price: "$1200.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9531.jpg", imageAlt: "Groom's Gold Sherwani"},
|
||||
{
|
||||
id: "wedding-p3", name: "Embroidered Velvet Shawl", price: "$450.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silky-gold-fabric-snakeskin-textured_53876-94696.jpg", imageAlt: "Embroidered Velvet Shawl"},
|
||||
{
|
||||
id: "wedding-p4", name: "Bridesmaid's Chiffon Gown", price: "$380.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/profile-young-confident-handsome-man_114579-78891.jpg", imageAlt: "Bridesmaid's Chiffon Gown"},
|
||||
{
|
||||
id: "wedding-p5", name: "Groomsman's Silk Kurta", price: "$250.00", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-black-phone-man-people_1303-1393.jpg", imageAlt: "Groomsman's Silk Kurta"},
|
||||
{
|
||||
id: "wedding-p6", name: "Nikah Ceremony White Ensemble", price: "$950.00", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-red-pants-white-fur-coat-jacket-posed-winter-day-against-snowy-stone-background_627829-13357.jpg", imageAlt: "Nikah Ceremony White Ensemble"}
|
||||
]}
|
||||
title="The Grand Wedding Collection"
|
||||
description="Exquisite designs and rich embellishments for your most special day, celebrating tradition with a touch of modern luxury."
|
||||
/>
|
||||
</div>
|
||||
<div id="wedding-collection" data-section="wedding-collection">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "w1", name: "Bridal Lehenga Set", price: "$2500", variant: "Intricate Hand Embroidery", imageSrc: "http://img.b2bpic.net/free-photo/elegant-bride-pakistani-cultural-dress_23-2149565172.jpg", imageAlt: "Bridal Lehenga Set", rating: 5 },
|
||||
{ id: "w2", name: "Groom's Sherwani", price: "$1200", variant: "Classic Velvet with Zari Work", imageSrc: "http://img.b2bpic.net/free-photo/handsome-indian-groom-wearing-sherwani-posing-traditional-ceremony_23-2149864273.jpg", imageAlt: "Groom's Sherwani", rating: 5 },
|
||||
{ id: "w3", name: "Engagement Gown", price: "$900", variant: "Modern Design with Pearl Embellishments", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-wedding-dress_23-2149635678.jpg", imageAlt: "Engagement Gown", rating: 4 },
|
||||
{ id: "w4", name: "Bridesmaid's Anarkali", price: "$550", variant: "Flowy Silk with Minimal Embroidery", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-indian-woman-traditional-clothing-isolated-white-background_23-2149653805.jpg", imageAlt: "Bridesmaid's Anarkali", rating: 4 },
|
||||
{ id: "w5", name: "Wedding Guest Saree", price: "$400", variant: "Pure Chiffon with Zardozi Border", imageSrc: "http://img.b2bpic.net/free-photo/indian-woman-with-jewelry-isolated_23-2149615553.jpg", imageAlt: "Wedding Guest Saree", rating: 5 },
|
||||
{ id: "w6", name: "Groomsmen's Kurta Set", price: "$300", variant: "Linen-Cotton Blend", imageSrc: "http://img.b2bpic.net/free-photo/south-asian-groom-showing-his-wedding-outfit_23-2149491681.jpg", imageAlt: "Groomsmen's Kurta Set", rating: 4 }
|
||||
]}
|
||||
title="Our Exquisite Wedding Collection"
|
||||
description="Celebrate your special day with Al-Karam Luxury's bespoke wedding collection, featuring stunning bridal wear, elegant groom's attire, and enchanting ensembles for the entire wedding party."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="design-team" data-section="design-team">
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "tm1", name: "Imran Khan", role: "Lead Bridal Designer", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sensitive-man-posing-indoors_23-2149518276.jpg", imageAlt: "Imran Khan"},
|
||||
{
|
||||
id: "tm2", name: "Nazia Fatima", role: "Head of Embellishments", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-holding-sunglasses_23-2149105479.jpg", imageAlt: "Nazia Fatima"},
|
||||
{
|
||||
id: "tm3", name: "Farhan Abbasi", role: "Groomswear Specialist", imageSrc: "http://img.b2bpic.net/free-photo/cobbler-work_1098-13118.jpg", imageAlt: "Farhan Abbasi"}
|
||||
]}
|
||||
title="Meet Our Design Atelier"
|
||||
description="The creative minds behind your dream wedding attire, bringing visions of elegance and tradition to life with every stitch."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg"
|
||||
imageAlt="Dark luxury fabric texture"
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQs", href: "/contact#faqs"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Men's Collection", href: "/men"},
|
||||
{
|
||||
label: "Women's Collection", href: "/women"},
|
||||
{
|
||||
label: "Luxury Fabrics", href: "/fabrics"},
|
||||
{
|
||||
label: "Wedding Collection", href: "/wedding"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Customer Service", items: [
|
||||
{
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Return Policy", href: "#"},
|
||||
{
|
||||
label: "Order Tracking", href: "#"},
|
||||
{
|
||||
label: "Account Login", href: "#"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 Al-Karam Luxury. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/black-fabric-texture_53876-94011.jpg?_wi=12"
|
||||
imageAlt="Dark luxury fabric texture"
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "FAQs", href: "/contact#faqs" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Collections", items: [
|
||||
{ label: "Men's Collection", href: "/men" },
|
||||
{ label: "Women's Collection", href: "/women" },
|
||||
{ label: "Luxury Fabrics", href: "/fabrics" },
|
||||
{ label: "Wedding Collection", href: "/wedding" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Service", items: [
|
||||
{ label: "Shipping Policy", href: "#" },
|
||||
{ label: "Return Policy", href: "#" },
|
||||
{ label: "Order Tracking", href: "#" },
|
||||
{ label: "Account Login", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Al-Karam Luxury. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user