Merge version_1 into main #1
@@ -86,7 +86,7 @@ export default function AboutPage() {
|
||||
"The Royal Oud Attar is absolutely exquisite! The quality and longevity are unmatched. I've tried many brands, but Mulla Perfumes stands out for its authenticity and luxury.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=3",
|
||||
imageAlt: "woman professional portrait headshot",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function AboutPage() {
|
||||
"I purchased their gift set for my wife and she loves every single fragrance. The packaging is elegant and the scents are divine. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=3",
|
||||
imageAlt: "man professional portrait headshot",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function AboutPage() {
|
||||
"Mulla Perfumes captures the essence of true Arabian fragrance heritage. Each product feels like a journey. Exceptional quality and customer service.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg?_wi=3",
|
||||
imageAlt: "young woman smiling portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,37 +55,37 @@ export default function HomePage() {
|
||||
background={{ variant: "aurora" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=1",
|
||||
imageAlt: "Premium Perfume Bottle 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=1",
|
||||
imageAlt: "Exotic Attar Fragrance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=1",
|
||||
imageAlt: "Luxury Perfume Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=2",
|
||||
imageAlt: "Premium Collection",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=2",
|
||||
imageAlt: "Floral Fragrance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=2",
|
||||
imageAlt: "Oriental Attar",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=3",
|
||||
imageAlt: "Signature Scent",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=3",
|
||||
imageAlt: "Collection Range",
|
||||
},
|
||||
]}
|
||||
@@ -118,7 +118,7 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Royal Oud Attar",
|
||||
price: "$89.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=4",
|
||||
imageAlt: "Royal Oud Attar",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
id: "2",
|
||||
name: "Floral Bliss Perfume",
|
||||
price: "$79.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=4",
|
||||
imageAlt: "Floral Bliss Perfume",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -134,7 +134,7 @@ export default function HomePage() {
|
||||
id: "3",
|
||||
name: "Amber Nights Attar",
|
||||
price: "$99.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=3",
|
||||
imageAlt: "Amber Nights Attar",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -142,7 +142,7 @@ export default function HomePage() {
|
||||
id: "4",
|
||||
name: "Rose Garden Essence",
|
||||
price: "$85.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=5",
|
||||
imageAlt: "Rose Garden Essence",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -208,7 +208,7 @@ export default function HomePage() {
|
||||
handle: "@sophiarahman",
|
||||
testimonial: "The Royal Oud Attar is absolutely exquisite! The quality and longevity are unmatched. I've tried many brands, but Mulla Perfumes stands out for its authenticity and luxury.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=1",
|
||||
imageAlt: "Sophia Rahman",
|
||||
},
|
||||
{
|
||||
@@ -217,7 +217,7 @@ export default function HomePage() {
|
||||
handle: "@ahmedhassan",
|
||||
testimonial: "I purchased their gift set for my wife and she loves every single fragrance. The packaging is elegant and the scents are divine. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
{
|
||||
@@ -226,7 +226,7 @@ export default function HomePage() {
|
||||
handle: "@fatima.luxe",
|
||||
testimonial: "Mulla Perfumes captures the essence of true Arabian fragrance heritage. Each product feels like a journey. Exceptional quality and customer service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg?_wi=1",
|
||||
imageAlt: "Fatima Al-Mazrouei",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function ShopPage() {
|
||||
id: "1",
|
||||
name: "Royal Oud Attar",
|
||||
price: "$89.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=6",
|
||||
imageAlt: "Royal Oud Attar",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -62,7 +62,7 @@ export default function ShopPage() {
|
||||
id: "2",
|
||||
name: "Floral Bliss Perfume",
|
||||
price: "$79.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=5",
|
||||
imageAlt: "Floral Bliss Perfume",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -70,7 +70,7 @@ export default function ShopPage() {
|
||||
id: "3",
|
||||
name: "Amber Nights Attar",
|
||||
price: "$99.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=4",
|
||||
imageAlt: "Amber Nights Attar",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -78,7 +78,7 @@ export default function ShopPage() {
|
||||
id: "4",
|
||||
name: "Rose Garden Essence",
|
||||
price: "$85.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-clear-glass-with-cover_140725-13873.jpg?_wi=7",
|
||||
imageAlt: "Rose Garden Essence",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -86,7 +86,7 @@ export default function ShopPage() {
|
||||
id: "5",
|
||||
name: "Exotic Sandalwood Attar",
|
||||
price: "$95.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-art-deco-instagram-story-collection_23-2149183119.jpg?_wi=6",
|
||||
imageAlt: "Exotic Sandalwood Attar",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -94,7 +94,7 @@ export default function ShopPage() {
|
||||
id: "6",
|
||||
name: "Jasmine Dreams Perfume",
|
||||
price: "$75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-face-roller-red-flower-high-angle_23-2149357114.jpg?_wi=5",
|
||||
imageAlt: "Jasmine Dreams Perfume",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -129,7 +129,7 @@ export default function ShopPage() {
|
||||
handle: "@sophiarahman",
|
||||
testimonial: "The Royal Oud Attar is absolutely exquisite! The quality and longevity are unmatched. I've tried many brands, but Mulla Perfumes stands out for its authenticity and luxury.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman_641386-483.jpg?_wi=2",
|
||||
imageAlt: "Sophia Rahman",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ export default function ShopPage() {
|
||||
handle: "@ahmedhassan",
|
||||
testimonial: "I purchased their gift set for my wife and she loves every single fragrance. The packaging is elegant and the scents are divine. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-business-man-smiles_23-2148763856.jpg?_wi=2",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
{
|
||||
@@ -147,7 +147,7 @@ export default function ShopPage() {
|
||||
handle: "@fatima.luxe",
|
||||
testimonial: "Mulla Perfumes captures the essence of true Arabian fragrance heritage. Each product feels like a journey. Exceptional quality and customer service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-posing-studio_23-2149392882.jpg?_wi=2",
|
||||
imageAlt: "Fatima Al-Mazrouei",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user