Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 06:35:23 +00:00

View File

@@ -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"
/>
</div>
@@ -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" }
]}