diff --git a/src/app/page.tsx b/src/app/page.tsx index c72b1f6..f792005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,10 @@ import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwe import ProductCardOne from "@/components/sections/product/ProductCardOne"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Sparkles, CheckCircle, Zap, Award, Star, DollarSign, Target } from "lucide-react"; +import { Sparkles, CheckCircle, Zap, Award, Star, DollarSign, Target, Phone, Crown } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -24,17 +26,17 @@ export default function HomePage() { { items: [ { label: "Home", href: "/" }, - { label: "Services", href: "/services" }, - { label: "Portfolio", href: "/portfolio" }, - { label: "Pricing", href: "/pricing" }, + { label: "Services", href: "#services" }, + { label: "Portfolio", href: "#portfolio" }, + { label: "Pricing", href: "#pricing" }, ], }, { items: [ { label: "About", href: "/about" }, - { label: "Blog", href: "#" }, + { label: "Blog", href: "/blog" }, { label: "Contact", href: "/contact" }, - { label: "FAQ", href: "#" }, + { label: "FAQ", href: "#faq" }, ], }, { @@ -89,43 +91,27 @@ export default function HomePage() { { text: "Schedule Consultation", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/a-modern-clean-web-design-agency-dashboa-1772553528477-75e59eb4.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/a-modern-clean-web-design-agency-dashboa-1772553528477-75e59eb4.png" imageAlt="Web design dashboard showcase" imagePosition="right" mediaAnimation="blur-reveal" testimonials={[ { - name: "Maria Rodriguez", - handle: "Owner, Local Café & Bakery", - testimonial: "Archibald transformed our online presence. Our website looks professional and customers find us easily now!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-photo-of-a-woman-w-1772553527597-0b6414b8.png", - }, + name: "Maria Rodriguez", handle: "Owner, Local Café & Bakery", testimonial: "Archibald transformed our online presence. Our website looks professional and customers find us easily now!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-photo-of-a-woman-w-1772553527597-0b6414b8.png"}, { - name: "James Chen", - handle: "Owner, Tech Repair Shop", - testimonial: "We went from zero online visibility to page one Google rankings within 3 months. Incredible results!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-of-an-asian-man-wi-1772553527965-e9d5bc65.png", - }, + name: "James Chen", handle: "Owner, Tech Repair Shop", testimonial: "We went from zero online visibility to page one Google rankings within 3 months. Incredible results!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-of-an-asian-man-wi-1772553527965-e9d5bc65.png"}, { - name: "Sarah Williams", - handle: "Manager, Dental Practice", - testimonial: "Professional, responsive, and the entire process was smooth. Highly recommend Archibald Innovations.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-of-a-woman-with-bl-1772553526847-a4a1ca21.png", - }, + name: "Sarah Williams", handle: "Manager, Dental Practice", testimonial: "Professional, responsive, and the entire process was smooth. Highly recommend Archibald Innovations.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-of-a-woman-with-bl-1772553526847-a4a1ca21.png"}, { - name: "David Park", - handle: "Owner, Fitness Studio", - testimonial: "Our booking inquiries tripled after launching the new website. Best investment we made!", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-of-a-man-with-dark-1772553526512-71b90bd3.png", - }, + name: "David Park", handle: "Owner, Fitness Studio", testimonial: "Our booking inquiries tripled after launching the new website. Best investment we made!", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/professional-headshot-of-a-man-with-dark-1772553526512-71b90bd3.png"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} /> @@ -137,7 +123,7 @@ export default function HomePage() { description="Archibald Innovations Team" subdescription="Expert Web Design & Development" icon={Target} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/a-diverse-team-of-web-designers-and-deve-1772553527847-44855c19.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARR86yQVRtPdw7URKv8aQDywij/a-diverse-team-of-web-designers-and-deve-1772553527847-44855c19.png" imageAlt="Team collaboration session" mediaAnimation="slide-up" useInvertedBackground={false} @@ -148,47 +134,23 @@ export default function HomePage() { +
+ +
+ +
+ +
+