Update src/app/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916526.jpg", imageAlt: "premium fashion model woman vietnam studio"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916526.jpg?_wi=1", imageAlt: "premium fashion model woman vietnam studio"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-caucasian-young-woman-model-with-bright-modern-makeup-with-short-hair-with-hat-hand_158538-15053.jpg", imageAlt: "close up luxury fabric texture fashion detail"}
|
||||
]}
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2", name: "Ivory Silk Blouse", price: "650 USD", variant: "Cream", imageSrc: "http://img.b2bpic.net/free-photo/woman-touches-her-hair-watching-camera-daylight-style_633478-2932.jpg", imageAlt: "Cream silk blouse"},
|
||||
{
|
||||
id: "3", name: "Golden Bloom Jacket", price: "1,800 USD", variant: "Gold Detail", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-representing-libra-zodiac-sign_23-2151006214.jpg", imageAlt: "Gold embroidered jacket"},
|
||||
id: "3", name: "Golden Bloom Jacket", price: "1,800 USD", variant: "Gold Detail", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-representing-libra-zodiac-sign_23-2151006214.jpg?_wi=1", imageAlt: "Gold embroidered jacket"},
|
||||
{
|
||||
id: "4", name: "Tailored Ebony Trousers", price: "700 USD", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-man-dressed-elegant-beige-checkered-suit_158538-4367.jpg", imageAlt: "Black tailored trousers"},
|
||||
{
|
||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916526.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rococo-style-photography-beautiful-woman_23-2151916526.jpg?_wi=2"
|
||||
imageAlt="Elegant woman posing"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-representing-libra-zodiac-sign_23-2151006214.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-representing-libra-zodiac-sign_23-2151006214.jpg?_wi=2"
|
||||
imageAlt="Fashion model in elegant setting"
|
||||
logoText="AASTU"
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user