Update src/app/page.tsx
This commit is contained in:
@@ -115,7 +115,7 @@ export default function HomePage() {
|
||||
id: "1",
|
||||
name: "Premium Silk Evening Gown",
|
||||
price: "$450.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-enjoying-shopping-day_23-2147645037.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-enjoying-shopping-day_23-2147645037.jpg?_wi=1",
|
||||
imageAlt: "Premium Silk Evening Gown",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -123,7 +123,7 @@ export default function HomePage() {
|
||||
id: "2",
|
||||
name: "Designer Leather Jacket",
|
||||
price: "$680.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353708.jpg?_wi=1",
|
||||
imageAlt: "Designer Leather Jacket",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -131,7 +131,7 @@ export default function HomePage() {
|
||||
id: "3",
|
||||
name: "Luxury Handbag Collection",
|
||||
price: "$520.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164701.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothing-store-with-blurred-efecto_23-2148164701.jpg?_wi=1",
|
||||
imageAlt: "Luxury Handbag Collection",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -172,7 +172,7 @@ export default function HomePage() {
|
||||
icon: Phone,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg?_wi=1"
|
||||
imageAlt="HOURI Boutique Shop"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
handle: "@sarah_m",
|
||||
testimonial: "Absolutely love the quality of items at HOURI! The personal service is exceptional and the boutique owner was so helpful in selecting the perfect pieces.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
handle: "@ahmed_style",
|
||||
testimonial: "Outstanding collection of designer items. The registration process was quick and easy. HOURI makes premium fashion accessible and personalized.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
{
|
||||
@@ -233,7 +233,7 @@ export default function HomePage() {
|
||||
handle: "@aisha_style",
|
||||
testimonial: "HOURI stands out for personalized service. Every item is carefully selected, and the owner truly cares about customer satisfaction.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg?_wi=2",
|
||||
imageAlt: "Aisha Patel",
|
||||
},
|
||||
{
|
||||
@@ -242,7 +242,7 @@ export default function HomePage() {
|
||||
handle: "@james_fashion",
|
||||
testimonial: "A hidden gem in the fashion world. The boutique combines luxury with accessibility, and the direct communication model is refreshing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
]}
|
||||
@@ -329,7 +329,7 @@ export default function HomePage() {
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/long-corridor-showcase_1127-3441.jpg?_wi=2"
|
||||
imageAlt="Contact HOURI Boutique"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user