Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
tag="Creative Studio"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore Our Work", href: "portfolio" },
|
||||
{ text: "Get Started", href: "contact" }
|
||||
@@ -55,9 +55,9 @@ export default function LandingPage() {
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "Portfolio showcase 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-team-working-busy-workplace-concept_53876-137638.jpg", imageAlt: "Portfolio showcase 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=1", imageAlt: "Portfolio showcase 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Portfolio showcase 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template-with-color-year-2022_23-2149217369.jpg", imageAlt: "Portfolio showcase 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg?_wi=2", imageAlt: "Portfolio showcase 5" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-interior-landing-page-design-template_23-2149263407.jpg", imageAlt: "Portfolio showcase 5" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,10 +121,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Join Way completely transformed our digital presence. Their attention to detail and creative vision resulted in a website that truly represents our brand.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Portrait of Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", role: "Marketing Director", testimonial: "Working with Join Way was a game-changer for our company. They delivered exceptional results on time and exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Portrait of Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "The team at Join Way demonstrated outstanding expertise and dedication. Our new website has significantly increased our conversion rates.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Portrait of Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", role: "Product Manager", testimonial: "Join Way brought our vision to life with stunning design and flawless execution. They're true partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Portrait of David Kim" }
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", testimonial: "Join Way completely transformed our digital presence. Their attention to detail and creative vision resulted in a website that truly represents our brand.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", role: "Marketing Director", testimonial: "Working with Join Way was a game-changer for our company. They delivered exceptional results on time and exceeded all our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Founder", testimonial: "The team at Join Way demonstrated outstanding expertise and dedication. Our new website has significantly increased our conversion rates.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", role: "Product Manager", testimonial: "Join Way brought our vision to life with stunning design and flawless execution. They're true partners in our success.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Portrait of David Kim" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
title="Ready to Transform Your Digital Vision?"
|
||||
description="Join Way is ready to help you create digital experiences that captivate and convert. Get in touch with our team today to discuss your project."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/workplace-with-laptop_23-2147651756.jpg"
|
||||
imageAlt="Office workspace"
|
||||
|
||||
Reference in New Issue
Block a user