Update src/app/page.tsx
This commit is contained in:
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLarge"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="Discover Your Perfect Outfit"
|
||||
description="Curated fashion collections designed for every style, occasion, and personality. From everyday casual to elegant evening wear, find outfits that make you feel confident."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Fashion Curated"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
@@ -151,20 +151,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjstyle", testimonial: "StyleHub completely transformed my wardrobe. I now have confident outfit choices for every occasion and feel amazing in everything I wear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2583.jpg", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahjstyle", testimonial: "StyleHub completely transformed my wardrobe. I now have confident outfit choices for every occasion and feel amazing in everything I wear.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-beige-checkered-suit-posing-street-background_158538-2583.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@michaelchenphoto", testimonial: "The curated collections saved me so much time. No more decision fatigue—every outfit is already styled perfectly and ready to wear.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "@michaelchenphoto", testimonial: "The curated collections saved me so much time. No more decision fatigue—every outfit is already styled perfectly and ready to wear.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmarod_designs", testimonial: "I love how StyleHub understands my personal style. Their recommendations are always on point, and the styling tips have upgraded my entire fashion game.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-chair_23-2149442311.jpg", imageAlt: "Emma Rodriguez"
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmarod_designs", testimonial: "I love how StyleHub understands my personal style. Their recommendations are always on point, and the styling tips have upgraded my entire fashion game.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-chair_23-2149442311.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@davidkimstyle", testimonial: "Finally, a service that gets it. The attention to detail in each outfit combination and the quality of pieces selected is exceptional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg", imageAlt: "David Kim"
|
||||
id: "4", name: "David Kim", handle: "@davidkimstyle", testimonial: "Finally, a service that gets it. The attention to detail in each outfit combination and the quality of pieces selected is exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-looking-aside-smiling-confident-with-arms-crossed-chest_141793-55366.jpg", imageAlt: "David Kim"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
|
||||
Reference in New Issue
Block a user