Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05c8c3cc21 | |||
| 9a732ceecd | |||
| 7b8d90caf6 | |||
| 770db301c0 | |||
| be0bb8a4d4 | |||
| 434a4528d2 |
@@ -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 ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Award, BarChart3, Brain, Github, Linkedin, Mail, Sparkles, Target, Users, Zap } from "lucide-react";
|
||||
|
||||
@@ -128,30 +128,30 @@ export default function LandingPage() {
|
||||
members={[
|
||||
{ id: "1", name: "Alex Thompson", role: "Creative Director", description: "10+ years of experience in brand strategy and luxury design. Obsessed with positioning and visual storytelling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BB1UWtLhV4bdAZs5YAnJqZZmEU/professional-headshot-of-a-talented-desi-1774031217802-8e82cb96.png", imageAlt: "Professional headshot of a talented designer or developer. Modern office environment with tech eleme", socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }, { icon: Mail, url: "mailto:alex@example.com" }] }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Join Our Team", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Team members section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
<HeroBillboardTestimonial
|
||||
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."
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "your@email.com", required: true },
|
||||
{ name: "company", type: "text", placeholder: "Company Name", required: false },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: false }
|
||||
tag="Get in Touch"
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Send Message", href: "#" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project...", rows: 5, required: true }}
|
||||
buttonText="Send Message"
|
||||
ariaLabel="Contact form section"
|
||||
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" }
|
||||
]}
|
||||
ariaLabel="Contact section with logo display"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user