diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index be8fe72..8a3def8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,6 +7,7 @@ import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwe import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Users, Lightbulb, Heart, Facebook, Linkedin, Twitter } from "lucide-react"; +import Link from "next/link"; export default function AboutPage() { return ( @@ -26,8 +27,8 @@ export default function AboutPage() { @@ -95,11 +99,14 @@ export default function AboutPage() { useInvertedBackground={false} avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "David Chen"}, + src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "David Chen" + }, { - src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Emily Rodriguez"}, + src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "Emily Rodriguez" + }, { - src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Alex Thompson"}, + src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Alex Thompson" + }, ]} /> @@ -112,13 +119,16 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/webild", ariaLabel: "Facebook"}, + href: "https://facebook.com/webild", ariaLabel: "Facebook" + }, { icon: Linkedin, - href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn"}, + href: "https://linkedin.com/company/webild", ariaLabel: "LinkedIn" + }, { icon: Twitter, - href: "https://twitter.com/webild", ariaLabel: "Twitter"}, + href: "https://twitter.com/webild", ariaLabel: "Twitter" + }, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 81d24ff..91969ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,10 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterCard from "@/components/sections/footer/FooterCard"; import { Sparkles, TrendingUp, MapPin, Shield, Facebook, Linkedin, Twitter } from "lucide-react"; +import Link from "next/link"; export default function HomePage() { return ( @@ -30,8 +32,8 @@ export default function HomePage() { @@ -110,13 +118,17 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "1", title: "Web Design", description: "Beautiful, user-friendly website designs that represent your brand and engage visitors.", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Web design service"}, + id: "1", title: "Web Design", description: "Beautiful, user-friendly website designs that represent your brand and engage visitors.", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Web design service" + }, { - id: "2", title: "Web Development", description: "Fast, secure, and scalable websites built with modern technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Web development service"}, + id: "2", title: "Web Development", description: "Fast, secure, and scalable websites built with modern technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Web development service" + }, { - id: "3", title: "SEO Optimization", description: "Get found online. We optimize your site for search engines to drive organic traffic.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO service"}, + id: "3", title: "SEO Optimization", description: "Get found online. We optimize your site for search engines to drive organic traffic.", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "SEO service" + }, { - id: "4", title: "Maintenance & Support", description: "Keep your website running smoothly with ongoing support, updates, and security.", imageSrc: "http://img.b2bpic.net/free-photo/customer-support-black-technician-helpline-photovoltaic-facility_482257-125211.jpg", imageAlt: "Maintenance service"}, + id: "4", title: "Maintenance & Support", description: "Keep your website running smoothly with ongoing support, updates, and security.", imageSrc: "http://img.b2bpic.net/free-photo/customer-support-black-technician-helpline-photovoltaic-facility_482257-125211.jpg", imageAlt: "Maintenance service" + }, ]} /> @@ -133,11 +145,14 @@ export default function HomePage() { animationType="slide-up" products={[ { - id: "1", name: "Local Coffee Shop Website", price: "Completed", variant: "Cafe, E-commerce, Reservations", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Coffee shop website design"}, + id: "1", name: "Local Coffee Shop Website", price: "Completed", variant: "Cafe, E-commerce, Reservations", imageSrc: "http://img.b2bpic.net/free-vector/responsive-web-design_23-2147546970.jpg", imageAlt: "Coffee shop website design" + }, { - id: "2", name: "Real Estate Agency Portal", price: "Completed", variant: "Property Listings, CRM Integration", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Real estate website"}, + id: "2", name: "Real Estate Agency Portal", price: "Completed", variant: "Property Listings, CRM Integration", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Real estate website" + }, { - id: "3", name: "Local Plumbing Service Site", price: "Completed", variant: "Service Booking, Lead Generation", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "Service business website"}, + id: "3", name: "Local Plumbing Service Site", price: "Completed", variant: "Service Booking, Lead Generation", imageSrc: "http://img.b2bpic.net/free-vector/search-engine-optimization_24908-55724.jpg", imageAlt: "Service business website" + }, ]} /> @@ -151,7 +166,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Local Coffee Roasters", "Downtown Boutique", "Family Dental Clinic", "City Plumbing Co", "Green Landscaping", "Elite Real Estate", "Urban Fitness Studio", "The Bakery House"]} + "Local Coffee Roasters", "Downtown Boutique", "Family Dental Clinic", "City Plumbing Co", "Green Landscaping", "Elite Real Estate", "Urban Fitness Studio", "The Bakery House" + ]} showCard={true} /> @@ -168,18 +184,21 @@ export default function HomePage() { { id: "1", price: "$2,000", name: "Starter", buttons: [{ text: "Get Started", href: "contact" }], features: [ - "5-page website", "Mobile responsive design", "SEO basics", "Contact form", "3 months support"], + "5-page website", "Mobile responsive design", "SEO basics", "Contact form", "3 months support" + ], }, { id: "2", badge: "Most Popular", badgeIcon: Sparkles, price: "$5,000", name: "Professional", buttons: [{ text: "Get Started", href: "contact" }], features: [ - "Up to 15 pages", "Advanced design", "Full SEO optimization", "Blog integration", "E-commerce ready", "12 months support"], + "Up to 15 pages", "Advanced design", "Full SEO optimization", "Blog integration", "E-commerce ready", "12 months support" + ], }, { id: "3", price: "$9,000", name: "Enterprise", buttons: [{ text: "Contact Sales", href: "contact" }], features: [ - "Unlimited pages", "Custom functionality", "Advanced integrations", "Marketing tools", "Analytics setup", "Ongoing support"], + "Unlimited pages", "Custom functionality", "Advanced integrations", "Marketing tools", "Analytics setup", "Ongoing support" + ], }, ]} /> @@ -196,17 +215,38 @@ export default function HomePage() { useInvertedBackground={false} avatars={[ { - src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "Sarah Martinez"}, + src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "Sarah Martinez" + }, { - src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "James Wilson"}, + src: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-business-man-relaxing_1262-2369.jpg", alt: "James Wilson" + }, { - src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Lisa Chen"}, + src: "http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg", alt: "Lisa Chen" + }, { - src: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg", alt: "Michael Thompson"}, + src: "http://img.b2bpic.net/free-photo/smiley-business-owner-with-document-medium-shot_23-2149434531.jpg", alt: "Michael Thompson" + }, ]} /> + {/* Contact Section */} +
+ +
+ {/* Footer */}