From f755ccb2215efd4a14f23429ea192f68eafe0baa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:03:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d6bf0f..83e6247 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { title="Designed for Your Journey" description="Discover authentic, showroom-quality sneakers from premium brands. Every pair is carefully selected and delivered nationwide with free shipping." tag="Authentic Footwear" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" background={{ variant: "plain" }} kpis={[ { value: "Free Shipping", label: "All Over India" }, @@ -51,12 +51,12 @@ export default function LandingPage() { { value: "Butter Packed", label: "With OG Box" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883557.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883557.jpg" imageAlt="KhanApparels premium sneaker collection" - mediaAnimation="entrance-slide" + mediaAnimation="blur-reveal" imagePosition="right" buttons={[{ text: "Shop Collection", href: "#products" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -65,7 +65,7 @@ export default function LandingPage() { title="Featured Sneakers" description="Handpicked collection of authentic premium footwear with guaranteed quality and fast nationwide delivery" tag="New Arrivals" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -86,12 +86,12 @@ export default function LandingPage() { title="Premium Sneaker Destination" description="KhanApparels brings you authentic, showroom-quality footwear from the world's most coveted brands. Every sneaker is carefully curated and comes with original packaging, butter paper protection, and our guarantee of authenticity." tag="About Us" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/sitting-female-legs-boots-with-flowers-inside_23-2148098451.jpg" imageAlt="KhanApparels sneaker collection" useInvertedBackground={true} buttons={[{ text: "Explore Collection", href: "#products" }]} - buttonAnimation="entrance-slide" + buttonAnimation="blur-reveal" /> @@ -100,7 +100,7 @@ export default function LandingPage() { title="Why Choose KhanApparels" description="We stand out through authentic products, superior quality, and exceptional customer service" tag="Our Commitment" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} @@ -117,7 +117,7 @@ export default function LandingPage() { title="Trusted by Sneaker Enthusiasts" description="Join thousands of satisfied customers across India who trust KhanApparels for authentic premium footwear" tag="Community" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} names={[ @@ -132,12 +132,12 @@ export default function LandingPage() { tag="Get in Touch" title="Connect With Us" description="Have questions about our sneakers? Reach out to our team or connect with us on WhatsApp for quick assistance and exclusive updates." - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883557.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-man-posing-outdoor_23-2148883557.jpg" imageAlt="KhanApparels contact" - mediaAnimation="entrance-slide" + mediaAnimation="blur-reveal" mediaPosition="right" inputPlaceholder="Enter your WhatsApp number" buttonText="Connect on WhatsApp" -- 2.49.1