Merge version_1 into main #2
165
src/app/page.tsx
165
src/app/page.tsx
@@ -28,7 +28,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -50,7 +50,7 @@ export default function HomePage() {
|
||||
tag="Expert Consultation"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+213XXXXXXXXX" },
|
||||
{ text: "Request Consultation", href: "/contact" },
|
||||
@@ -58,25 +58,15 @@ export default function HomePage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-assistant-writing-data-documents-taking-notes-papers-create-annual-report-executive-employee-planning-investment-with-analytics-statistics-laptop-files_482257-67059.jpg",
|
||||
imageAlt: "Modern financial planning office",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-assistant-writing-data-documents-taking-notes-papers-create-annual-report-executive-employee-planning-investment-with-analytics-statistics-laptop-files_482257-67059.jpg", imageAlt: "Modern financial planning office"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-office-meeting_23-2148817055.jpg",
|
||||
imageAlt: "Professional business consultation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-table-office-meeting_23-2148817055.jpg", imageAlt: "Professional business consultation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cut-out-business-scene_23-2147626414.jpg",
|
||||
imageAlt: "Financial strategy session",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cut-out-business-scene_23-2147626414.jpg", imageAlt: "Financial strategy session"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-mid-adult-leader-standing-with-folded-arms_1262-15042.jpg",
|
||||
imageAlt: "Expert financial team",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-mid-adult-leader-standing-with-folded-arms_1262-15042.jpg", imageAlt: "Expert financial team"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motivated-happy-diverse-business-team-people-clapping-celebrating-success-corporate-meeting_482257-5089.jpg",
|
||||
imageAlt: "Business growth and success",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motivated-happy-diverse-business-team-people-clapping-celebrating-success-corporate-meeting_482257-5089.jpg", imageAlt: "Business growth and success"},
|
||||
]}
|
||||
ariaLabel="Financial Planning Hero Section"
|
||||
containerClassName="py-20"
|
||||
@@ -98,40 +88,24 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Financial Planning",
|
||||
description:
|
||||
"Personal and business financial strategies designed for long-term wealth building and financial security",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=1",
|
||||
imageAlt: "Financial planning services",
|
||||
},
|
||||
title: "Financial Planning", description:
|
||||
"Personal and business financial strategies designed for long-term wealth building and financial security", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Financial planning services"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Investment Consulting",
|
||||
description:
|
||||
"Expert advice on profitable investment decisions and portfolio management for optimal returns",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/desktop-pc-monitor-office-with-trading-indexes-showing-latest-prices_482257-83060.jpg?_wi=1",
|
||||
imageAlt: "Investment consulting",
|
||||
},
|
||||
title: "Investment Consulting", description:
|
||||
"Expert advice on profitable investment decisions and portfolio management for optimal returns", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/desktop-pc-monitor-office-with-trading-indexes-showing-latest-prices_482257-83060.jpg", imageAlt: "Investment consulting"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Business Strategy",
|
||||
description:
|
||||
"Strategic planning and development services to help your company achieve sustainable growth",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/focused-boss-communicating-with-workers_74855-4205.jpg?_wi=1",
|
||||
imageAlt: "Business strategy services",
|
||||
},
|
||||
title: "Business Strategy", description:
|
||||
"Strategic planning and development services to help your company achieve sustainable growth", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/focused-boss-communicating-with-workers_74855-4205.jpg", imageAlt: "Business strategy services"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Administrative Support",
|
||||
description:
|
||||
"Comprehensive assistance with paperwork, processes, and administrative management for businesses",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-laptop_23-2150282017.jpg?_wi=1",
|
||||
imageAlt: "Administrative support",
|
||||
},
|
||||
title: "Administrative Support", description:
|
||||
"Comprehensive assistance with paperwork, processes, and administrative management for businesses", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-laptop_23-2150282017.jpg", imageAlt: "Administrative support"},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "/services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -150,7 +124,7 @@ export default function HomePage() {
|
||||
{ value: "500+", title: "Satisfied Clients" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"
|
||||
imageAlt="C.A.D. SARL Professional Team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -190,45 +164,21 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed Mourad",
|
||||
role: "Business Owner",
|
||||
company: "Tech Solutions Ltd",
|
||||
rating: 5,
|
||||
id: "1", name: "Ahmed Mourad", role: "Business Owner", company: "Tech Solutions Ltd", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Mourad",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", imageAlt: "Ahmed Mourad"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Saïdi",
|
||||
role: "Entrepreneur",
|
||||
company: "Fashion Boutique",
|
||||
rating: 5,
|
||||
id: "2", name: "Fatima Saïdi", role: "Entrepreneur", company: "Fashion Boutique", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-successful-businesswoman-posing-with-arms-folded-co-working-coffee-shop-interior-looking-camera-smiling_74855-10345.jpg?_wi=1",
|
||||
imageAlt: "Fatima Saïdi",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/positive-successful-businesswoman-posing-with-arms-folded-co-working-coffee-shop-interior-looking-camera-smiling_74855-10345.jpg", imageAlt: "Fatima Saïdi"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Karim Bennour",
|
||||
role: "Company Director",
|
||||
company: "Import/Export Inc",
|
||||
rating: 5,
|
||||
id: "3", name: "Karim Bennour", role: "Company Director", company: "Import/Export Inc", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg?_wi=1",
|
||||
imageAlt: "Karim Bennour",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", imageAlt: "Karim Bennour"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Leïla Ait-Ahmed",
|
||||
role: "Financial Manager",
|
||||
company: "Construction Group",
|
||||
rating: 5,
|
||||
id: "4", name: "Leïla Ait-Ahmed", role: "Financial Manager", company: "Construction Group", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg?_wi=1",
|
||||
imageAlt: "Leïla Ait-Ahmed",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg", imageAlt: "Leïla Ait-Ahmed"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "500+", label: "Clients Served" },
|
||||
@@ -249,48 +199,30 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-woman-talking-making-hard-decisions_329181-15109.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-woman-talking-making-hard-decisions_329181-15109.jpg"
|
||||
imageAlt="Customer support and assistance"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What financial services do you offer?",
|
||||
content:
|
||||
"We offer comprehensive financial planning, investment consulting, business strategy development, and administrative support services. Our solutions are tailored to both individuals and businesses seeking professional financial guidance.",
|
||||
},
|
||||
id: "1", title: "What financial services do you offer?", content:
|
||||
"We offer comprehensive financial planning, investment consulting, business strategy development, and administrative support services. Our solutions are tailored to both individuals and businesses seeking professional financial guidance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How much do your services cost?",
|
||||
content:
|
||||
"Our pricing varies based on the scope and complexity of your financial needs. We offer flexible consultation packages. Please contact us for a personalized quote and to discuss pricing options that fit your budget.",
|
||||
},
|
||||
id: "2", title: "How much do your services cost?", content:
|
||||
"Our pricing varies based on the scope and complexity of your financial needs. We offer flexible consultation packages. Please contact us for a personalized quote and to discuss pricing options that fit your budget."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I schedule a consultation?",
|
||||
content:
|
||||
"You can schedule a consultation by calling us directly, filling out our online contact form, or visiting our office in Bordj El Kiffan. We offer flexible scheduling to accommodate your availability.",
|
||||
},
|
||||
id: "3", title: "How do I schedule a consultation?", content:
|
||||
"You can schedule a consultation by calling us directly, filling out our online contact form, or visiting our office in Bordj El Kiffan. We offer flexible scheduling to accommodate your availability."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Are you licensed financial advisors?",
|
||||
content:
|
||||
"Yes, our team consists of experienced, licensed financial professionals with extensive credentials in financial planning, investment management, and business consulting.",
|
||||
},
|
||||
id: "4", title: "Are you licensed financial advisors?", content:
|
||||
"Yes, our team consists of experienced, licensed financial professionals with extensive credentials in financial planning, investment management, and business consulting."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What is your investment strategy?",
|
||||
content:
|
||||
"We develop customized investment strategies based on your financial goals, risk tolerance, and time horizon. Our approach focuses on diversification and long-term wealth building.",
|
||||
},
|
||||
id: "5", title: "What is your investment strategy?", content:
|
||||
"We develop customized investment strategies based on your financial goals, risk tolerance, and time horizon. Our approach focuses on diversification and long-term wealth building."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you serve businesses in other regions?",
|
||||
content:
|
||||
"While we are based in Bordj El Kiffan, we serve clients throughout the Algiers area and beyond. We offer both in-person and remote consultation services.",
|
||||
},
|
||||
id: "6", title: "Do you serve businesses in other regions?", content:
|
||||
"While we are based in Bordj El Kiffan, we serve clients throughout the Algiers area and beyond. We offer both in-person and remote consultation services."},
|
||||
]}
|
||||
ariaLabel="Frequently Asked Questions"
|
||||
/>
|
||||
@@ -301,7 +233,7 @@ export default function HomePage() {
|
||||
title="Ready to Transform Your Financial Future?"
|
||||
description="Contact us today to schedule a free consultation with one of our financial planning experts. We're ready to help you achieve your financial goals."
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-happy-colleagues-using-laptop-video-call-sitting-table-with-cup-coffee-looking-display-talking-online-communication-concept_74855-12035.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-happy-colleagues-using-laptop-video-call-sitting-table-with-cup-coffee-looking-display-talking-online-communication-concept_74855-12035.jpg"
|
||||
imageAlt="Financial consultation meeting"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -311,9 +243,7 @@ export default function HomePage() {
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your financial needs and goals",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us about your financial needs and goals", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
ariaLabel="Contact Form Section"
|
||||
@@ -324,24 +254,21 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Financial Planning", href: "/services" },
|
||||
{ label: "Investment Consulting", href: "/services" },
|
||||
{ label: "Business Strategy", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Email", href: "mailto:info@cadsarl.com" },
|
||||
{ label: "Phone", href: "tel:+213XXXXXXXXX" },
|
||||
{ label: "Visit Us", href: "https://maps.google.com" },
|
||||
|
||||
Reference in New Issue
Block a user