10 Commits

Author SHA1 Message Date
d8137b8500 Merge version_2 into main
Merge version_2 into main
2026-03-09 07:49:59 +00:00
07df7fdab3 Update src/app/page.tsx 2026-03-09 07:49:55 +00:00
22868315cf Merge version_2 into main
Merge version_2 into main
2026-03-09 07:49:19 +00:00
8cce49ba38 Update src/app/page.tsx 2026-03-09 07:49:16 +00:00
250f13987f Update src/app/layout.tsx 2026-03-09 07:49:15 +00:00
1018d76cd2 Merge version_1 into main
Merge version_1 into main
2026-03-09 07:46:00 +00:00
b47c8a3b70 Merge version_1 into main
Merge version_1 into main
2026-03-09 07:45:10 +00:00
81d53dc138 Merge version_1 into main
Merge version_1 into main
2026-03-09 07:41:02 +00:00
4a87d89e31 Merge version_1 into main
Merge version_1 into main
2026-03-09 07:39:47 +00:00
b437827b4a Merge version_1 into main
Merge version_1 into main
2026-03-09 07:38:37 +00:00
2 changed files with 14 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -159,15 +159,19 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1677.jpg", imageAlt: "David Martinez"},
id: "1", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1677.jpg?_wi=1", imageAlt: "David Martinez"},
{
id: "2", name: "James Peterson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-67.jpg", imageAlt: "James Peterson"},
id: "2", name: "James Peterson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-67.jpg?_wi=1", imageAlt: "James Peterson"},
{
id: "3", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg", imageAlt: "Michael Chen"},
{
id: "4", name: "Alexander Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-executive_1098-2482.jpg", imageAlt: "Alexander Thompson"},
{
id: "5", name: "Christopher Davis", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1677.jpg?_wi=2", imageAlt: "Christopher Davis"},
{
id: "6", name: "Robert Wilson", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-wearing-leaning-against-rusty-colored-background_150588-67.jpg?_wi=2", imageAlt: "Robert Wilson"},
]}
cardTitle="Over 25,000 satisfied customers trust ACCESSORY for their premium accessory needs"
cardTitle="Over 25,000 customers rate us 4.9★ for exceptional quality and service"
cardTag="Customers Love Us"
cardTagIcon={ThumbsUp}
cardAnimation="blur-reveal"
@@ -246,4 +250,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}