Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 89a9ffb980 | |||
| fc3ddc7933 | |||
| ac80740a6e | |||
| 788b1177f4 | |||
| bad19c9148 |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -112,10 +112,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Elite Men's Collection", price: "$45 - $75", variant: "Masculine · 5 Scents", imageSrc: "http://img.b2bpic.net/free-photo/front-view-rectangular-cologne-bottle-branch-rotten-wood-beige-background_140725-145548.jpg", imageAlt: "Men's fragrance collection", isFavorited: false },
|
||||
{ id: "2", name: "Elegant Women's Range", price: "$50 - $85", variant: "Feminine · 6 Scents", imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151564393.jpg", imageAlt: "Women's fragrance collection", isFavorited: false },
|
||||
{ id: "3", name: "Unisex Fragrances", price: "$40 - $70", variant: "Neutral · 4 Scents", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17689.jpg", imageAlt: "Unisex fragrance collection", isFavorited: false },
|
||||
{ id: "4", name: "Gift Perfume Sets", price: "$65 - $120", variant: "Curated · 2-3 Scents", imageSrc: "http://img.b2bpic.net/free-vector/premium-set-polka-dots-pattern-banners_1017-15347.jpg", imageAlt: "Luxury gift set collection", isFavorited: false }
|
||||
{ id: "1", name: "Elite Men's Collection", price: "From $45", variant: "Masculine · 5 Scents", imageSrc: "http://img.b2bpic.net/free-photo/front-view-rectangular-cologne-bottle-branch-rotten-wood-beige-background_140725-145548.jpg", imageAlt: "Men's fragrance collection", isFavorited: false },
|
||||
{ id: "2", name: "Elegant Women's Range", price: "From $50", variant: "Feminine · 6 Scents", imageSrc: "http://img.b2bpic.net/free-psd/perfume-template-design_23-2151564393.jpg", imageAlt: "Women's fragrance collection", isFavorited: false },
|
||||
{ id: "3", name: "Unisex Fragrances", price: "From $40", variant: "Neutral · 4 Scents", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17689.jpg", imageAlt: "Unisex fragrance collection", isFavorited: false },
|
||||
{ id: "4", name: "Gift Perfume Sets", price: "From $65", variant: "Curated · 2-3 Scents", imageSrc: "http://img.b2bpic.net/free-vector/premium-set-polka-dots-pattern-banners_1017-15347.jpg", imageAlt: "Luxury gift set collection", isFavorited: false }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,4 +159,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user