Update src/app/page.tsx
This commit is contained in:
@@ -60,7 +60,7 @@ export default function HomePage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8336.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8336.jpg?_wi=1"
|
||||
imageAlt="Premium product showcase"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="browser"
|
||||
@@ -77,7 +77,7 @@ export default function HomePage() {
|
||||
name: "Premium Wireless Headphones",
|
||||
price: "$299.99",
|
||||
variant: "Silver • Noise Cancelling • 30hr Battery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=1",
|
||||
imageAlt: "Premium wireless headphones",
|
||||
isFavorited: false,
|
||||
onProductClick: () => {
|
||||
@@ -89,7 +89,7 @@ export default function HomePage() {
|
||||
name: "Luxury Leather Backpack",
|
||||
price: "$189.99",
|
||||
variant: "Black • Italian Leather • Waterproof",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg?_wi=1",
|
||||
imageAlt: "Luxury leather backpack",
|
||||
isFavorited: false,
|
||||
onProductClick: () => {
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
name: "Designer Smartwatch",
|
||||
price: "$349.99",
|
||||
variant: "Gold • AMOLED Screen • 7 Days Battery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg?_wi=1",
|
||||
imageAlt: "Designer smartwatch",
|
||||
isFavorited: false,
|
||||
onProductClick: () => {
|
||||
@@ -233,7 +233,7 @@ export default function HomePage() {
|
||||
text: "Get Started",
|
||||
href: "/shop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=2",
|
||||
imageAlt: "Basic membership benefits",
|
||||
},
|
||||
{
|
||||
@@ -253,7 +253,7 @@ export default function HomePage() {
|
||||
text: "Subscribe Now",
|
||||
href: "/pricing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg?_wi=2",
|
||||
imageAlt: "Premium plus membership benefits",
|
||||
},
|
||||
{
|
||||
@@ -274,7 +274,7 @@ export default function HomePage() {
|
||||
text: "Become VIP",
|
||||
href: "/pricing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg?_wi=2",
|
||||
imageAlt: "Elite VIP membership benefits",
|
||||
},
|
||||
]}
|
||||
@@ -380,7 +380,7 @@ export default function HomePage() {
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150167237.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-as-economist_23-2150167237.jpg?_wi=1"
|
||||
imageAlt="Newsletter signup"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user