diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b018a1..ef80236 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,13 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/frozen-raspberry_23-2148176337.jpg", imageAlt: "Premium natural emerald gemstone with glowing green lighting" }, - { imageSrc: "http://img.b2bpic.net/free-photo/big-crystal-diamond-orange-shiny-bright-backdrop_23-2147948698.jpg?_wi=1", imageAlt: "Luxury emerald gemstone product photography" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921940.jpg?_wi=1", imageAlt: "High quality natural emerald crystal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/shadow-shining-diamond-colored-backdrop_23-2147948687.jpg?_wi=1", imageAlt: "Premium emerald stone with professional lighting" }, + { imageSrc: "http://img.b2bpic.net/free-photo/big-crystal-diamond-orange-shiny-bright-backdrop_23-2147948698.jpg", imageAlt: "Luxury emerald gemstone product photography" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921940.jpg", imageAlt: "High quality natural emerald crystal" }, + { imageSrc: "http://img.b2bpic.net/free-photo/shadow-shining-diamond-colored-backdrop_23-2147948687.jpg", imageAlt: "Premium emerald stone with professional lighting" }, { imageSrc: "http://img.b2bpic.net/free-photo/vibrant-green-orange-agate-geode_23-2152029626.jpg", imageAlt: "Panjshir Valley emerald landscape heritage" } ]} ariaLabel="Hero section showcasing premium natural emeralds" containerClassName="relative" - titleClassName="text-4xl md:text-5xl lg:text-6xl font-bold tracking-tight" - descriptionClassName="text-lg md:text-xl text-foreground/90 max-w-2xl" /> @@ -87,21 +85,19 @@ export default function LandingPage() { products={[ { id: "emerald-001", brand: "Zomorod", name: "Royal Panjshir Emerald - 5.2ct", price: "$8,500", rating: 5, - reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/big-crystal-diamond-orange-shiny-bright-backdrop_23-2147948698.jpg?_wi=2", imageAlt: "Royal Panjshir Emerald 5.2 carats premium quality" + reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/big-crystal-diamond-orange-shiny-bright-backdrop_23-2147948698.jpg", imageAlt: "Royal Panjshir Emerald 5.2 carats premium quality" }, { id: "emerald-002", brand: "Zomorod", name: "Vivid Green Emerald - 3.8ct", price: "$5,200", rating: 5, - reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921940.jpg?_wi=2", imageAlt: "Vivid Green Emerald 3.8 carats high clarity" + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/luxury-jewellery-display_23-2151921940.jpg", imageAlt: "Vivid Green Emerald 3.8 carats high clarity" }, { id: "emerald-003", brand: "Zomorod", name: "Estate Emerald - 4.6ct", price: "$6,800", rating: 5, - reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/shadow-shining-diamond-colored-backdrop_23-2147948687.jpg?_wi=2", imageAlt: "Estate Emerald 4.6 carats finest quality" + reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/shadow-shining-diamond-colored-backdrop_23-2147948687.jpg", imageAlt: "Estate Emerald 4.6 carats finest quality" } ]} ariaLabel="Featured emerald collection with premium gemstones" containerClassName="relative" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-foreground/80" /> @@ -119,7 +115,6 @@ export default function LandingPage() { buttonAnimation="slide-up" ariaLabel="About Panjshir Afghan emeralds section" containerClassName="relative" - headingClassName="text-2xl md:text-3xl lg:text-4xl font-bold leading-tight" /> @@ -149,8 +144,6 @@ export default function LandingPage() { ]} ariaLabel="Emerald quality guide - The four Cs of gemstone evaluation" containerClassName="relative" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-foreground/80" /> @@ -183,8 +176,6 @@ export default function LandingPage() { ]} ariaLabel="Authenticity certificates and guarantees section" containerClassName="relative" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-foreground/80" /> @@ -214,8 +205,6 @@ export default function LandingPage() { ]} ariaLabel="Global shipping and secure payment options" containerClassName="relative" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-foreground/80" /> @@ -235,7 +224,6 @@ export default function LandingPage() { useInvertedBackground={false} ariaLabel="Customer testimonial - Victoria Sterling" containerClassName="relative text-center" - testimonialClassName="text-xl md:text-2xl font-light leading-relaxed max-w-3xl mx-auto" /> @@ -256,8 +244,6 @@ export default function LandingPage() { ariaLabel="Contact section - Get in touch with Zomorod" containerClassName="relative" contentClassName="max-w-2xl mx-auto" - titleClassName="text-3xl md:text-4xl font-bold" - descriptionClassName="text-base md:text-lg text-foreground/80" /> @@ -290,8 +276,6 @@ export default function LandingPage() { ]} ariaLabel="Site footer with navigation and company information" containerClassName="relative" - logoTextClassName="text-xl md:text-2xl font-bold tracking-wide" - columnTitleClassName="text-sm font-semibold uppercase tracking-widest mb-4" />