Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-03 21:29:58 +00:00

View File

@@ -47,11 +47,11 @@ export default function LandingPage() {
buttons={[{ text: "Start Project", href: "#contact" }]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg", imageAlt: "Luxurious Hero 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg", imageAlt: "Luxurious Hero 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg", imageAlt: "Luxurious Hero 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg", imageAlt: "Luxurious Hero 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg", imageAlt: "Luxurious Hero 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg?_wi=1", imageAlt: "Luxurious Hero 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg?_wi=1", imageAlt: "Luxurious Hero 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=1", imageAlt: "Luxurious Hero 3" },
{ imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg?_wi=1", imageAlt: "Luxurious Hero 4" },
{ imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg?_wi=1", imageAlt: "Luxurious Hero 5" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-prism-light-deflection_23-2148599228.jpg", imageAlt: "Luxurious Hero 6" },
]}
/>
@@ -94,11 +94,11 @@ export default function LandingPage() {
cardTag="Testimonials"
cardAnimation="blur-reveal"
testimonials={[
{ id: "t1", name: "Alex Rivet", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg" },
{ id: "t2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg" },
{ id: "t3", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg" },
{ id: "t4", name: "Elena Vostok", imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg" },
{ id: "t5", name: "Julian Saint", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg" }
{ id: "t1", name: "Alex Rivet", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dark-abstract-background-with-golden-diagonal-lines_84443-83741.jpg?_wi=2" },
{ id: "t2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/personal-accessories-coffee-cup-earphone-eyeglasses-keyboard-black-background_23-2148052543.jpg?_wi=2" },
{ id: "t3", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/modern-business-workspace-glows-with-forecasting-metrics-graphs-corporate-empty-space-equipped_482257-132102.jpg?_wi=2" },
{ id: "t4", name: "Elena Vostok", imageSrc: "http://img.b2bpic.net/free-photo/twigs-near-pot_23-2147811216.jpg?_wi=2" },
{ id: "t5", name: "Julian Saint", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg?_wi=2" }
]}
/>
</div>