diff --git a/src/app/page.tsx b/src/app/page.tsx index 5697933..309b090 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Fashion" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/pretty-young-female-wearing-autumn-clothes-warm-cozy-coat-posing-outdoor-sunset-natural-woman-beauty_132075-9422.jpg" imageAlt="Al Merci Premium Fashion Collection" buttons={[ @@ -160,10 +160,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Anderson", handle: "@sarahstyle", testimonial: "Al Merci clothing is absolutely stunning. The quality is exceptional and the fit is perfect every single time. I'm a loyal 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 Anderson" + id: "1", name: "Sarah Anderson", handle: "@sarahstyle", testimonial: "Al Merci clothing is absolutely stunning. The quality is exceptional and the fit is perfect every single time. I'm a loyal 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 Anderson" }, { - id: "2", name: "James Mitchell", handle: "@jamesmfashion", testimonial: "The attention to detail in every piece is remarkable. From the stitching to the fabric selection, Al Merci truly sets the standard for premium fashion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell" + id: "2", name: "James Mitchell", handle: "@jamesmfashion", testimonial: "The attention to detail in every piece is remarkable. From the stitching to the fabric selection, Al Merci truly sets the standard for premium fashion.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell" }, { id: "3", name: "Emily Rodriguez", handle: "@emilysfashionblog", testimonial: "I've been wearing Al Merci for three years now. The designs are timeless, versatile, and make me feel confident every time I wear them.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez" @@ -172,10 +172,10 @@ export default function LandingPage() { id: "4", name: "Michael Chen", handle: "@michaelchenofficial", testimonial: "As someone who values quality, Al Merci exceeds my expectations. Their commitment to excellence is evident in every collection.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen" }, { - id: "5", name: "Jessica Thompson", handle: "@jessicafashionista", testimonial: "Best clothing investment I've made. Al Merci pieces last forever and never go out of style. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jessica Thompson" + id: "5", name: "Jessica Thompson", handle: "@jessicafashionista", testimonial: "Best clothing investment I've made. Al Merci pieces last forever and never go out of style. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Thompson" }, { - id: "6", name: "David Martinez", handle: "@davidmstyle", testimonial: "The customer service is as impressive as the clothing. Al Merci truly cares about their customers and it shows in everything they do.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martinez" + id: "6", name: "David Martinez", handle: "@davidmstyle", testimonial: "The customer service is as impressive as the clothing. Al Merci truly cares about their customers and it shows in everything they do.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez" } ]} speed={40}