Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8396d88261 | |||
| c3dba15166 | |||
| fe97608351 | |||
| 62091b2356 | |||
| faa7744788 | |||
| 885f827483 | |||
| b48e24acbc | |||
| d2f9ce622d | |||
| 00edb13c2e | |||
| 0f13f7d998 | |||
| 4665f36376 | |||
| dd3546c694 | |||
| e8d8666c37 | |||
| 5546fdec83 |
@@ -6,7 +6,7 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Award, BarChart3, Brain, Github, Linkedin, Mail, Sparkles, Target, Users, Zap } from "lucide-react";
|
||||
|
||||
@@ -134,24 +134,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<HeroBillboardTestimonial
|
||||
<HeroBillboardCarousel
|
||||
title="Ready to Elevate Your Brand?"
|
||||
description="Let's discuss your project. Fill out the form below and our team will reach out within 24 hours."
|
||||
tag="Get in Touch"
|
||||
tagIcon={Mail}
|
||||
description="Let's discuss your project. Get in touch with our team to learn how we can transform your vision into reality."
|
||||
tag="Get Started"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Send Message", href: "#" }
|
||||
{ text: "Schedule Call", href: "mailto:hello@webild.com" },
|
||||
{ text: "View Portfolio", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1UWtLhV4bdAZs5YAnJqZZmEU/a-professional-portrait-photograph-of-a--1774031217691-d33284a1.png"
|
||||
imageAlt="Contact section image"
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{ name: "Client Success", handle: "@satisfied", testimonial: "Working with this team transformed our business vision into reality. Their strategic approach and attention to detail is unmatched.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1UWtLhV4bdAZs5YAnJqZZmEU/professional-headshot-of-a-talented-desi-1774031217802-8e82cb96.png", imageAlt: "Client testimonial avatar" }
|
||||
background={{ variant: "radial-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1UWtLhV4bdAZs5YAnJqZZmEU/a-sleek-modern-web-design-interface-disp-1774031218288-878bcd07.png?_wi=1", imageAlt: "Professional contact section imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1UWtLhV4bdAZs5YAnJqZZmEU/a-creative-agency-workspace-with-modern--1774031218049-f5713d8d.png?_wi=1", imageAlt: "Creative workspace for contact section" }
|
||||
]}
|
||||
ariaLabel="Contact section with logo display"
|
||||
ariaLabel="Contact section with hero layout"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user