diff --git a/src/app/page.tsx b/src/app/page.tsx index 3913600..9da05cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles, Fire, TrendingUp, Quote, Handshake, Mail, ShoppingCart, Users, Award, Globe, Smile, Zap, Star } from "lucide-react"; +import { Sparkles, Zap, TrendingUp, Quote, Handshake, Mail, ShoppingCart, Users, Award, Globe, Smile, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Premium Shopping" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg" imageAlt="Amazon Crest premium dashboard" buttons={[ @@ -75,7 +75,7 @@ export default function LandingPage() { title="Featured Collections" description="Explore our curated selection of premium products handpicked for quality and excellence" tag="Best Sellers" - tagIcon={Fire} + tagIcon={Zap} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -135,17 +135,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Business Executive", testimonial: "Amazon Crest has transformed how I shop online. The quality, service, and attention to detail are unmatched. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, + id: "1", name: "Sarah Mitchell", role: "Business Executive", testimonial: "Amazon Crest has transformed how I shop online. The quality, service, and attention to detail are unmatched. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, { id: "2", name: "Michael Chen", role: "Designer", testimonial: "The premium collections available here are exceptional. Every product I've purchased exceeds expectations.", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", role: "Entrepreneur", testimonial: "Outstanding customer service and fast delivery. Amazon Crest is my go-to for luxury items.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", role: "Entrepreneur", testimonial: "Outstanding customer service and fast delivery. Amazon Crest is my go-to for luxury items.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", role: "Marketing Director", testimonial: "Impressed with the product quality and the seamless shopping experience. Best platform for premium goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Marketing Director", testimonial: "Impressed with the product quality and the seamless shopping experience. Best platform for premium goods.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, { - id: "5", name: "Jessica Taylor", role: "Product Manager", testimonial: "The attention to detail in every aspect of the business is remarkable. Amazon Crest sets the standard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jessica Taylor"}, + id: "5", name: "Jessica Taylor", role: "Product Manager", testimonial: "The attention to detail in every aspect of the business is remarkable. Amazon Crest sets the standard.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Taylor"}, { - id: "6", name: "Robert Anderson", role: "Consultant", testimonial: "Exceptional quality products backed by excellent customer support. This is premium shopping at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Robert Anderson"}, + id: "6", name: "Robert Anderson", role: "Consultant", testimonial: "Exceptional quality products backed by excellent customer support. This is premium shopping at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Anderson"}, ]} />