Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
1375
src/app/layout.tsx
1375
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild Studio"
|
||||
brandName="LaunchCraft "
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -189,13 +189,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "CEO, TechFlow Inc", testimonial: "Webild Studio transformed our online presence. The new website increased our leads by 60% in just three months. Truly exceptional work!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASl78LMG3D94avT7Hg5dOKDcHb/professional-headshot-of-a-business-exec-1772593791038-c7972f90.png", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "CEO, TechFlow Inc", testimonial: "LaunchCraft transformed our online presence. The new website increased our leads by 60% in just three months. Truly exceptional work!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASl78LMG3D94avT7Hg5dOKDcHb/professional-headshot-of-a-business-exec-1772593791038-c7972f90.png", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "Founder, StartupXYZ", testimonial: "Their understanding of user experience and business goals resulted in a website that not only looks beautiful but converts exceptionally well.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASl78LMG3D94avT7Hg5dOKDcHb/professional-headshot-of-a-creative-prof-1772593791694-89ff1179.png", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "Marketing Director, GrowthCo", testimonial: "Working with Webild Studio was smooth and professional. They delivered on time and exceeded our expectations. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASl78LMG3D94avT7Hg5dOKDcHb/professional-headshot-of-a-female-busine-1772593791817-8965e096.png", imageAlt: "Emily Rodriguez"
|
||||
id: "3", name: "Emily Rodriguez", handle: "Marketing Director, GrowthCo", testimonial: "Working with LaunchCraft was smooth and professional. They delivered on time and exceeded our expectations. Highly recommended!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASl78LMG3D94avT7Hg5dOKDcHb/professional-headshot-of-a-female-busine-1772593791817-8965e096.png", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "Operations Manager, CloudSync", testimonial: "The team's attention to detail and commitment to quality is remarkable. Our new website is now our best marketing asset.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASl78LMG3D94avT7Hg5dOKDcHb/professional-headshot-of-a-male-entrepre-1772593791748-ea91b2ee.png", imageAlt: "David Kim"
|
||||
@@ -250,8 +250,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Webild Studio"
|
||||
copyrightText="© 2025 Webild Studio. All rights reserved."
|
||||
logoText="LaunchCraft "
|
||||
copyrightText="© 2025 LaunchCraft . All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
|
||||
Reference in New Issue
Block a user