From 17b0fe98b1eb4d370f21d4b8b5e11f63e74338f6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:35:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3cff63..38709e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,13 @@ export default function LandingPage() { id: "1", name: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Rajesh Patel" }, { - id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", imageAlt: "Priya Sharma" + id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Priya Sharma" }, { id: "3", name: "Amit Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Amit Kumar" }, { - id: "4", name: "Neha Singh", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", imageAlt: "Neha Singh" + id: "4", name: "Neha Singh", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Neha Singh" } ]} cardTitle="Over 5,000+ satisfied customers trust us to deliver beautiful, durable tiles that transform their homes into masterpieces" @@ -154,7 +154,7 @@ export default function LandingPage() { ]} speed={40} showCard={true} - tagAnimation="entrance-slide" + tagAnimation="slide-up" /> @@ -164,7 +164,7 @@ export default function LandingPage() { description="Find answers to common questions about our tiles, pricing, and services" tag="Help" tagIcon={HelpCircle} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Contact Support", href: "#contact" } ]} -- 2.49.1