Merge version_1 into main #2
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg"
|
||||
imageAlt="Modern workspace with technology"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -131,22 +131,22 @@ export default function LandingPage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Webild transformed how we build our websites. The interface is intuitive and the results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Webild transformed how we build our websites. The interface is intuitive and the results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredible platform with amazing support. We launched our site in half the time compared to traditional methods.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredible platform with amazing support. We launched our site in half the time compared to traditional methods.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The analytics dashboard gave us insights we never had before. Highly recommend for any serious business owner.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The analytics dashboard gave us insights we never had before. Highly recommend for any serious business owner.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "Best investment we made for our brand. The design tools are powerful yet easy to use without coding.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "David Kim"
|
||||
id: "4", name: "David Kim", handle: "@davidk", testimonial: "Best investment we made for our brand. The design tools are powerful yet easy to use without coding.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmart", testimonial: "Customer support went above and beyond helping us customize our site. Five stars all the way!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jessica Martinez"
|
||||
id: "5", name: "Jessica Martinez", handle: "@jmart", testimonial: "Customer support went above and beyond helping us customize our site. Five stars all the way!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "From zero to hero. Webild made building a professional website accessible to our small team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Thompson"
|
||||
id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "From zero to hero. Webild made building a professional website accessible to our small team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
tag="Newsletter"
|
||||
title="Stay Updated with Our Latest News"
|
||||
description="Subscribe to our newsletter and never miss out on new features, tips, and exclusive offers."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
|
||||
Reference in New Issue
Block a user