5 Commits

Author SHA1 Message Date
7e4ed2df73 Update src/app/page.tsx 2026-03-16 17:52:43 +00:00
fc10ec9e64 Update src/app/contact/page.tsx 2026-03-16 17:45:07 +00:00
10fdb5e955 Update src/app/contact/page.tsx 2026-03-16 17:43:30 +00:00
83fbb6bfa3 Merge version_22 into main
Merge version_22 into main
2026-03-16 17:29:55 +00:00
07e12750ca Merge version_22 into main
Merge version_22 into main
2026-03-16 17:29:19 +00:00
2 changed files with 17 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ContactText from '@/components/sections/contact/ContactText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function ContactPage() {
@@ -33,13 +33,20 @@ export default function ContactPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
text="See What's Possible for Your Business"
<ContactSplit
tag="Get In Touch"
title="Let's Talk About Your Project"
description="We'd love to hear from you. Reach out to us directly with any questions or to discuss how we can help grow your business."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Get In Touch", onClick: () => console.log('Contact clicked') }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/a-modern-clean-website-design-mockup-dis-1773240171755-25981f6a.png"
imageAlt="Contact form illustration"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Send Message"
termsText="By contacting us, you agree to our Terms and Conditions."
onSubmit={(email) => console.log('Contact form submitted:', email)}
/>
</div>
@@ -60,7 +67,7 @@ export default function ContactPage() {
]
}
]}
copyrightText="© 2024 Convrsn. All rights reserved."
copyrightText="© 2026 Convrsn. All rights reserved."
/>
</div>
</ThemeProvider>

View File

@@ -198,11 +198,11 @@ export default function LandingPage() {
tagIcon={Quote}
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Founder & CEO", company: "Johnson Construction", rating: 5,
id: "1", name: "Mark Johnson ", role: "Founder & CEO", company: "Johnson Construction", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/professional-headshot-of-a-confident-ent-1773240173131-9be7d8c7.png"
},
{
id: "2", name: "Michael Chen", role: "Owner", company: "Digital Marketing Agency", rating: 5,
id: "2", name: "Sarah Johnson ", role: "Owner", company: "Digital Marketing Agency", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/professional-headshot-of-a-business-prof-1773240172753-c1cf042a.png"
},
{
@@ -210,7 +210,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/professional-headshot-of-a-female-busine-1773240171458-9b3db851.png"
},
{
id: "4", name: "David Williams", role: "Service Business Owner", company: "Premium Home Services", rating: 5,
id: "4", name: "Michaela Williams", role: "Service Business Owner", company: "Premium Home Services", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/professional-headshot-of-a-creative-prof-1773240172454-7572c59b.png"
}
]}