Update src/app/page.tsx

This commit is contained in:
2026-05-27 20:07:15 +00:00
parent 6d91e383d1
commit dc1ce190f0

View File

@@ -33,105 +33,118 @@ export default function BusinessCoachTemplatePage() {
headingFontWeight="medium"
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Webild"
button={{ text: "Get Started", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="Unlock Your Business Potential"
description="Innovative solutions and expert guidance to help your company thrive in a competitive market."
background={{ variant: 'sparkles-gradient' }}
leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-1.webp?w=800&h=600", imageAlt: "Business meeting" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-2.webp?w=800&h=600", imageAlt: "Team collaboration" }
]}
rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-3.webp?w=800&h=600", imageAlt: "Digital marketing data" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-4.webp?w=800&h=600", imageAlt: "Strategy planning" }
]}
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
carouselPosition="right"
tag="Next-Gen Business"
tagIcon={Sparkles}
/>
<FeatureCardNineteen
id="services"
title="Our Core Services"
description="Tailored strategies to drive growth, innovation, and efficiency."
textboxLayout="default"
useInvertedBackground={false}
features={[
{
tag: "Strategy", title: "Strategic Planning", subtitle: "Future-Proof Your Business", description: "Develop comprehensive roadmaps for sustainable growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-1.webp?w=800&h=600"
},
{
tag: "Innovation", title: "Product Innovation", subtitle: "Lead the Market", description: "Design and launch groundbreaking products that captivate your audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-2.webp?w=800&h=600"
},
{
tag: "Efficiency", title: "Operational Efficiency", subtitle: "Streamline Your Workflow", description: "Optimize processes to boost productivity and reduce costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-3.webp?w=800&h=600"
},
{
tag: "Marketing", title: "Digital Marketing", subtitle: "Amplify Your Reach", description: "Craft data-driven campaigns to connect with customers and expand your brand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-4.webp?w=800&h=600"
}
]}
tag="Solutions"
tagIcon={Target}
/>
<TestimonialCardFifteen
testimonial="Working with this team has been a game-changer for our business. Their insights and strategies led to a 40% increase in revenue within six months!"
rating={5}
author="Jane Doe, CEO of InnovateCorp"
avatars={[
{ src: "https://images.unsplash.com/photo-1494790108377-be9c29b29329?w=400&h=400&fit=crop&crop=face", alt: "Jane Doe" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
<FaqDouble
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about our services."
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "What is your approach to business strategy?", content: "Our approach involves a deep dive into your current operations, market analysis, and collaborative goal-setting to create a bespoke strategy that aligns with your vision and market opportunities."
},
{
id: "2", title: "How quickly can I expect to see results?", content: "Results vary depending on the scope of the project and implementation speed. However, most clients begin to see measurable improvements within the first 3-6 months through our structured guidance and actionable plans."
},
{
id: "3", title: "Do you offer ongoing support after a project?", content: "Yes, we believe in long-term partnerships. We offer various levels of ongoing support, including follow-up consultations, performance reviews, and continuous optimization strategies to ensure sustained success."
},
{
id: "4", title: "What industries do you specialize in?", content: "While our core methodologies are adaptable across industries, we have extensive experience and a proven track record in technology, e-commerce, and service-based businesses."
}
]}
/>
<ContactSplit
tag="Get in Touch"
title="Ready to Grow Your Business?"
description="Let's discuss how we can help achieve your strategic objectives."
background={{ variant: 'sparkles-gradient' }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/contact/contact-1.webp?w=800&h=600"
imageAlt="Professional business meeting"
mediaPosition="right"
inputPlaceholder="Your email address"
buttonText="Send Inquiry"
termsText="By sending an inquiry, you agree to our Privacy Policy and Terms of Service."
onSubmit={(email: string) => alert(`Email received: ${email}`)}
/>
<FooterCard
logoText="Webild"
copyrightText="© 2024 Webild. All rights reserved."
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={navItems}
brandName="Webild"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Unlock Your Business Potential"
description="Innovative solutions and expert guidance to help your company thrive in a competitive market."
background={{ variant: 'sparkles-gradient' }}
leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-1.webp?w=800&h=600", imageAlt: "Business meeting" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-2.webp?w=800&h=600", imageAlt: "Team collaboration" }
]}
rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-3.webp?w=800&h=600", imageAlt: "Digital marketing data" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/hero/stock-4.webp?w=800&h=600", imageAlt: "Strategy planning" }
]}
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
carouselPosition="right"
tag="Next-Gen Business"
tagIcon={Sparkles}
/>
</div>
<div id="services" data-section="services">
<FeatureCardNineteen
title="Our Core Services"
description="Tailored strategies to drive growth, innovation, and efficiency."
textboxLayout="default"
useInvertedBackground={false}
features={[
{
tag: "Strategy", title: "Strategic Planning", subtitle: "Future-Proof Your Business", description: "Develop comprehensive roadmaps for sustainable growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-1.webp?w=800&h=600"
},
{
tag: "Innovation", title: "Product Innovation", subtitle: "Lead the Market", description: "Design and launch groundbreaking products that captivate your audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-2.webp?w=800&h=600"
},
{
tag: "Efficiency", title: "Operational Efficiency", subtitle: "Streamline Your Workflow", description: "Optimize processes to boost productivity and reduce costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-3.webp?w=800&h=600"
},
{
tag: "Marketing", title: "Digital Marketing", subtitle: "Amplify Your Reach", description: "Craft data-driven campaigns to connect with customers and expand your brand.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/features/feature-4.webp?w=800&h=600"
}
]}
tag="Solutions"
tagIcon={Target}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Working with this team has been a game-changer for our business. Their insights and strategies led to a 40% increase in revenue within six months!"
rating={5}
author="Jane Doe, CEO of InnovateCorp"
avatars={[
{ src: "https://images.unsplash.com/photo-1494790108377-be9c29b29329?w=400&h=400&fit=crop&crop=face", alt: "Jane Doe" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Find quick answers to the most common questions about our services."
textboxLayout="default"
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{
id: "1", title: "What is your approach to business strategy?", content: "Our approach involves a deep dive into your current operations, market analysis, and collaborative goal-setting to create a bespoke strategy that aligns with your vision and market opportunities."
},
{
id: "2", title: "How quickly can I expect to see results?", content: "Results vary depending on the scope of the project and implementation speed. However, most clients begin to see measurable improvements within the first 3-6 months through our structured guidance and actionable plans."
},
{
id: "3", title: "Do you offer ongoing support after a project?", content: "Yes, we believe in long-term partnerships. We offer various levels of ongoing support, including follow-up consultations, performance reviews, and continuous optimization strategies to ensure sustained success."
},
{
id: "4", title: "What industries do you specialize in?", content: "While our core methodologies are adaptable across industries, we have extensive experience and a proven track record in technology, e-commerce, and service-based businesses."
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get in Touch"
title="Ready to Grow Your Business?"
description="Let's discuss how we can help achieve your strategic objectives."
background={{ variant: 'sparkles-gradient' }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/contact/contact-1.webp?w=800&h=600"
imageAlt="Professional business meeting"
mediaPosition="right"
inputPlaceholder="Your email address"
buttonText="Send Inquiry"
termsText="By sending an inquiry, you agree to our Privacy Policy and Terms of Service."
onSubmit={(email: string) => alert(`Email received: ${email}`)}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Webild"
copyrightText="© 2024 Webild. All rights reserved."
/>
/>
</div>
</ReactLenis>
</ThemeProvider>
);