Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -52,15 +52,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Chen", handle: "CTO, TechStart", testimonial: "The MERN implementation is flawless. Perfect for building production-ready chat applications.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415670-e7f3e966.png?_wi=1", imageAlt: "Sarah Chen"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415670-e7f3e966.png", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
name: "Michael Rodriguez", handle: "Founder, DevLab", testimonial: "Integrated OpenAI API seamlessly. The JWT authentication works beautifully.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415549-d76bd950.png?_wi=1", imageAlt: "Michael Rodriguez"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415549-d76bd950.png", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
name: "Emily Watson", handle: "Lead Developer, CloudForce", testimonial: "MongoDB schema organization is excellent. Scalable and well-documented.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-anot-1773041416321-764bcea4.png?_wi=1", imageAlt: "Emily Watson"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-anot-1773041416321-764bcea4.png", imageAlt: "Emily Watson"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -70,6 +70,7 @@ export default function LandingPage() {
|
||||
{ text: "View on GitHub", href: "https://github.com" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,15 +164,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Alex Thompson", role: "Full Stack Engineer", company: "TechVentures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415670-e7f3e966.png?_wi=2", imageAlt: "Alex Thompson"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415670-e7f3e966.png", imageAlt: "Alex Thompson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jessica Lee", role: "AI Product Manager", company: "InnovateCorp", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415549-d76bd950.png?_wi=2", imageAlt: "Jessica Lee"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-a-di-1773041415549-d76bd950.png", imageAlt: "Jessica Lee"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Kumar", role: "Backend Architect", company: "CloudScale", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-anot-1773041416321-764bcea4.png?_wi=2", imageAlt: "David Kumar"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhOGd3gitnurOfU5lOsyXetXm6/a-professional-headshot-portrait-of-anot-1773041416321-764bcea4.png", imageAlt: "David Kumar"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Maria Garcia", role: "DevOps Engineer", company: "AutomateAI", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user