Update src/app/page.tsx
This commit is contained in:
197
src/app/page.tsx
197
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AgencyElite"
|
||||
/>
|
||||
@@ -56,44 +48,29 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Bringing Your Vision to Life"
|
||||
description="We are a full-service creative agency specializing in design, development, and strategic digital transformation."
|
||||
tag="Freelance Agency"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Strategy Call", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg",
|
||||
imageAlt: "Studio Workspace",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-animation-studio_23-2149207983.jpg", imageAlt: "Studio Workspace"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-geometric-shapes-with-copy-space_23-2148830227.jpg",
|
||||
imageAlt: "Digital Geometric",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-geometric-shapes-with-copy-space_23-2148830227.jpg", imageAlt: "Digital Geometric"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120374.jpg",
|
||||
imageAlt: "Minimalist Desk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mockup-copy-space-blank-screen-concept_53876-120374.jpg", imageAlt: "Minimalist Desk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-work-team-multinational-company-analyzing-performance-metrics-projections-staff_482257-132812.jpg",
|
||||
imageAlt: "Team Brainstorm",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-work-team-multinational-company-analyzing-performance-metrics-projections-staff_482257-132812.jpg", imageAlt: "Team Brainstorm"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg",
|
||||
imageAlt: "UI Development",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "UI Development"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777529.jpg",
|
||||
imageAlt: "Office Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office-black-white_23-2151777529.jpg", imageAlt: "Office Interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,35 +93,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Graphic Design",
|
||||
tags: [
|
||||
"Creative",
|
||||
"Branding",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-114.jpg",
|
||||
imageAlt: "Graphic Design",
|
||||
},
|
||||
id: "f1", title: "Graphic Design", tags: [
|
||||
"Creative", "Branding"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-114.jpg", imageAlt: "Graphic Design"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Web Development",
|
||||
tags: [
|
||||
"Frontend",
|
||||
"Fullstack",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ai-chip-multiple-styles-set_78370-10309.jpg",
|
||||
imageAlt: "Development",
|
||||
},
|
||||
id: "f2", title: "Web Development", tags: [
|
||||
"Frontend", "Fullstack"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ai-chip-multiple-styles-set_78370-10309.jpg", imageAlt: "Development"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Digital Strategy",
|
||||
tags: [
|
||||
"Growth",
|
||||
"SEO",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/funny-elements-about-seo_1045-249.jpg",
|
||||
imageAlt: "Strategy",
|
||||
},
|
||||
id: "f3", title: "Digital Strategy", tags: [
|
||||
"Growth", "SEO"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/funny-elements-about-seo_1045-249.jpg", imageAlt: "Strategy"},
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="We offer a suite of services designed to scale your business and elevate your digital footprint."
|
||||
@@ -159,25 +118,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Projects Completed",
|
||||
description: "Diverse portfolios delivered",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "150+", title: "Projects Completed", description: "Diverse portfolios delivered", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Satisfaction",
|
||||
description: "Client feedback rating",
|
||||
icon: Star,
|
||||
id: "m2", value: "98%", title: "Satisfaction", description: "Client feedback rating", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12+",
|
||||
title: "Industry Awards",
|
||||
description: "Global recognition",
|
||||
icon: Award,
|
||||
id: "m3", value: "12+", title: "Industry Awards", description: "Global recognition", icon: Award,
|
||||
},
|
||||
]}
|
||||
title="Measured Results"
|
||||
@@ -192,40 +139,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Exceptional work, delivered on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_j", testimonial: "Exceptional work, delivered on time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-serious-bearded-male-wearing-elegant-suit-dark-background_613910-11332.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark C.",
|
||||
handle: "@mark_c",
|
||||
testimonial: "Transformed our digital presence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
},
|
||||
id: "2", name: "Mark C.", handle: "@mark_c", testimonial: "Transformed our digital presence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
handle: "@elena_r",
|
||||
testimonial: "Incredibly talented and proactive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-turtleneck-with-flower_23-2149020762.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", handle: "@elena_r", testimonial: "Incredibly talented and proactive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-turtleneck-with-flower_23-2149020762.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@david_k",
|
||||
testimonial: "Strategic thinkers, reliable partners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@david_k", testimonial: "Strategic thinkers, reliable partners.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-posing_23-2149457736.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kevin L.",
|
||||
handle: "@kevin_l",
|
||||
testimonial: "High quality across the board.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg",
|
||||
},
|
||||
id: "5", name: "Kevin L.", handle: "@kevin_l", testimonial: "High quality across the board.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear what our partners have to say about working with our team."
|
||||
@@ -237,14 +159,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Innovate",
|
||||
"GlobalCore",
|
||||
"Vertex",
|
||||
"Pulse",
|
||||
"Nexus",
|
||||
"Streamline",
|
||||
"Visionary",
|
||||
]}
|
||||
"Innovate", "GlobalCore", "Vertex", "Pulse", "Nexus", "Streamline", "Visionary"]}
|
||||
title="Trusted By Global Brands"
|
||||
description="We are proud to collaborate with industry-leading organizations across the globe."
|
||||
/>
|
||||
@@ -256,30 +171,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How do we start?",
|
||||
content: "Just schedule a discovery call with us.",
|
||||
},
|
||||
id: "q1", title: "How do we start?", content: "Just schedule a discovery call with us."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the timeline?",
|
||||
content: "Depends on scope; typically 4-8 weeks.",
|
||||
},
|
||||
id: "q2", title: "What is the timeline?", content: "Depends on scope; typically 4-8 weeks."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer support?",
|
||||
content: "Post-launch maintenance is included.",
|
||||
},
|
||||
id: "q3", title: "Do you offer support?", content: "Post-launch maintenance is included."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How are payments handled?",
|
||||
content: "We require a 50% deposit before work begins.",
|
||||
},
|
||||
id: "q4", title: "How are payments handled?", content: "We require a 50% deposit before work begins."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Can you handle SEO?",
|
||||
content: "Yes, we integrate fundamental SEO practices into every build.",
|
||||
},
|
||||
id: "q5", title: "Can you handle SEO?", content: "Yes, we integrate fundamental SEO practices into every build."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We have answers. Let's make your project happen."
|
||||
@@ -294,8 +194,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Talk"
|
||||
title="Ready to Start?"
|
||||
description="Let's discuss your next project and build something incredible together."
|
||||
@@ -310,37 +209,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user