Update src/app/blog/page.tsx
This commit is contained in:
@@ -26,49 +26,27 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Men's",
|
||||
id: "/men",
|
||||
},
|
||||
name: "Men's", id: "/men"},
|
||||
{
|
||||
name: "Women's",
|
||||
id: "/women",
|
||||
},
|
||||
name: "Women' id: "/women"},
|
||||
{
|
||||
name: "Fabrics",
|
||||
id: "/fabrics",
|
||||
},
|
||||
name: "Fabrics", id: "/fabrics"},
|
||||
{
|
||||
name: "Wedding",
|
||||
id: "/wedding",
|
||||
},
|
||||
name: "Wedding", id: "/wedding"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Cart",
|
||||
id: "/cart",
|
||||
},
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Checkout",
|
||||
id: "/checkout",
|
||||
},
|
||||
name: "Checkout", id: "/checkout"},
|
||||
]}
|
||||
brandName="Al-Karam Luxury"
|
||||
/>
|
||||
@@ -80,41 +58,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Insights from the World of Pakistani Fashion"
|
||||
description="Stay informed with our articles on trends, traditions, style guides, and the rich heritage of South Asian textiles."
|
||||
description="Stay informed with our exclusive articles on trends, traditions, style guides, and the rich heritage of South Asian textiles and luxury fabrics."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Culture",
|
||||
title: "The Rich History of Pakistani Embroidery",
|
||||
excerpt: "Dive into the intricate world of traditional Pakistani embroidery and its cultural significance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4410.jpg",
|
||||
imageAlt: "Traditional Pakistani embroidery",
|
||||
authorName: "Aisha Malik",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/pretty-short-hair-woman-with-light-make-up-golden-earrings-red-china-dragon-printed-blouse-green-positive-emotions-confident-smile_343596-6372.jpg",
|
||||
date: "November 01, 2024",
|
||||
},
|
||||
id: "b1", category: "Culture", title: "The Rich History of Pakistani Embroidery", excerpt: "Dive into the intricate world of traditional Pakistani embroidery and its cultural significance in luxury fashion.", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4410.jpg", imageAlt: "Traditional Pakistani embroidery on luxury fabric", authorName: "Aisha Malik", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-short-hair-woman-with-light-make-up-golden-earrings-red-china-dragon-printed-blouse-green-positive-emotions-confident-smile_343596-6372.jpg", date: "November 01, 2024"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Design",
|
||||
title: "Modern Silhouettes in Traditional Suits",
|
||||
excerpt: "How contemporary cuts are redefining classic Pakistani stitched and unstitched suits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-suit_1303-4445.jpg",
|
||||
imageAlt: "Modern stitched suit design",
|
||||
authorName: "Imran Khan",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-with-braids-portrait_23-2151428218.jpg",
|
||||
date: "October 15, 2024",
|
||||
},
|
||||
id: "b2", category: "Design", title: "Modern Silhouettes in Traditional Suits", excerpt: "How contemporary cuts are redefining classic Pakistani stitched and unstitched luxury suits for modern elegance.", imageSrc: "http://img.b2bpic.net/free-photo/girls-suit_1303-4445.jpg", imageAlt: "Modern stitched suit design from Al-Karam Luxury", authorName: "Imran Khan", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-man-with-braids-portrait_23-2151428218.jpg", date: "October 15, 2024"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Fabrics",
|
||||
title: "A Guide to Luxury Pakistani Fabrics",
|
||||
excerpt: "Understand the unique qualities of Boski, Silk, Chiffon, and other premium fabrics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-17968.jpg",
|
||||
imageAlt: "Luxury silk fabric",
|
||||
authorName: "Zain Ali",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-brazilian-woman-working-as-clothing-designer_23-2150762253.jpg",
|
||||
date: "September 28, 2024",
|
||||
},
|
||||
id: "b3", category: "Fabrics", title: "A Guide to Luxury Pakistani Fabrics", excerpt: "Understand the unique qualities of Boski, Silk, Chiffon, and other premium fabrics in our curated collection.", imageSrc: "http://img.b2bpic.net/free-photo/fabric-textured-background_53876-17968.jpg", imageAlt: "Close-up of luxury silk fabric", authorName: "Zain Ali", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-brazilian-woman-working-as-clothing-designer_23-2150762253.jpg", date: "September 28, 2024"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,13 +74,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Join Our Community"
|
||||
title="Never Miss a Fashion Update"
|
||||
description="Subscribe to our blog's newsletter for exclusive articles, styling tips, and insights delivered straight to your inbox."
|
||||
variant: "plain"}}
|
||||
tag="Join Our Fashion Community"
|
||||
title="Never Miss a Luxury Fashion Update"
|
||||
description="Subscribe to our blog's newsletter for exclusive articles, styling tips, and insights into premium Pakistani fashion delivered straight to your inbox."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wavy-text-collage-concept_52683-104221.jpg"
|
||||
imageAlt="Woman reading fashion blog on tablet"
|
||||
imageAlt="Woman reading a luxury fashion blog on tablet"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter your email"
|
||||
@@ -145,66 +95,39 @@ export default function LandingPage() {
|
||||
logoText="Al-Karam Luxury"
|
||||
columns={[
|
||||
{
|
||||
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: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Men's Collection",
|
||||
href: "/men",
|
||||
},
|
||||
label: "Men's Collection", href: "/men"},
|
||||
{
|
||||
label: "Women's Collection",
|
||||
href: "/women",
|
||||
},
|
||||
label: "Women's Collection", href: "/women"},
|
||||
{
|
||||
label: "Luxury Fabrics",
|
||||
href: "/fabrics",
|
||||
},
|
||||
label: "Luxury Fabrics", href: "/fabrics"},
|
||||
{
|
||||
label: "Wedding Collection",
|
||||
href: "/wedding",
|
||||
},
|
||||
label: "Wedding Collection", href: "/wedding"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Service",
|
||||
items: [
|
||||
title: "Customer Service", items: [
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping Policy", href: "#"},
|
||||
{
|
||||
label: "Return Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Return Policy", href: "#"},
|
||||
{
|
||||
label: "Order Tracking",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Tracking", href: "#"},
|
||||
{
|
||||
label: "Account Login",
|
||||
href: "#",
|
||||
},
|
||||
label: "Account Login", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -214,4 +137,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user