From b0f9d56ef4c0881f03095b58232742ad713ed98e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:24:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5487f5..e4bebd0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,15 +98,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Pure Oud Collection", description: "Our signature collection featuring premium oud sourced from the finest regions. Each fragrance captures the essence of traditional Arabian luxury with modern sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg", imageAlt: "Premium oud perfume collection" + title: "Pure Oud Collection", description: "Our signature collection featuring premium oud sourced from the finest regions. Each fragrance captures the essence of traditional Arabian luxury with modern sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", imageAlt: "Premium oud perfume collection" }, { id: 2, - title: "Rose & Floral", description: "Delicate and elegant floral fragrances combining traditional rose with modern accords. Perfect for those seeking a lighter, more feminine expression of Arabian luxury.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-still-life-items_23-2148229273.jpg", imageAlt: "Rose fragrance collection" + title: "Rose & Floral", description: "Delicate and elegant floral fragrances combining traditional rose with modern accords. Perfect for those seeking a lighter, more feminine expression of Arabian luxury.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-still-life-items_23-2148229273.jpg?_wi=1", imageAlt: "Rose fragrance collection" }, { id: 3, - title: "Amber & Gold", description: "Rich and warm amber fragrances blended with precious gold accents. A perfect choice for evening wear and special occasions that demand sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-biege-blurred-background_140725-145528.jpg", imageAlt: "Amber perfume collection" + title: "Amber & Gold", description: "Rich and warm amber fragrances blended with precious gold accents. A perfect choice for evening wear and special occasions that demand sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-biege-blurred-background_140725-145528.jpg?_wi=1", imageAlt: "Amber perfume collection" } ]} /> @@ -123,13 +123,13 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Royal Oud Supreme", price: "599 SAR", variant: "50ml • Pure Oud Extract", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg", imageAlt: "Royal Oud Supreme luxury perfume bottle" + id: "1", name: "Royal Oud Supreme", price: "599 SAR", variant: "50ml • Pure Oud Extract", imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=2", imageAlt: "Royal Oud Supreme luxury perfume bottle" }, { - id: "2", name: "Damask Rose Elegance", price: "429 SAR", variant: "50ml • Rose & Oud Blend", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-still-life-items_23-2148229273.jpg", imageAlt: "Damask Rose Elegance fragrance bottle" + id: "2", name: "Damask Rose Elegance", price: "429 SAR", variant: "50ml • Rose & Oud Blend", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-still-life-items_23-2148229273.jpg?_wi=2", imageAlt: "Damask Rose Elegance fragrance bottle" }, { - id: "3", name: "Amber Desert Nights", price: "479 SAR", variant: "50ml • Amber & Gold", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-biege-blurred-background_140725-145528.jpg", imageAlt: "Amber Desert Nights perfume collection" + id: "3", name: "Amber Desert Nights", price: "479 SAR", variant: "50ml • Amber & Gold", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-biege-blurred-background_140725-145528.jpg?_wi=2", imageAlt: "Amber Desert Nights perfume collection" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1