Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8895c7e7bd | |||
| 957f6eacb6 | |||
| 9d2aa98d91 | |||
| fc889a16d8 |
@@ -51,16 +51,14 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ name: "Alexandra Sterling", handle: "Fashion Editor", testimonial: "LuxeCore represents the pinnacle of luxury fashion. Every piece is a masterpiece of design and craftsmanship.", rating: 5,
|
||||||
name: "Alexandra Sterling", handle: "Fashion Editor", testimonial: "LuxeCore represents the pinnacle of luxury fashion. Every piece is a masterpiece of design and craftsmanship.", rating: 5,
|
|
||||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop"},
|
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=100&h=100&fit=crop"},
|
||||||
{
|
{ name: "Marcus Laurent", handle: "Style Curator", testimonial: "The attention to detail and premium quality is unmatched. LuxeCore has become my go-to for luxury pieces.", rating: 5,
|
||||||
name: "Marcus Laurent", handle: "Style Curator", testimonial: "The attention to detail and premium quality is unmatched. LuxeCore has become my go-to for luxury pieces.", rating: 5,
|
|
||||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop"},
|
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop"},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Now", href: "#men" },
|
{ text: "Add to Cart", href: "#men" },
|
||||||
{ text: "Explore Collection", href: "#women" },
|
{ text: "Buy Now", href: "#women" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user