diff --git a/src/app/page.tsx b/src/app/page.tsx index f15dc09..1d54ccd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"