Merge version_1 into main #1
268
src/app/page.tsx
268
src/app/page.tsx
@@ -31,123 +31,45 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
brandName="VA Portfolio"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your Reliable Partner for Business Success"
|
||||
description="Professional virtual assistance to help you regain control of your time, increase productivity, and grow your business effortlessly."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jane Doe",
|
||||
handle: "@jane_biz",
|
||||
testimonial: "Exceptional service! Completely transformed my workflow.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
},
|
||||
{
|
||||
name: "John Smith",
|
||||
handle: "@john_smith",
|
||||
testimonial: "Very professional and always delivers on time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195337.jpg",
|
||||
},
|
||||
{
|
||||
name: "Alice Wong",
|
||||
handle: "@alice_w",
|
||||
testimonial: "Highly recommended for any busy entrepreneur.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg",
|
||||
},
|
||||
{
|
||||
name: "Bob Lee",
|
||||
handle: "@bob_lee",
|
||||
testimonial: "The best virtual assistant I have ever hired.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "I couldn't have scaled without this level of support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Me",
|
||||
href: "#contact",
|
||||
},
|
||||
{ name: "Jane Doe", handle: "@jane_biz", testimonial: "Exceptional service! Completely transformed my workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" },
|
||||
{ name: "John Smith", handle: "@john_smith", testimonial: "Very professional and always delivers on time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businesswoman-digital-nomad-posing-her-office-wearing-casual-clothes_1258-195337.jpg" },
|
||||
{ name: "Alice Wong", handle: "@alice_w", testimonial: "Highly recommended for any busy entrepreneur.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg" },
|
||||
{ name: "Bob Lee", handle: "@bob_lee", testimonial: "The best virtual assistant I have ever hired.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg" },
|
||||
{ name: "Sarah J.", handle: "@sarah_j", testimonial: "I couldn't have scaled without this level of support.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg" },
|
||||
]}
|
||||
buttons={[{ text: "Contact Me", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-young-man-working-from-home_23-2148640440.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 15+ successful entrepreneurs"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Project Management",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Calendar Coordination",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Email Management",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Content Creation",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Customer Support",
|
||||
},
|
||||
{ type: "text", text: "Project Management" },
|
||||
{ type: "text", text: "Calendar Coordination" },
|
||||
{ type: "text", text: "Email Management" },
|
||||
{ type: "text", text: "Content Creation" },
|
||||
{ type: "text", text: "Customer Support" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,18 +81,9 @@ export default function LandingPage() {
|
||||
title="Streamlined Efficiency Delivered"
|
||||
description="I provide dedicated support that helps you scale your operations while you focus on what really matters to your business growth."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Coordination",
|
||||
description: "Seamless management of complex schedules and tasks.",
|
||||
},
|
||||
{
|
||||
title: "Data Driven Support",
|
||||
description: "Precision-focused data entry and analytical assistance.",
|
||||
},
|
||||
{
|
||||
title: "Growth Mindset",
|
||||
description: "Proactive solutions tailored to your unique requirements.",
|
||||
},
|
||||
{ title: "Expert Coordination", description: "Seamless management of complex schedules and tasks." },
|
||||
{ title: "Data Driven Support", description: "Precision-focused data entry and analytical assistance." },
|
||||
{ title: "Growth Mindset", description: "Proactive solutions tailored to your unique requirements." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -182,20 +95,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Bottlenecks",
|
||||
"Missed Opportunities",
|
||||
"Operational Inefficiency",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Task Automation",
|
||||
"Customer Support",
|
||||
"Strategic Scheduling",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Bottlenecks", "Missed Opportunities", "Operational Inefficiency"] }}
|
||||
positiveCard={{ items: ["Task Automation", "Customer Support", "Strategic Scheduling"] }}
|
||||
title="Elevating Your Productivity"
|
||||
description="What I can do for your business."
|
||||
/>
|
||||
@@ -207,27 +108,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Happy Clients",
|
||||
description: "Long-term relationships built.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gi3xf5",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1000+",
|
||||
title: "Hours Saved",
|
||||
description: "Helping you reclaim your time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-concept-4-flat-icons-square_1284-14754.jpg",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Delivering quality work on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg",
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Happy Clients", description: "Long-term relationships built.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gi3xf5" },
|
||||
{ id: "m2", value: "1000+", title: "Hours Saved", description: "Helping you reclaim your time.", imageSrc: "http://img.b2bpic.net/free-vector/business-concept-4-flat-icons-square_1284-14754.jpg" },
|
||||
{ id: "m3", value: "500+", title: "Projects Completed", description: "Delivering quality work on time.", imageSrc: "http://img.b2bpic.net/free-photo/innovation-development-rocket-graphic-concept_53876-120019.jpg" },
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Real impact, quantifiable growth."
|
||||
@@ -238,31 +121,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-partners-different-ages-meeting-shaking-hands_74855-9958.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tom K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-partners-different-ages-meeting-shaking-hands_74855-9958.jpg" },
|
||||
{ id: "2", name: "Mark D.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-woman-posing_23-2149457762.jpg" },
|
||||
{ id: "3", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167446.jpg" },
|
||||
{ id: "4", name: "Tom K.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg" },
|
||||
{ id: "5", name: "Linda M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg" },
|
||||
]}
|
||||
cardTitle="Client Testimonials"
|
||||
cardTag="Praise"
|
||||
@@ -275,14 +138,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"GrowthCo",
|
||||
"ScaleUp",
|
||||
"Innovate",
|
||||
"LeadSolutions",
|
||||
"BrightFuture",
|
||||
"NextEra",
|
||||
]}
|
||||
"TechCorp", "GrowthCo", "ScaleUp", "Innovate", "LeadSolutions", "BrightFuture", "NextEra"]}
|
||||
title="Trusted by Growing Businesses"
|
||||
description="Collaborating with visionaries."
|
||||
/>
|
||||
@@ -293,21 +149,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do we get started?",
|
||||
content: "Just schedule a consultation to discuss your needs.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What tools do you use?",
|
||||
content: "I am proficient in G-Suite, Asana, Slack, and Trello.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is my data secure?",
|
||||
content: "Yes, I implement strict privacy and security protocols.",
|
||||
},
|
||||
{ id: "q1", title: "How do we get started?", content: "Just schedule a consultation to discuss your needs." },
|
||||
{ id: "q2", title: "What tools do you use?", content: "I am proficient in G-Suite, Asana, Slack, and Trello." },
|
||||
{ id: "q3", title: "Is my data secure?", content: "Yes, I implement strict privacy and security protocols." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers to your common questions."
|
||||
@@ -318,16 +162,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to get back to what you love doing? Let's talk about your needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Me",
|
||||
href: "mailto:hello@example.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Me", href: "mailto:hello@example.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -335,25 +172,14 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Scheduling",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "Customer Support",
|
||||
href: "#features",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Scheduling", href: "#features" },
|
||||
{ label: "Customer Support", href: "#features" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:hello@example.com",
|
||||
},
|
||||
title: "Contact", items: [
|
||||
{ label: "Email", href: "mailto:hello@example.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -364,4 +190,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user