Update src/app/page.tsx
This commit is contained in:
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg?_wi=1"
|
||||
imageAlt="Cornerstone foundation"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -157,8 +157,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp International", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", role: "Founder", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Emily Rodriguez" },
|
||||
{ id: "2", name: "Michael Chen", role: "Founder", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", role: "VP Strategy", company: "Enterprise Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-with-laptop-standing-office_1303-20361.jpg", imageAlt: "David Kim" }
|
||||
]}
|
||||
kpiItems={[
|
||||
@@ -235,7 +235,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-teamwork-meeting-concept_1421-631.jpg?_wi=2"
|
||||
imageAlt="Cornerstone footer"
|
||||
logoText="Cornerstone"
|
||||
copyrightText="© 2025 Cornerstone. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user