From d8a1e51eeac82bfe944d2b457a19b7abd04fab8f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:17:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77a0324..c30ade6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,8 +15,8 @@ import { Sparkles, Compass, Zap, TrendingUp, CheckCircle, Heart, Star, Rocket, L export default function LandingPage() { return ( @@ -72,7 +72,7 @@ export default function LandingPage() { @@ -93,7 +93,7 @@ export default function LandingPage() { description="End-to-end digital solutions tailored to elevate your brand and drive measurable business results." tag="What We Offer" tagIcon={Zap} - tagAnimation="slide-up" + tagAnimation="none" accordionItems={[ { id: "1", title: "Web Design & Development", content: "Custom websites and applications built with modern technologies. We design pixel-perfect interfaces and develop robust solutions optimized for performance, accessibility, and conversion. From responsive design to complex web applications, we deliver digital experiences that stand out." @@ -113,13 +113,13 @@ export default function LandingPage() { ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASPS910MRVzAcc6d6ZwFvDWISF/beautiful-web-design-showcase-displaying-1772583051801-0097b6e0.png?_wi=1" imageAlt="Web design and development showcase" - mediaAnimation="slide-up" + mediaAnimation="none" useInvertedBackground={false} mediaPosition="left" buttons={[ { text: "Learn More", href: "#contact" } ]} - buttonAnimation="slide-up" + buttonAnimation="none" /> @@ -129,14 +129,14 @@ export default function LandingPage() { description="Measurable results that prove our commitment to your success" tag="Performance Metrics" tagIcon={TrendingUp} - tagAnimation="slide-up" + tagAnimation="none" metrics={[ { id: "1", value: "250", title: "Projects Completed", description: "From startups to Fortune 500 companies", icon: CheckCircle }, { id: "2", value: "45", title: "Percent Average Growth", description: "In client conversions within first year", icon: TrendingUp }, { id: "3", value: "98", title: "Percent Client Retention", description: "Long-term partnerships and repeat work", icon: Heart } ]} gridVariant="uniform-all-items-equal" - animationType="slide-up" + animationType="none" textboxLayout="default" useInvertedBackground={false} /> @@ -153,7 +153,7 @@ export default function LandingPage() { cardTitle="Over 250 brands trust Vaquer to elevate their digital presence and drive measurable business growth" cardTag="Client Success Stories" cardTagIcon={Star} - cardAnimation="slide-up" + cardAnimation="none" useInvertedBackground={false} /> @@ -164,7 +164,7 @@ export default function LandingPage() { description="Comprehensive solutions tailored to your unique business needs" tag="Service Offerings" tagIcon={Layers} - tagAnimation="slide-up" + tagAnimation="none" products={[ { id: "1", name: "Brand Identity Design", price: "Starting at $5,000", variant: "Logo + Guidelines + Collateral", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASPS910MRVzAcc6d6ZwFvDWISF/brand-identity-development-showcase-with-1772583051693-9b5d6911.png", imageAlt: "Brand identity design services" @@ -177,13 +177,13 @@ export default function LandingPage() { } ]} gridVariant="three-columns-all-equal-width" - animationType="slide-up" + animationType="none" textboxLayout="default" useInvertedBackground={true} buttons={[ { text: "View All Services", href: "#contact" } ]} - buttonAnimation="slide-up" + buttonAnimation="none" /> @@ -191,14 +191,14 @@ export default function LandingPage() {