2 Commits

Author SHA1 Message Date
91755da22d Update src/app/page.tsx 2026-03-04 05:34:27 +00:00
45104533d7 Merge version_1 into main
Merge version_1 into main
2026-03-04 05:32:10 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
description="Premium unstitched Pakistani fabrics from Faisalabad. Discover our exclusive collection of high-quality cotton, linen, silk, and lawn textiles crafted with traditional excellence and modern standards."
background={{ variant: "plain" }}
buttons={[
{ text: "Shop Now", href: "#products" },
{ text: "Browse Fabrics", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
layoutOrder="default"
@@ -94,7 +94,7 @@ export default function LandingPage() {
id: "3", name: "Luxe Silk Fabric", price: "PKR 2000 - 3500/yard", imageSrc: "http://img.b2bpic.net/free-photo/elegant-silk-fabric-decoration_23-2148516034.jpg?_wi=1", imageAlt: "Premium silk textile"
},
{
id: "4", name: "Printed Lawn", price: "PKR 600 - 1000/yard", imageSrc: "http://img.b2bpic.net/free-vector/pretty-tropical-floral-pattern_23-2148808877.jpg", imageAlt: "Colorful printed lawn fabric"
id: "4", name: "Printed Lawn", price: "PKR 600 - 1000/yard", imageSrc: "http://img.b2bpic.net/free-photo/pretty-tropical-floral-pattern_23-2148808877.jpg", imageAlt: "Colorful printed lawn fabric"
}
]}
gridVariant="three-columns-all-equal-width"