Update src/app/account/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function AccountPage() {
|
||||
tag="Your Personal Hub"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_1203-9539.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_1203-9539.jpg?_wi=7"
|
||||
imageAlt="Account Management Hub"
|
||||
mediaAnimation="opacity"
|
||||
testimonials={[
|
||||
@@ -53,21 +53,21 @@ export default function AccountPage() {
|
||||
handle: "Manage Everything",
|
||||
testimonial: "View order history, track shipments, update preferences, and access exclusive member benefits from your personal dashboard.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
name: "Saved Favorites",
|
||||
handle: "Build Your Wishlist",
|
||||
testimonial: "Create custom collections of your favorite items. Get instant alerts when items are back in stock or go on sale.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
name: "Exclusive Perks",
|
||||
handle: "VIP Benefits",
|
||||
testimonial: "Early access to limited collections, special pricing for members, and priority customer support all included with your account.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -90,7 +90,7 @@ export default function AccountPage() {
|
||||
role: "Limited Collections",
|
||||
testimonial:
|
||||
"Get first dibs on limited-edition items and exclusive collections 48 hours before general release.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213514.jpg?_wi=7",
|
||||
imageAlt: "Early Access",
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,7 @@ export default function AccountPage() {
|
||||
role: "Special Discounts",
|
||||
testimonial:
|
||||
"Enjoy year-round member-exclusive pricing and seasonal discounts on select collections.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-talking-phone-staying-late-night-office_1303-27087.jpg?_wi=6",
|
||||
imageAlt: "Member Pricing",
|
||||
},
|
||||
{
|
||||
@@ -108,7 +108,7 @@ export default function AccountPage() {
|
||||
role: "Dedicated Assistance",
|
||||
testimonial:
|
||||
"Access our priority support line and receive personalized styling recommendations from our expert team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-portrait_23-2149304144.jpg?_wi=6",
|
||||
imageAlt: "Priority Support",
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function AccountPage() {
|
||||
role: "Hassle-Free Policy",
|
||||
testimonial:
|
||||
"Enjoy extended 90-day return windows with free return shipping on all purchases.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg?_wi=3",
|
||||
imageAlt: "Free Returns",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user