Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4804b0a118 | |||
| c5d7c28769 | |||
| b6352a91d7 | |||
| 4b3aa9de27 | |||
| 004c0f25b2 |
1413
src/app/layout.tsx
1413
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -193,12 +193,12 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "James Mitchell", role: "Business Executive", company: "CoreTech Solutions", rating: 5,
|
id: "1", name: "Michael Torres", role: "Creative Director", company: "Design House Co", rating: 5,
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-executive-with-crossed-arms_1154-242.jpg", imageAlt: "James Mitchell"
|
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,
|
id: "2", name: "James Mitchell", role: "Business Executive", company: "CoreTech Solutions", 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"
|
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,
|
id: "3", name: "David Chen", role: "Entrepreneur", company: "StartUp Ventures", rating: 5,
|
||||||
@@ -286,4 +286,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user