Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Transform Your Space with Elegance"
|
||||
description="Discover our premium collection of beautifully crafted products designed to elevate your lifestyle. Experience luxury through every detail."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "5K+", label: "Satisfied Customers" },
|
||||
{ value: "15+", label: "Years of Excellence" },
|
||||
@@ -158,22 +158,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality is absolutely exceptional. Every detail is perfect, and the customer service was outstanding. I'm a customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The quality is absolutely exceptional. Every detail is perfect, and the customer service was outstanding. I'm a customer for life!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Richardson", handle: "@jamesrich", testimonial: "I've purchased from many luxury brands, but this exceeded all my expectations. The craftsmanship is remarkable and the value is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson"
|
||||
id: "2", name: "James Richardson", handle: "@jamesrich", testimonial: "I've purchased from many luxury brands, but this exceeded all my expectations. The craftsmanship is remarkable and the value is incredible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "Absolutely stunning products! The attention to detail is impressive, and the packaging made the unboxing experience truly special.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Thompson"
|
||||
id: "3", name: "Emma Thompson", handle: "@emmathompson", testimonial: "Absolutely stunning products! The attention to detail is impressive, and the packaging made the unboxing experience truly special.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "These are investment pieces that will last forever. The elegance and quality justify every penny. Highly recommended for anyone seeking luxury.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||
id: "4", name: "Michael Chen", handle: "@michaelchen", testimonial: "These are investment pieces that will last forever. The elegance and quality justify every penny. Highly recommended for anyone seeking luxury.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "From ordering to delivery, everything was seamless. The product arrived beautifully packaged and exceeded my expectations. Absolutely perfect!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Victoria Stone"
|
||||
id: "5", name: "Victoria Stone", handle: "@victoriastone", testimonial: "From ordering to delivery, everything was seamless. The product arrived beautifully packaged and exceeded my expectations. Absolutely perfect!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Stone"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Park", handle: "@davidpark", testimonial: "This is luxury done right. The combination of quality, design, and service is unmatched. I've already recommended to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park"
|
||||
id: "6", name: "David Park", handle: "@davidpark", testimonial: "This is luxury done right. The combination of quality, design, and service is unmatched. I've already recommended to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
|
||||
}
|
||||
]}
|
||||
speed={40}
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
tagAnimation="blur-reveal"
|
||||
title="Subscribe to Our Newsletter"
|
||||
description="Get exclusive access to new collections, special offers, and styling tips delivered directly to your inbox. Join our community of luxury enthusiasts."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-man-working-hotel-room_1150-6380.jpg"
|
||||
imageAlt="Premium newsletter subscription"
|
||||
|
||||
Reference in New Issue
Block a user