Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About Us", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="SOS Online Business Solutions"
|
||||
/>
|
||||
@@ -55,63 +43,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="SOS ONLINE BUSINESS SOLUTIONS"
|
||||
description="Virtual Administrative Services allowing you to focus on growing your business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get In Touch",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/project-manager-working-with-online-sales-statistics-laptop-create-business-strategy-growth-executive-assistant-using-data-research-charts-plan-financial-presentation_482257-46124.jpg?_wi=1"
|
||||
buttons={[{ text: "Get In Touch", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/project-manager-working-with-online-sales-statistics-laptop-create-business-strategy-growth-executive-assistant-using-data-research-charts-plan-financial-presentation_482257-46124.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-asian-marketing-agency-office-worker-using-work-computer-analyze-financial-market-data-company-employee-reviewing-organization-market-value-analyzing-finances_482257-40190.jpg",
|
||||
alt: "Agent working",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-communicates-with-colleagues-online_1163-4283.jpg",
|
||||
alt: "Colleague",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-business-woman-working-with-sales-charts-laptop-using-financial-statistics-plan-executive-strategy-project-manager-analyzing-data-research-graphs-startup-growth_482257-41042.jpg",
|
||||
alt: "Strategy",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-office-employee-holding-glasses_23-2147651024.jpg",
|
||||
alt: "Support",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/focused-young-business-lady-working-her-office-using-computer-workplace-looking-display-medium-shot-digital-communication-business-leader-concept_74855-11733.jpg",
|
||||
alt: "Manager",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/focused-asian-marketing-agency-office-worker-using-work-computer-analyze-financial-market-data-company-employee-reviewing-organization-market-value-analyzing-finances_482257-40190.jpg", alt: "Agent working" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/businesswoman-communicates-with-colleagues-online_1163-4283.jpg", alt: "Colleague" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-business-woman-working-with-sales-charts-laptop-using-financial-statistics-plan-executive-strategy-project-manager-analyzing-data-research-graphs-startup-growth_482257-41042.jpg", alt: "Strategy" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cheerful-office-employee-holding-glasses_23-2147651024.jpg", alt: "Support" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/focused-young-business-lady-working-her-office-using-computer-workplace-looking-display-medium-shot-digital-communication-business-leader-concept_74855-11733.jpg", alt: "Manager" },
|
||||
]}
|
||||
avatarText="Trusted by 100+ growing businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Calendar Management",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Email Support",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Editing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Task Coordination",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Client Relations",
|
||||
},
|
||||
{ type: "text", text: "Calendar Management" },
|
||||
{ type: "text", text: "Email Support" },
|
||||
{ type: "text", text: "Business Editing" },
|
||||
{ type: "text", text: "Task Coordination" },
|
||||
{ type: "text", text: "Client Relations" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,28 +74,13 @@ export default function LandingPage() {
|
||||
title="Virtual Administration"
|
||||
description="SOS Online Business Solutions provides professional virtual administrative assistance and business support services to clients remotely, helping you streamline operations and focus on core growth."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Flexible Support",
|
||||
description: "Contract and freelance solutions tailored to your unique needs.",
|
||||
},
|
||||
{
|
||||
title: "Expert Management",
|
||||
description: "Professional administrative management to keep your workflow efficient.",
|
||||
},
|
||||
{
|
||||
title: "Remote Efficiency",
|
||||
description: "Providing services remotely to save you time and overhead.",
|
||||
},
|
||||
{
|
||||
title: "Precision Tasks",
|
||||
description: "Attention to detail in all administrative operations.",
|
||||
},
|
||||
{
|
||||
title: "Scalable Growth",
|
||||
description: "Services designed to grow alongside your expanding business.",
|
||||
},
|
||||
{ title: "Flexible Support", description: "Contract and freelance solutions tailored to your unique needs." },
|
||||
{ title: "Expert Management", description: "Professional administrative management to keep your workflow efficient." },
|
||||
{ title: "Remote Efficiency", description: "Providing services remotely to save you time and overhead." },
|
||||
{ title: "Precision Tasks", description: "Attention to detail in all administrative operations." },
|
||||
{ title: "Scalable Growth", description: "Services designed to grow alongside your expanding business." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167282.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167282.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -155,36 +91,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Administrative Support",
|
||||
description: "Calendar management, email handling, and task coordination.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Calendar,
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ey3o3z",
|
||||
imageAlt: "abstract tech logo brand",
|
||||
},
|
||||
{
|
||||
title: "Business Editing",
|
||||
description: "Proofreading and editing product descriptions or documentation.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Edit,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/project-manager-working-with-online-sales-statistics-laptop-create-business-strategy-growth-executive-assistant-using-data-research-charts-plan-financial-presentation_482257-46124.jpg?_wi=2",
|
||||
imageAlt: "abstract tech logo brand",
|
||||
},
|
||||
{
|
||||
title: "Client Communication",
|
||||
description: "Professional support for customer interactions and scheduling.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MessageSquare,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167282.jpg?_wi=2",
|
||||
imageAlt: "abstract tech logo brand",
|
||||
},
|
||||
{ title: "Administrative Support", description: "Calendar management, email handling, and task coordination.", bentoComponent: { bentoComponent: "reveal-icon", icon: Calendar }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ey3o3z", imageAlt: "abstract tech logo brand" },
|
||||
{ title: "Business Editing", description: "Proofreading and editing product descriptions or documentation.", bentoComponent: { bentoComponent: "reveal-icon", icon: Edit }, imageSrc: "http://img.b2bpic.net/free-photo/project-manager-working-with-online-sales-statistics-laptop-create-business-strategy-growth-executive-assistant-using-data-research-charts-plan-financial-presentation_482257-46124.jpg", imageAlt: "abstract tech logo brand" },
|
||||
{ title: "Client Communication", description: "Professional support for customer interactions and scheduling.", bentoComponent: { bentoComponent: "reveal-icon", icon: MessageSquare }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-female-economist-holding-smartphone_23-2150167282.jpg", imageAlt: "abstract tech logo brand" },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="We offer a wide variety of virtual assistant services designed to support and scale your business."
|
||||
@@ -197,21 +106,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Helping Businesses Grow"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
description: "Projects Successfully Supported",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5+",
|
||||
description: "Years of Professional Service",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "Commitment to Your Business Growth",
|
||||
},
|
||||
{ id: "m1", value: "100+", description: "Projects Successfully Supported" },
|
||||
{ id: "m2", value: "5+", description: "Years of Professional Service" },
|
||||
{ id: "m3", value: "24/7", description: "Commitment to Your Business Growth" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -221,33 +118,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg" },
|
||||
{ id: "t2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg" },
|
||||
{ id: "t3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg" },
|
||||
{ id: "t4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-office-employer-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-6842.jpg" },
|
||||
{ id: "t5", name: "Linda M.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-senior-female-executive-eyeglasses_1262-5027.jpg" },
|
||||
]}
|
||||
cardTitle="What Others Are Saying!"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -256,15 +134,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"InnovateLab",
|
||||
"GrowthCo",
|
||||
"StartupXYZ",
|
||||
"RetailHero",
|
||||
"DesignStudio",
|
||||
"VisionariesInc",
|
||||
]}
|
||||
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "RetailHero", "DesignStudio", "VisionariesInc"]}
|
||||
title="Trusted Partners"
|
||||
description="Some amazing companies we've had the pleasure to work with."
|
||||
/>
|
||||
@@ -274,21 +144,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is a Virtual Assistant?",
|
||||
content: "Virtual Assistants are self-employed or freelance professionals who provide remote business support.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I get started?",
|
||||
content: "Simply book a discovery call via our website or reach out to us during business hours.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can you work with any business?",
|
||||
content: "Yes, we support a diverse range of clients across multiple industries.",
|
||||
},
|
||||
{ id: "f1", title: "What is a Virtual Assistant?", content: "Virtual Assistants are self-employed or freelance professionals who provide remote business support." },
|
||||
{ id: "f2", title: "How do I get started?", content: "Simply book a discovery call via our website or reach out to us during business hours." },
|
||||
{ id: "f3", title: "Can you work with any business?", content: "Yes, we support a diverse range of clients across multiple industries." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our virtual assistant services."
|
||||
@@ -299,16 +157,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Better Yet, Call Us! We love to hear from our customers, so feel free to give us a call during normal business hours (Monday-Friday), or book a discovery call through our schedule."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Discovery Call",
|
||||
href: "https://sosonlinebusinesssolutions.acuityscheduling.com/",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book Discovery Call", href: "https://sosonlinebusinesssolutions.acuityscheduling.com/" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -317,21 +168,9 @@ export default function LandingPage() {
|
||||
logoText="SOS Online Business Solutions"
|
||||
copyrightText="© Copyright 2025 SOS Online Business Solutions - All Rights Reserved"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user