6 Commits

Author SHA1 Message Date
86e0523d75 Update src/app/layout.tsx 2026-03-08 21:42:21 +00:00
a4647981e1 Update src/app/styles/variables.css 2026-03-08 21:41:34 +00:00
256f701ba4 Update src/app/page.tsx 2026-03-08 21:41:33 +00:00
a945932585 Update src/app/layout.tsx 2026-03-08 21:41:33 +00:00
3b7f0d7cdf Merge version_1 into main
Merge version_1 into main
2026-03-08 20:25:33 +00:00
1cb1510e19 Merge version_1 into main
Merge version_1 into main
2026-03-08 20:24:02 +00:00
3 changed files with 34 additions and 1454 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,8 +9,8 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Award, Star, Zap, Heart, HelpCircle, Lightbulb } from "lucide-react";
import Link from "next/link";
@@ -361,40 +361,27 @@ export default function HomePage() {
</div>
<div id="contact" data-section="contact" className="w-full">
<ContactSplitForm
<ContactSplit
tag="Get in Touch"
title="Let's Create Something Amazing"
description="Ready to transform your digital presence? Get in touch with our team. We'd love to discuss your project and explore how we can help."
inputs={[
{
name: "fullName", type: "text", placeholder: "Your Full 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: "+1 (555) 000-0000", required: false,
},
]}
textarea={{
name: "message", placeholder: "Tell us about your project, goals, and timeline...", rows: 6,
required: true,
}}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/modern-creative-workspace-with-designer--1773001370917-d97731f6.png"
imageAlt="Creative workspace"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="We'll send you updates about our latest projects and industry insights. Unsubscribe anytime."
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
<FooterSimple
columns={footerColumns}
copyrightText="© 2025 Webild Design. All rights reserved."
bottomLeftText="© 2025 Webild Design. All rights reserved."
bottomRightText="Made with purpose and passion."
/>
</div>
</ThemeProvider>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;
--background: #ffffff;
--card: #f5f5f5;
--foreground: #1a1a1a;
--primary-cta: #0052cc;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
--accent: #6c5ce7;
--background-accent: #e8deff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);