Merge version_1 into main #1
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
@@ -81,13 +81,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Web Design", description: "Stunning, responsive designs that captivate users and reflect your brand identity across all devices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-sleek-modern-website-homepage-layout-s-1772982160110-f83f28d2.png", imageAlt: "Web design services"},
|
||||
title: "Web Design", description: "Stunning, responsive designs that captivate users and reflect your brand identity across all devices.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-sleek-modern-website-homepage-layout-s-1772982160110-f83f28d2.png", imageAlt: "Web design services"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Brand Identity", description: "Comprehensive branding solutions including logo design, color systems, and visual guidelines for consistency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-comprehensive-brand-identity-system-in-1772982160828-0e45be6a.png", imageAlt: "Brand identity design"},
|
||||
title: "Brand Identity", description: "Comprehensive branding solutions including logo design, color systems, and visual guidelines for consistency.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-comprehensive-brand-identity-system-in-1772982160828-0e45be6a.png", imageAlt: "Brand identity design"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Web Development", description: "Robust, scalable web applications built with cutting-edge technologies ensuring performance and security.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-modern-code-editor-interface-showing-c-1772982160817-9cc447a7.png", imageAlt: "Web development services"},
|
||||
title: "Web Development", description: "Robust, scalable web applications built with cutting-edge technologies ensuring performance and security.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-modern-code-editor-interface-showing-c-1772982160817-9cc447a7.png", imageAlt: "Web development services"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -106,11 +109,14 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "E-Commerce Platform Redesign", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-beautiful-e-commerce-website-interface-1772982165646-5479450b.png", imageAlt: "E-commerce platform"},
|
||||
id: "1", name: "E-Commerce Platform Redesign", price: "Premium", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-beautiful-e-commerce-website-interface-1772982165646-5479450b.png", imageAlt: "E-commerce platform"
|
||||
},
|
||||
{
|
||||
id: "2", name: "SaaS Dashboard Interface", price: "Enterprise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-corporate-saas-application-dashboard-w-1772982160181-03ffd62a.png", imageAlt: "SaaS dashboard"},
|
||||
id: "2", name: "SaaS Dashboard Interface", price: "Enterprise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-corporate-saas-application-dashboard-w-1772982160181-03ffd62a.png", imageAlt: "SaaS dashboard"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Creative Portfolio App", price: "Professional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-vibrant-mobile-app-interface-for-a-cre-1772982159442-4f76fe3f.png", imageAlt: "Portfolio app"},
|
||||
id: "3", name: "Creative Portfolio App", price: "Professional", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-vibrant-mobile-app-interface-for-a-cre-1772982159442-4f76fe3f.png", imageAlt: "Portfolio app"
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
/>
|
||||
@@ -123,9 +129,11 @@ export default function LandingPage() {
|
||||
tagAnimation="reveal-blur"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "300%", description: "Average increase in client website traffic within the first 6 months of launch."},
|
||||
id: "1", value: "300%", description: "Average increase in client website traffic within the first 6 months of launch."
|
||||
},
|
||||
{
|
||||
id: "2", value: "95%", description: "Client satisfaction and retention rate reflecting our commitment to excellence and partnership."},
|
||||
id: "2", value: "95%", description: "Client satisfaction and retention rate reflecting our commitment to excellence and partnership."
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -145,17 +153,23 @@ export default function LandingPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "CEO, TechVenture", testimonial: "Web Rise transformed our digital presence. Their design expertise and attention to detail exceeded all expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-business-wo-1772982159558-55d29cb1.png", imageAlt: "Sarah Mitchell"},
|
||||
id: "1", name: "Sarah Mitchell", handle: "CEO, TechVenture", testimonial: "Web Rise transformed our digital presence. Their design expertise and attention to detail exceeded all expectations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-business-wo-1772982159558-55d29cb1.png", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", handle: "Founder, InnovateCo", testimonial: "The team delivered a stunning website that perfectly captures our brand. Outstanding work and professionalism.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-male-entrep-1772982158751-315a78c4.png", imageAlt: "James Chen"},
|
||||
id: "2", name: "James Chen", handle: "Founder, InnovateCo", testimonial: "The team delivered a stunning website that perfectly captures our brand. Outstanding work and professionalism.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-male-entrep-1772982158751-315a78c4.png", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "Marketing Director, GrowthLab", testimonial: "Our new website has dramatically improved our conversion rates. Web Rise really understands UX and design excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-creative-wo-1772982159424-94afe339.png", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", handle: "Marketing Director, GrowthLab", testimonial: "Our new website has dramatically improved our conversion rates. Web Rise really understands UX and design excellence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-creative-wo-1772982159424-94afe339.png", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Park", handle: "Product Manager, DesignHub", testimonial: "Collaborating with Web Rise was seamless. They brought our vision to life with creativity and technical precision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-male-design-1772982159713-d2b8a691.png", imageAlt: "Michael Park"},
|
||||
id: "4", name: "Michael Park", handle: "Product Manager, DesignHub", testimonial: "Collaborating with Web Rise was seamless. They brought our vision to life with creativity and technical precision.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-male-design-1772982159713-d2b8a691.png", imageAlt: "Michael Park"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Wong", handle: "VP Marketing, BrandWorks", testimonial: "Web Rise delivered a website that not only looks beautiful but performs exceptionally. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-marketing-d-1772982158815-3812cb77.png", imageAlt: "Lisa Wong"},
|
||||
id: "5", name: "Lisa Wong", handle: "VP Marketing, BrandWorks", testimonial: "Web Rise delivered a website that not only looks beautiful but performs exceptionally. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-marketing-d-1772982158815-3812cb77.png", imageAlt: "Lisa Wong"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Thompson", handle: "Founder, TechStartup", testimonial: "The best investment we made for our business. Web Rise's design and development expertise is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-tech-entrep-1772982159284-f0db11da.png", imageAlt: "David Thompson"},
|
||||
id: "6", name: "David Thompson", handle: "Founder, TechStartup", testimonial: "The best investment we made for our business. Web Rise's design and development expertise is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfSOoa6NvXy9IYsJvdQRUJj7rd/a-professional-headshot-of-a-tech-entrep-1772982159284-f0db11da.png", imageAlt: "David Thompson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,15 +180,20 @@ export default function LandingPage() {
|
||||
sideDescription="Get answers to common questions about our services, process, and how we can help elevate your brand."
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your typical project timeline?", content: "Our projects typically range from 4-12 weeks depending on scope and complexity. We'll provide a detailed timeline during the discovery phase."},
|
||||
id: "1", title: "What is your typical project timeline?", content: "Our projects typically range from 4-12 weeks depending on scope and complexity. We'll provide a detailed timeline during the discovery phase."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer post-launch support and maintenance?", content: "Yes, we provide ongoing support, updates, and maintenance packages to ensure your website stays secure and performs optimally."},
|
||||
id: "2", title: "Do you offer post-launch support and maintenance?", content: "Yes, we provide ongoing support, updates, and maintenance packages to ensure your website stays secure and performs optimally."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What technologies do you use?", content: "We specialize in modern technologies including React, Next.js, TypeScript, Tailwind CSS, and cloud platforms for scalability and performance."},
|
||||
id: "3", title: "What technologies do you use?", content: "We specialize in modern technologies including React, Next.js, TypeScript, Tailwind CSS, and cloud platforms for scalability and performance."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can you help with SEO optimization?", content: "Absolutely. We build SEO best practices into every project, including proper markup, performance optimization, and content strategy."},
|
||||
id: "4", title: "Can you help with SEO optimization?", content: "Absolutely. We build SEO best practices into every project, including proper markup, performance optimization, and content strategy."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How do you ensure design quality?", content: "We follow a rigorous design process including user research, wireframing, prototyping, and iterative testing to ensure the best results."},
|
||||
id: "5", title: "How do you ensure design quality?", content: "We follow a rigorous design process including user research, wireframing, prototyping, and iterative testing to ensure the best results."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textPosition="left"
|
||||
@@ -189,15 +208,19 @@ export default function LandingPage() {
|
||||
ctaTitle="Ready to Elevate Your Digital Presence?"
|
||||
ctaDescription="Let's discuss your project and explore how Web Rise can transform your vision into a digital reality."
|
||||
ctaButton={{
|
||||
text: "Schedule a Free Consultation", href: "https://calendly.com"}}
|
||||
text: "Schedule a Free Consultation", href: "https://calendly.com"
|
||||
}}
|
||||
ctaIcon={Calendar}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I get started?", content: "Simply click the consultation button to schedule a free initial call with our team. We'll discuss your goals and project needs."},
|
||||
id: "1", title: "How do I get started?", content: "Simply click the consultation button to schedule a free initial call with our team. We'll discuss your goals and project needs."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What should I prepare for our meeting?", content: "Have your project goals, target audience, and any reference websites ready. Don't worry if you're not sure about technical details."},
|
||||
id: "2", title: "What should I prepare for our meeting?", content: "Have your project goals, target audience, and any reference websites ready. Don't worry if you're not sure about technical details."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What are your pricing options?", content: "We offer flexible pricing models tailored to project scope. We'll provide a detailed quote after discussing your requirements."},
|
||||
id: "3", title: "What are your pricing options?", content: "We offer flexible pricing models tailored to project scope. We'll provide a detailed quote after discussing your requirements."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user