Merge version_1 into main #4
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
{ text: "Visit Store", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg?_wi=1"
|
||||
imageAlt="Luxury jewelry and fragrance showcase"
|
||||
frameStyle="card"
|
||||
mediaAnimation="opacity"
|
||||
@@ -135,13 +135,13 @@ export default function HomePage() {
|
||||
animationType="opacity"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", imageAlt: "Aurora Diamond Ring"},
|
||||
id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg?_wi=1", imageAlt: "Aurora Diamond Ring"},
|
||||
{
|
||||
id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg", imageAlt: "Ocean Breeze Fragrance"},
|
||||
id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg?_wi=1", imageAlt: "Ocean Breeze Fragrance"},
|
||||
{
|
||||
id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg", imageAlt: "Pearl Elegance Necklace"},
|
||||
id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg?_wi=1", imageAlt: "Pearl Elegance Necklace"},
|
||||
{
|
||||
id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", imageAlt: "Sunset Gold Bracelet"},
|
||||
id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=1", imageAlt: "Sunset Gold Bracelet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function ShopPage() {
|
||||
{ text: "New Arrivals", href: "#products" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg?_wi=2"
|
||||
imageAlt="Shop luxury jewelry and fragrances"
|
||||
frameStyle="card"
|
||||
mediaAnimation="opacity"
|
||||
@@ -91,13 +91,13 @@ export default function ShopPage() {
|
||||
animationType="opacity"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg", imageAlt: "Aurora Diamond Ring"},
|
||||
id: "1", name: "Aurora Diamond Ring", price: "$4,850", imageSrc: "http://img.b2bpic.net/free-photo/closeup-diamond-ring_53876-17947.jpg?_wi=2", imageAlt: "Aurora Diamond Ring"},
|
||||
{
|
||||
id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg", imageAlt: "Ocean Breeze Fragrance"},
|
||||
id: "2", name: "Ocean Breeze Fragrance", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_74190-5173.jpg?_wi=2", imageAlt: "Ocean Breeze Fragrance"},
|
||||
{
|
||||
id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg", imageAlt: "Pearl Elegance Necklace"},
|
||||
id: "3", name: "Pearl Elegance Necklace", price: "$2,290", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-chain-necklace_23-2149490496.jpg?_wi=2", imageAlt: "Pearl Elegance Necklace"},
|
||||
{
|
||||
id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg", imageAlt: "Sunset Gold Bracelet"},
|
||||
id: "4", name: "Sunset Gold Bracelet", price: "$3,195", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-young-woman-street_1301-4773.jpg?_wi=2", imageAlt: "Sunset Gold Bracelet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user