diff --git a/src/app/page.tsx b/src/app/page.tsx index 098f948..0408b73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,27 +28,13 @@ export default function LandingPage() {
@@ -58,14 +44,8 @@ export default function LandingPage() { logoText="Fast & Reliable Business Registration" description="Streamlining company registration, ISO certification, and trademark services with unmatched speed and professional expertise." buttons={[ - { - text: "Call Now", - href: "tel:+1234567890", - }, - { - text: "Get Free Consultation", - href: "/contact", - }, + { text: "Call Now", href: "tel:+1234567890" }, + { text: "Get Free Consultation", href: "/contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/laptop-with-notebook-glasses-table_23-2148036976.jpg" imageAlt="Business professional registration desk" @@ -80,23 +60,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Speed & Efficiency", - description: "Rapid turnaround for all registrations.", - imageSrc: "http://img.b2bpic.net/free-photo/clipboard-icon-front-side_187299-39412.jpg", - imageAlt: "Speed icon", - }, + title: "Speed & Efficiency", description: "Rapid turnaround for all registrations.", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-icon-front-side_187299-39412.jpg", imageAlt: "Speed icon"}, { - title: "Affordable Pricing", - description: "Transparent, competitive rates for startups.", - imageSrc: "http://img.b2bpic.net/free-vector/shield-icon-with-check-mark-symbol-design_1017-30513.jpg", - imageAlt: "Price icon", - }, + title: "Affordable Pricing", description: "Transparent, competitive rates for startups.", imageSrc: "http://img.b2bpic.net/free-vector/shield-icon-with-check-mark-symbol-design_1017-30513.jpg", imageAlt: "Price icon"}, { - title: "Full Compliance", - description: "We ensure your business meets all local standards.", - imageSrc: "http://img.b2bpic.net/free-vector/modern-copyright-symbol_23-2147872882.jpg", - imageAlt: "Compliance icon", - }, + title: "Full Compliance", description: "We ensure your business meets all local standards.", imageSrc: "http://img.b2bpic.net/free-vector/modern-copyright-symbol_23-2147872882.jpg", imageAlt: "Compliance icon"}, ]} title="Why Choose Our Services" description="We simplify complex legal processes so you can focus on growing your business." @@ -109,45 +77,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Great Service", - quote: "The team helped me register my company in record time. Highly recommend!", - name: "Sarah Miller", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", - }, + id: "1", title: "Great Service", quote: "The team helped me register my company in record time. Highly recommend!", name: "Sarah Miller", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"}, { - id: "2", - title: "Extremely Helpful", - quote: "Seamless trademark process, very transparent pricing.", - name: "John Doe", - role: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", - }, + id: "2", title: "Extremely Helpful", quote: "Seamless trademark process, very transparent pricing.", name: "John Doe", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"}, { - id: "3", - title: "ISO Done Easy", - quote: "Professional team, made the certification process stress-free.", - name: "Alice Wang", - role: "Director", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", - }, + id: "3", title: "ISO Done Easy", quote: "Professional team, made the certification process stress-free.", name: "Alice Wang", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"}, { - id: "4", - title: "Reliable & Fast", - quote: "My go-to partner for all business legal needs.", - name: "Bob Smith", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg", - }, + id: "4", title: "Reliable & Fast", quote: "My go-to partner for all business legal needs.", name: "Bob Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-stylish-male-wearing-elegant-suit-dark-background_613910-11359.jpg"}, { - id: "5", - title: "Excellent Support", - quote: "Fast, affordable and extremely professional.", - name: "Diana Ross", - role: "Owner", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", - }, + id: "5", title: "Excellent Support", quote: "Fast, affordable and extremely professional.", name: "Diana Ross", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"}, ]} title="What Our Clients Say" description="Trusted by hundreds of entrepreneurs across the region." @@ -156,6 +94,8 @@ export default function LandingPage() {