Update src/app/page.tsx
This commit is contained in:
@@ -92,6 +92,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/pretty-woman-white-blouse-looks-lace-table-brunette-lady-beige-shirt-pants-posing-designer-office_197531-27461.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/pretty-woman-white-blouse-looks-lace-table-brunette-lady-beige-shirt-pants-posing-designer-office_197531-27461.jpg"
|
||||||
imageAlt="GELRY Design Studio in Copenhagen"
|
imageAlt="GELRY Design Studio in Copenhagen"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -130,20 +131,16 @@ export default function LandingPage() {
|
|||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sophie Hansen", handle: "@sophiestyles", testimonial: "GELRY's pieces are the foundation of my wardrobe. The quality and fit are unmatched. Worth every krone.", rating: 5,
|
id: "1", name: "Sophie Hansen", handle: "@sophiestyles", testimonial: "GELRY's pieces are the foundation of my wardrobe. The quality and fit are unmatched. Worth every krone.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sophie Hansen"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sophie Hansen"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Ingrid Andersen", handle: "@ingridminimal", testimonial: "Finally found a brand that gets Nordic design. Every item I've purchased has become a closet staple.", rating: 5,
|
id: "2", name: "Ingrid Andersen", handle: "@ingridminimal", testimonial: "Finally found a brand that gets Nordic design. Every item I've purchased has become a closet staple.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Ingrid Andersen"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Ingrid Andersen"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Maja Larsson", handle: "@majadesign", testimonial: "The attention to detail is incredible. This is investment fashion done right.", rating: 5,
|
id: "3", name: "Maja Larsson", handle: "@majadesign", testimonial: "The attention to detail is incredible. This is investment fashion done right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Maja Larsson"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Maja Larsson"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Astrid Bergman", handle: "@astridwears", testimonial: "I've been a customer for 5 years. GELRY never disappoints. Exceptional quality and timeless pieces.", rating: 5,
|
id: "4", name: "Astrid Bergman", handle: "@astridwears", testimonial: "I've been a customer for 5 years. GELRY never disappoints. Exceptional quality and timeless pieces.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Astrid Bergman"
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Astrid Bergman"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user