Merge version_2 into main #2
@@ -11,7 +11,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { CheckCircle, Sparkles, TrendingUp, Briefcase, Star, Users, Zap, Github, Linkedin, Twitter } from "lucide-react";
|
||||
import { CheckCircle, Sparkles, TrendingUp, Briefcase, Star, Users, Zap, Github, Linkedin, Twitter, Code2, Cpu, Network } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -212,14 +212,14 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
tag="Get In Touch"
|
||||
title="Ready to Start Your Project?"
|
||||
description="Let's discuss how I can help transform your ideas into digital solutions. Whether you need a new web application, design improvements, or performance optimization, I'm here to help."
|
||||
tagIcon={Zap}
|
||||
description="Let's discuss how I can help transform your ideas into digital solutions. Whether you need a new web application, design improvements, or performance optimization, I'm here to help. Connect with me to explore possibilities and build something exceptional together."
|
||||
tagIcon={Code2}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "downward-rays-animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Let's Connect"
|
||||
termsText="By reaching out, you agree to be contacted about your project. We respect your privacy."
|
||||
termsText="By reaching out, you agree to be contacted about your project. We respect your privacy and will never share your information."
|
||||
ariaLabel="Contact section - Email signup and consultation request"
|
||||
/>
|
||||
</div>
|
||||
@@ -227,7 +227,7 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Webild"
|
||||
copyrightText="© 2025 Webild. Fullstack Developer. Building digital products that scale."
|
||||
copyrightText="© 2025 Webild. Fullstack Developer. Building digital products that scale. Crafted with precision and innovation."
|
||||
socialLinks={[
|
||||
{ icon: Github, href: "https://github.com", ariaLabel: "GitHub profile" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn profile" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #e8e8e8;
|
||||
--primary-cta: #00d9ff;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #00d9ff;
|
||||
--background-accent: #0f3a3a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user