Update src/app/page.tsx

This commit is contained in:
2026-03-07 06:08:01 +00:00
parent 31f1a96bbc
commit 5f3a1a1ed0

View File

@@ -69,23 +69,23 @@ export default function LandingPage() {
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg", imageAlt: "Premium red fragrance"
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg?_wi=1", imageAlt: "Premium red fragrance"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg", imageAlt: "Elegant women perfume"
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg?_wi=1", imageAlt: "Elegant women perfume"
},
{
imageSrc:
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg", imageAlt: "Modern unisex fragrance"
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg?_wi=1", imageAlt: "Modern unisex fragrance"
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg", imageAlt: "Signature limited edition"
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg?_wi=1", imageAlt: "Signature limited edition"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Seasonal collection showcase"
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=1", imageAlt: "Seasonal collection showcase"
},
]}
background={{ variant: "sparkles-gradient" }}
@@ -104,27 +104,27 @@ export default function LandingPage() {
{
id: "1", brand: "Smell Good", name: "Midnight Elegance", price: "$89.99", rating: 5,
reviewCount: "342", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg", imageAlt: "Midnight Elegance cologne"
"http://img.b2bpic.net/free-photo/portrait-handsome-fashion-stylish-hipster-businessman-model-dressed-elegant-brown-suit-sunglasses_158538-11340.jpg?_wi=2", imageAlt: "Midnight Elegance cologne"
},
{
id: "2", brand: "Smell Good", name: "Blossom Essence", price: "$79.99", rating: 5,
reviewCount: "298", imageSrc:
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg", imageAlt: "Blossom Essence perfume"
"http://img.b2bpic.net/free-photo/young-witches-mixing-potions_1153-484.jpg?_wi=2", imageAlt: "Blossom Essence perfume"
},
{
id: "3", brand: "Smell Good", name: "Urban Harmony", price: "$84.99", rating: 5,
reviewCount: "267", imageSrc:
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg", imageAlt: "Urban Harmony unisex fragrance"
"http://img.b2bpic.net/free-psd/perfume-template-design_23-2151519469.jpg?_wi=2", imageAlt: "Urban Harmony unisex fragrance"
},
{
id: "4", brand: "Smell Good", name: "Luxe Signature", price: "$119.99", rating: 5,
reviewCount: "185", imageSrc:
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg", imageAlt: "Luxe Signature limited edition"
"http://img.b2bpic.net/free-vector/summer-skin-care-cosmetics-tropic_88138-292.jpg?_wi=2", imageAlt: "Luxe Signature limited edition"
},
{
id: "5", brand: "Smell Good", name: "Seasonal Trio", price: "$149.99", rating: 5,
reviewCount: "156", imageSrc:
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Seasonal Trio collection"
"http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg?_wi=2", imageAlt: "Seasonal Trio collection"
},
]}
gridVariant="three-columns-all-equal-width"