diff --git a/src/app/page.tsx b/src/app/page.tsx index ffe24dc..9cf431f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,12 +47,12 @@ export default function LandingPage() { description="We craft stunning, high-converting websites that transform your vision into reality. Expert design paired with strategic thinking." tag="Web Design Services" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttons={[ { text: "View Our Work", href: "#portfolio" }, { text: "Get Started", href: "#contact" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" background={{ variant: "sparkles-gradient" }} dashboard={{ title: "Design Impact Dashboard", logoIcon: Palette, @@ -92,7 +92,7 @@ export default function LandingPage() { description="We combine creative excellence with data-driven strategy to build websites that don't just look great—they convert. Our team of designers and strategists has helped over 200+ businesses achieve their digital goals." tag="About Us" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/relaxed-coworkers-office-having-fun-chatting-while-reviewing-documents_482257-126482.jpg" imageAlt="Our creative team collaborating" buttons={[ @@ -109,9 +109,9 @@ export default function LandingPage() { description="Comprehensive web design solutions tailored to your business needs and goals" tag="What We Offer" tagIcon={Zap} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" - animationType="entrance-slide" + animationType="blur-reveal" useInvertedBackground={true} features={[ { icon: Palette, title: "UI/UX Design", description: "Beautiful, intuitive interfaces that users love. We design with accessibility and conversion in mind." }, @@ -130,9 +130,9 @@ export default function LandingPage() { description="Explore our latest work and see the impact of strategic design" tag="Portfolio" tagIcon={Image} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" - animationType="entrance-slide" + animationType="blur-reveal" useInvertedBackground={false} gridVariant="bento-grid" products={[ @@ -155,9 +155,9 @@ export default function LandingPage() { description="Choose the perfect plan for your project scope and budget" tag="Pricing" tagIcon={DollarSign} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" - animationType="entrance-slide" + animationType="blur-reveal" useInvertedBackground={true} plans={[ { @@ -197,30 +197,30 @@ export default function LandingPage() { description="Real feedback from businesses we've helped transform" tag="Testimonials" tagIcon={MessageSquare} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" - animationType="entrance-slide" + animationType="blur-reveal" useInvertedBackground={false} showRating={true} testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "DesignStudio completely transformed our online presence. Our website conversions increased by 42% within three months. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"}, { id: "2", name: "Marcus Johnson", handle: "@marcusj", testimonial: "The team was professional, responsive, and delivered a stunning website ahead of schedule. They truly understand design and business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, { id: "3", name: "Elena Rodriguez", handle: "@elenar", testimonial: "Best investment we made for our startup. The design is beautiful, performant, and our customers love the experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Elena Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Rodriguez"}, { id: "4", name: "David Park", handle: "@davidpark", testimonial: "Exceptional attention to detail and strategic thinking. They didn't just build a website; they built a growth engine for our business.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"}, { id: "5", name: "Jessica Williams", handle: "@jessicaw", testimonial: "From concept to launch, the entire process was seamless. Their design expertise combined with development excellence is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Williams"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Williams"}, { id: "6", name: "Alexander Kumar", handle: "@akumar", testimonial: "Working with DesignStudio was a game-changer. Our new website is not only stunning but also ranks well on search engines.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Alexander Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Alexander Kumar"}, ]} /> @@ -231,7 +231,7 @@ export default function LandingPage() { description="Join 200+ businesses that have transformed their digital presence with us" tag="Our Clients" tagIcon={Users} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={true} buttons={[{ text: "Join Them", href: "#contact" }]} @@ -246,14 +246,14 @@ export default function LandingPage() {