Update src/app/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
handle: "@ahmed",
|
||||
testimonial: "The best perfume in Basra. Truly premium and long-lasting.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=1",
|
||||
imageAlt: "luxury perfume bottle studio",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
handle: "@sara",
|
||||
testimonial: "Sophisticated scents that redefine elegance. Loved it!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-cologne-light-grey-background-with-free-space_140725-145462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-cologne-light-grey-background-with-free-space_140725-145462.jpg?_wi=1",
|
||||
imageAlt: "luxury perfume bottle studio",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
handle: "@khalid",
|
||||
testimonial: "Excellent service and high-quality fragrance bottles.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg?_wi=1",
|
||||
imageAlt: "luxury perfume bottle studio",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
handle: "@layla",
|
||||
testimonial: "Every bottle feels like a piece of art.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639153.jpg?_wi=1",
|
||||
imageAlt: "luxury perfume bottle studio",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
handle: "@omar",
|
||||
testimonial: "Fast delivery and the scent stays all day.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg?_wi=1",
|
||||
imageAlt: "luxury perfume bottle studio",
|
||||
},
|
||||
]}
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337702.jpg?_wi=2"
|
||||
imageAlt="luxury perfume bottle studio"
|
||||
avatars={[
|
||||
{
|
||||
@@ -184,25 +184,25 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Royal Oud",
|
||||
price: "$120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-cologne-light-grey-background-with-free-space_140725-145462.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-men-cologne-light-grey-background-with-free-space_140725-145462.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Midnight Breeze",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-perfume-lipstick-arrangement_23-2149234343.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Golden Horizon",
|
||||
price: "$180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle-table_1194-639153.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Summer Essence",
|
||||
price: "$90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307299.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
|
||||
Reference in New Issue
Block a user