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 TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Sparkles, Award, Star, Zap, Heart, HelpCircle, Lightbulb } from "lucide-react"; import { Sparkles, Award, Star, Zap, Heart, HelpCircle, Lightbulb } from "lucide-react";
import Link from "next/link"; import Link from "next/link";
@@ -361,40 +361,27 @@ export default function HomePage() {
</div> </div>
<div id="contact" data-section="contact" className="w-full"> <div id="contact" data-section="contact" className="w-full">
<ContactSplitForm <ContactSplit
tag="Get in Touch"
title="Let's Create Something Amazing" 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." 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={[ background={{ variant: "sparkles-gradient" }}
{
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,
}}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/modern-creative-workspace-with-designer--1773001370917-d97731f6.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ag5E12tt9qH4zLUc6Utm88Gnfu/modern-creative-workspace-with-designer--1773001370917-d97731f6.png"
imageAlt="Creative workspace" imageAlt="Creative workspace"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" 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>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterSimple
columns={footerColumns} columns={footerColumns}
copyrightText="© 2025 Webild Design. All rights reserved." bottomLeftText="© 2025 Webild Design. All rights reserved."
bottomRightText="Made with purpose and passion."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>

View File

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