Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 06:24:57 +00:00

View File

@@ -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"