diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cc517e..5b51246 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,13 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; -import AboutMetric from "@/components/sections/about/AboutMetric"; -import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import ContactFaq from "@/components/sections/contact/ContactFaq"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Award, Users, CheckCircle, Star, Phone } from "lucide-react"; export default function LandingPage() { @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Book Consultation", href: "contact"}} + text: "Book Consultation", href: "contact" + }} /> @@ -53,7 +54,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/low-angle-modern-building-architecture_23-2148230369.jpg" imageAlt="Modern law office with professional setting" mediaAnimation="slide-up" - useInvertedBackground={false} /> @@ -77,11 +77,14 @@ export default function LandingPage() { description="We specialize in providing expert legal guidance across multiple practice areas to serve your unique needs." features={[ { - id: "01", title: "Corporate Law", description: "Strategic legal counsel for business formation, contracts, mergers, and acquisitions to protect your corporate interests.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg?_wi=1", imageAlt: "Corporate law and business consultation"}, + id: "01", title: "Corporate Law", description: "Strategic legal counsel for business formation, contracts, mergers, and acquisitions to protect your corporate interests.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg", imageAlt: "Corporate law and business consultation" + }, { - id: "02", title: "Real Estate Law", description: "Comprehensive guidance on property transactions, landlord-tenant disputes, and real estate acquisitions.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-documents_23-2149445742.jpg", imageAlt: "Real estate legal consultation"}, + id: "02", title: "Real Estate Law", description: "Comprehensive guidance on property transactions, landlord-tenant disputes, and real estate acquisitions.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-documents_23-2149445742.jpg", imageAlt: "Real estate legal consultation" + }, { - id: "03", title: "Family Law", description: "Compassionate representation in divorce, custody, adoption, and other family matters.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-insurance-agent-talking-while-analyzing-paperwork-consultations_637285-5790.jpg", imageAlt: "Family law and legal support"}, + id: "03", title: "Family Law", description: "Compassionate representation in divorce, custody, adoption, and other family matters.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-insurance-agent-talking-while-analyzing-paperwork-consultations_637285-5790.jpg", imageAlt: "Family law and legal support" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -96,11 +99,14 @@ export default function LandingPage() { description="We combine legal expertise with personalized service to deliver the best possible outcomes." features={[ { - id: "01", title: "Personalized Strategy", description: "We develop customized legal strategies tailored specifically to your case and objectives.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-eyeglasses-office_1262-3710.jpg", imageAlt: "Professional legal strategy consultation"}, + id: "01", title: "Personalized Strategy", description: "We develop customized legal strategies tailored specifically to your case and objectives.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-eyeglasses-office_1262-3710.jpg", imageAlt: "Professional legal strategy consultation" + }, { - id: "02", title: "Transparent Communication", description: "Clear, honest communication throughout your case ensures you're always informed and prepared.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg?_wi=2", imageAlt: "Open legal communication and transparency"}, + id: "02", title: "Transparent Communication", description: "Clear, honest communication throughout your case ensures you're always informed and prepared.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-document_1098-21109.jpg", imageAlt: "Open legal communication and transparency" + }, { - id: "03", title: "Proven Results", description: "Our track record of successful cases demonstrates our commitment to achieving favorable outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-vinyls-store_23-2148237245.jpg", imageAlt: "Successful legal case management"}, + id: "03", title: "Proven Results", description: "Our track record of successful cases demonstrates our commitment to achieving favorable outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-vinyls-store_23-2148237245.jpg", imageAlt: "Successful legal case management" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -118,17 +124,23 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Jennifer Martinez", handle: "CEO, Tech Innovations Inc.", testimonial: "The legal team provided exceptional guidance through our corporate restructuring. Their attention to detail and strategic thinking saved us significant time and resources.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "Jennifer Martinez"}, + id: "1", name: "Jennifer Martinez", handle: "CEO, Tech Innovations Inc.", testimonial: "The legal team provided exceptional guidance through our corporate restructuring. Their attention to detail and strategic thinking saved us significant time and resources.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "Jennifer Martinez" + }, { - id: "2", name: "Michael Chen", handle: "Real Estate Developer", testimonial: "Outstanding representation during a complex property acquisition. They navigated every detail professionally and ensured all our interests were protected.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Real Estate Developer", testimonial: "Outstanding representation during a complex property acquisition. They navigated every detail professionally and ensured all our interests were protected.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Michael Chen" + }, { - id: "3", name: "Sarah Johnson", handle: "Business Owner", testimonial: "I was impressed by their comprehensive approach and the care they took in explaining every aspect of my case. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Sarah Johnson"}, + id: "3", name: "Sarah Johnson", handle: "Business Owner", testimonial: "I was impressed by their comprehensive approach and the care they took in explaining every aspect of my case. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Sarah Johnson" + }, { - id: "4", name: "David Williams", handle: "Entrepreneur", testimonial: "Professional, knowledgeable, and genuinely concerned with achieving the best outcome for my business. Couldn't have asked for better legal counsel.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "David Williams"}, + id: "4", name: "David Williams", handle: "Entrepreneur", testimonial: "Professional, knowledgeable, and genuinely concerned with achieving the best outcome for my business. Couldn't have asked for better legal counsel.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-hands-crossed-smiling_158595-3406.jpg", imageAlt: "David Williams" + }, { - id: "5", name: "Amanda Lopez", handle: "Manufacturing Director", testimonial: "Their expertise in corporate law is unmatched. They helped us successfully resolve a complex contract dispute while maintaining important business relationships.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg", imageAlt: "Amanda Lopez"}, + id: "5", name: "Amanda Lopez", handle: "Manufacturing Director", testimonial: "Their expertise in corporate law is unmatched. They helped us successfully resolve a complex contract dispute while maintaining important business relationships.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-businesswoman-looking-camera-with-arms-crossed-portrait_1163-4337.jpg", imageAlt: "Amanda Lopez" + }, { - id: "6", name: "Robert Thompson", handle: "Property Manager", testimonial: "Excellent legal guidance on multiple real estate transactions. Their professionalism and deep market knowledge made the entire process smooth and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", imageAlt: "Robert Thompson"}, + id: "6", name: "Robert Thompson", handle: "Property Manager", testimonial: "Excellent legal guidance on multiple real estate transactions. Their professionalism and deep market knowledge made the entire process smooth and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", imageAlt: "Robert Thompson" + }, ]} /> @@ -138,17 +150,22 @@ export default function LandingPage() { ctaTitle="Schedule Your Consultation" ctaDescription="Get expert legal advice tailored to your specific situation. Let's discuss how we can help you achieve your legal goals." ctaButton={{ - text: "Book Free Consultation", href: "#"}} + text: "Book Free Consultation", href: "#" + }} ctaIcon={Phone} faqs={[ { - id: "1", title: "What should I bring to my consultation?", content: "Please bring any relevant documents related to your legal matter, including contracts, correspondence, or previous legal documents. This helps us better understand your situation and provide targeted advice."}, + id: "1", title: "What should I bring to my consultation?", content: "Please bring any relevant documents related to your legal matter, including contracts, correspondence, or previous legal documents. This helps us better understand your situation and provide targeted advice." + }, { - id: "2", title: "How is your consultation fee structured?", content: "We offer a free initial consultation to discuss your case and determine the best approach. Subsequent fees vary based on the complexity of your matter and will be clearly outlined in our engagement agreement."}, + id: "2", title: "How is your consultation fee structured?", content: "We offer a free initial consultation to discuss your case and determine the best approach. Subsequent fees vary based on the complexity of your matter and will be clearly outlined in our engagement agreement." + }, { - id: "3", title: "What is your typical case timeline?", content: "Timeline varies significantly depending on the nature of your case. During your consultation, we'll provide a realistic estimate based on the specific circumstances and complexities involved."}, + id: "3", title: "What is your typical case timeline?", content: "Timeline varies significantly depending on the nature of your case. During your consultation, we'll provide a realistic estimate based on the specific circumstances and complexities involved." + }, { - id: "4", title: "Do you offer payment plans?", content: "Yes, we understand that legal costs can be significant. We work with clients to develop payment arrangements that fit their financial situation while ensuring quality representation."}, + id: "4", title: "Do you offer payment plans?", content: "Yes, we understand that legal costs can be significant. We work with clients to develop payment arrangements that fit their financial situation while ensuring quality representation." + }, ]} useInvertedBackground={false} animationType="slide-up"