Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8090b7c7a6 | |||
| 9c7364d9aa |
202
src/app/page.tsx
202
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Kare Accounting"
|
||||
/>
|
||||
@@ -59,76 +49,43 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Excellence in Financial Management"
|
||||
description="Kare Accounting Services offers professional financial solutions for businesses and individuals in Lenasia. Dedicated to precision, reliability, and growth."
|
||||
description="Kare Accounting Services offers professional financial solutions for businesses and individuals. Dedicated to precision, reliability, and growth at 63 Flamingo St, Lenasia. Call us: 011 854 1357."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Fatima T.",
|
||||
handle: "@client",
|
||||
testimonial: "Excellent service and very professional. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
},
|
||||
name: "Fatima T.", handle: "@client", testimonial: "Excellent service and very professional. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
|
||||
{
|
||||
name: "Zaid M.",
|
||||
handle: "@business-owner",
|
||||
testimonial: "They streamlined our taxes perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
name: "Zaid M.", handle: "@business-owner", testimonial: "They streamlined our taxes perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@entrepreneur",
|
||||
testimonial: "Reliable and expert guidance every step.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
},
|
||||
name: "Sarah K.", handle: "@entrepreneur", testimonial: "Reliable and expert guidance every step.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
|
||||
{
|
||||
name: "Ahmed S.",
|
||||
handle: "@client",
|
||||
testimonial: "Very thorough with bookkeeping.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg",
|
||||
},
|
||||
name: "Ahmed S.", handle: "@client", testimonial: "Very thorough with bookkeeping.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-book-close-up_23-2148396302.jpg"},
|
||||
{
|
||||
name: "Bilal D.",
|
||||
handle: "@small-biz",
|
||||
testimonial: "The best firm in the Lenasia area.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
|
||||
},
|
||||
name: "Bilal D.", handle: "@small-biz", testimonial: "The best firm in the Lenasia area.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg?_wi=1"
|
||||
imageAlt="Professional accountant desk office"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/table-financial-manager_1098-18260.jpg",
|
||||
alt: "Table of financial manager",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/table-financial-manager_1098-18260.jpg", alt: "Table of financial manager"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-working-his-office-businessperson-professional-environment_482257-32719.jpg",
|
||||
alt: "Businessman working in his office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-working-his-office-businessperson-professional-environment_482257-32719.jpg", alt: "Businessman working in his office"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-talented-young-entrepreneur_1098-13377.jpg",
|
||||
alt: "Portrait of Talented Young Entrepreneur",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-talented-young-entrepreneur_1098-13377.jpg", alt: "Portrait of Talented Young Entrepreneur"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-working-his-office-businessperson-professional-environment_482257-32764.jpg",
|
||||
alt: "Businessperson in professional environment",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-working-his-office-businessperson-professional-environment_482257-32764.jpg", alt: "Businessperson in professional environment"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/meeting-office-workers-table-looking-presentation-with-diagrams-tv_78826-2975.jpg",
|
||||
alt: "Meeting of office workers at the table",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/meeting-office-workers-table-looking-presentation-with-diagrams-tv_78826-2975.jpg", alt: "Meeting of office workers at the table"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,7 +95,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="About Us"
|
||||
title="Your Trusted Financial Partner"
|
||||
description="Located at 63 Flamingo St, Lenasia, we provide comprehensive accounting services designed to help you navigate financial complexities with ease."
|
||||
description="Located at 63 Flamingo St, Lenasia, 1821, we provide comprehensive accounting services designed to help you navigate financial complexities with ease. Reach us at 011 854 1357."
|
||||
subdescription="With years of experience, Kare Accounting Services is committed to integrity, accuracy, and building lasting client relationships."
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hr-manager-shakes-hands-with-upbeat-person-with-paraplegia_482257-123033.jpg?_wi=1"
|
||||
@@ -152,23 +109,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bookkeeping",
|
||||
description: "Accurate recording of your day-to-day financial transactions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-drink-coffee-business-partners-business-meeting-man-woman-sitting-table_1157-40423.jpg",
|
||||
imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table",
|
||||
},
|
||||
title: "Bookkeeping", description: "Accurate recording of your day-to-day financial transactions.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-drink-coffee-business-partners-business-meeting-man-woman-sitting-table_1157-40423.jpg", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table"},
|
||||
{
|
||||
title: "Tax Services",
|
||||
description: "Full-cycle tax compliance and optimization strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg?_wi=2",
|
||||
imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table",
|
||||
},
|
||||
title: "Tax Services", description: "Full-cycle tax compliance and optimization strategies.", imageSrc: "http://img.b2bpic.net/free-photo/women-discussing-business-desk_23-2149332995.jpg?_wi=2", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table"},
|
||||
{
|
||||
title: "Financial Advice",
|
||||
description: "Strategic insights to help your business reach its goals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-shakes-hands-with-upbeat-person-with-paraplegia_482257-123033.jpg?_wi=2",
|
||||
imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table",
|
||||
},
|
||||
title: "Financial Advice", description: "Strategic insights to help your business reach its goals.", imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-shakes-hands-with-upbeat-person-with-paraplegia_482257-123033.jpg?_wi=2", imageAlt: "Colleagues drink coffee.Business partners at a business meeting.Man and woman sitting at the table"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer a wide range of accounting services to meet your unique needs."
|
||||
@@ -182,45 +127,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Timol",
|
||||
handle: "Local Client",
|
||||
testimonial: "Professional and thorough, great experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
},
|
||||
id: "1", name: "Fatima Timol", handle: "Local Client", testimonial: "Professional and thorough, great experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Very helpful accounting services.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10446.jpg",
|
||||
},
|
||||
id: "2", name: "John Doe", handle: "Business Owner", testimonial: "Very helpful accounting services.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10446.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jane Smith",
|
||||
handle: "Entrepreneur",
|
||||
testimonial: "Reliable and expert guidance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg",
|
||||
},
|
||||
id: "3", name: "Jane Smith", handle: "Entrepreneur", testimonial: "Reliable and expert guidance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-businesswoman_329181-15813.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Bob Williams",
|
||||
handle: "Client",
|
||||
testimonial: "Everything is handled with precision.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
|
||||
},
|
||||
id: "4", name: "Bob Williams", handle: "Client", testimonial: "Everything is handled with precision.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Brown",
|
||||
handle: "Client",
|
||||
testimonial: "Best service in Lenasia area.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg",
|
||||
},
|
||||
id: "5", name: "Alice Brown", handle: "Client", testimonial: "Best service in Lenasia area.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-looking-outside-window-her-office-smiling-with-confidence_1258-194662.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -233,20 +153,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where are you located?",
|
||||
content: "We are located at 63 Flamingo St, Lenasia, 1821.",
|
||||
},
|
||||
id: "q1", title: "Where are you located?", content: "We are located at 63 Flamingo St, Lenasia, 1821."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your business hours?",
|
||||
content: "We are open from 8 am onwards.",
|
||||
},
|
||||
id: "q2", title: "What are your business hours?", content: "We are open from 8 am onwards."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How can I book an appointment?",
|
||||
content: "You can reach us directly at 011 854 1357 to book your session.",
|
||||
},
|
||||
id: "q3", title: "How can I book an appointment?", content: "You can reach us directly at 011 854 1357 to book your session."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Need more information? Here are answers to commonly asked questions."
|
||||
@@ -258,11 +169,10 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get in Touch Today"
|
||||
description="We're here to help you manage your finances efficiently. Contact us for any accounting needs."
|
||||
description="Visit us at 63 Flamingo St, Lenasia, or call 011 854 1357 for any financial assistance."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-laptop-glasses-desk_1098-1826.jpg"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
@@ -275,33 +185,21 @@ export default function LandingPage() {
|
||||
logoText="Kare Accounting Services"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "011 854 1357",
|
||||
href: "tel:0118541357",
|
||||
},
|
||||
label: "011 854 1357", href: "tel:0118541357"},
|
||||
{
|
||||
label: "63 Flamingo St, Lenasia",
|
||||
href: "#",
|
||||
},
|
||||
label: "63 Flamingo St, Lenasia, 1821", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -310,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user