Update src/app/page.tsx

This commit is contained in:
2026-02-24 04:46:22 +00:00
parent 59a2d9cbdc
commit d9b78d9710

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact-section" }
]}
button={{ text: "Get Started" }}
brandName="Webild"
brandName="North Star Marketing Lab "
/>
</div>
@@ -55,10 +55,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
avatars={[
{ src: "https://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1077.jpg", alt: "Client testimonial from Sarah Johnson" },
{ src: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", alt: "Client testimonial from Michael Chen" }
{ src: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", alt: "Client testimonial from " }
]}
avatarText="Trusted by 500+ businesses worldwide"
imageSrc="https://img.b2bpic.net/free-vector/flat-design-minimal-technology_23-2149123979.jpg"
imageSrc="https://img.b2bpic.net/premium-photo/big-data-analytics-visualization-technology-with-scientist-analyzing-information-business_488220-55727.jpg?id=34322050"
imageAlt="Team collaborating on marketing strategy"
mediaAnimation="slide-up"
marqueeItems={[
@@ -165,8 +165,8 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Sarah Johnson, Marketing Director at TechNova Inc."
},
{
id: "testimonial-2", name: "Michael Chen", role: "CEO", company: "GrowthLab", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/successful-happy-business-team_53876-95773.jpg", imageAlt: "Michael Chen, CEO at GrowthLab"
id: "testimonial-2", name: "", role: "", company: "", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/successful-happy-business-team_53876-95773.jpg", imageAlt: ", at "
},
{
id: "testimonial-3", name: "Elena Rodriguez", role: "Brand Manager", company: "StyleHub", rating: 5,
@@ -234,8 +234,8 @@ export default function LandingPage() {
]
}
]}
logoText="Webild"
copyrightText="© 2025 | Webild - Strategic Marketing Solutions"
logoText="North Star Marketing Lab "
copyrightText="© 2025 | North Star Marketing Lab - Strategic Marketing Solutions"
ariaLabel="Site footer"
/>
</div>