Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 13:18:51 +00:00
2 changed files with 12 additions and 1411 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -193,12 +193,12 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "James Mitchell", role: "Business Executive", company: "CoreTech Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-executive-with-crossed-arms_1154-242.jpg", imageAlt: "James Mitchell"
id: "1", name: "Michael Torres", role: "Creative Director", company: "Design House Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg", imageAlt: "Michael Torres"
},
{
id: "2", name: "Michael Torres", role: "Creative Director", company: "Design House Co", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-student-girl-blue-dress-smiling-broadly-having-fun-while-surfing-internet-laptop_343059-3896.jpg", imageAlt: "Michael Torres"
id: "2", name: "James Mitchell", role: "Business Executive", company: "CoreTech Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-executive-with-crossed-arms_1154-242.jpg", imageAlt: "James Mitchell"
},
{
id: "3", name: "David Chen", role: "Entrepreneur", company: "StartUp Ventures", rating: 5,
@@ -286,4 +286,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}