Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
263
src/app/page.tsx
263
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Work",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Work", id: "features" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LMP Ads"
|
||||
/>
|
||||
@@ -54,17 +42,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Scaling Brands Through Innovation"
|
||||
description="LMP Ads provides high-impact digital marketing, precision video editing, and custom software development to help your business reach its peak."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301539.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -75,26 +56,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Volume2,
|
||||
title: "Digital Marketing",
|
||||
description: "Drive conversions and brand awareness with high-ROI campaigns.",
|
||||
},
|
||||
{
|
||||
icon: Film,
|
||||
title: "Video Editing",
|
||||
description: "Professional-grade editing for commercials, content, and media.",
|
||||
},
|
||||
{
|
||||
icon: Monitor,
|
||||
title: "Web Design",
|
||||
description: "High-converting, responsive websites tailored to your brand.",
|
||||
},
|
||||
{
|
||||
icon: Smartphone,
|
||||
title: "App Development",
|
||||
description: "Robust, user-centric mobile applications and platforms.",
|
||||
},
|
||||
{ icon: Volume2, title: "Digital Marketing", description: "Drive conversions and brand awareness with high-ROI campaigns." },
|
||||
{ icon: Film, title: "Video Editing", description: "Professional-grade editing for commercials, content, and media." },
|
||||
{ icon: Monitor, title: "Web Design", description: "High-converting, responsive websites tailored to your brand." },
|
||||
{ icon: Smartphone, title: "App Development", description: "Robust, user-centric mobile applications and platforms." },
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
description="We specialize in end-to-end solutions for digital growth and technical excellence."
|
||||
@@ -105,44 +70,15 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "E-Commerce App",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-holding-smart-phone-typing-message-generated-by-ai_188544-31075.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ad Campaign Video",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/video-editor-trimming-segments-drone-shot-footage-using-mockup-computer_482257-118850.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Corporate Website",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-frame-red-blue-3d-glasses-with-shadow-white-backdrop_23-2148188148.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "UI/UX Mobile App",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-lighting-control-application-turning-lights-sitting-kitchen-house-with-automation-lighting-system-person-using-smart-home-software-working-remote-laptop_482257-16243.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Promotional Video",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-video-editor-working-with-multimedia-footage-editing-film-montage-with-color-grading-sound-working-freelance-home-using-post-production-software-make-movie_482257-48024.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Marketing Landing Page",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-colorful-shapes_23-2148879428.jpg",
|
||||
},
|
||||
{ id: "1", name: "E-Commerce App", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-holding-smart-phone-typing-message-generated-by-ai_188544-31075.jpg" },
|
||||
{ id: "2", name: "Ad Campaign Video", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/video-editor-trimming-segments-drone-shot-footage-using-mockup-computer_482257-118850.jpg" },
|
||||
{ id: "3", name: "Corporate Website", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/full-frame-red-blue-3d-glasses-with-shadow-white-backdrop_23-2148188148.jpg" },
|
||||
{ id: "4", name: "UI/UX Mobile App", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-smartphone-with-lighting-control-application-turning-lights-sitting-kitchen-house-with-automation-lighting-system-person-using-smart-home-software-working-remote-laptop_482257-16243.jpg" },
|
||||
{ id: "5", name: "Promotional Video", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/asian-video-editor-working-with-multimedia-footage-editing-film-montage-with-color-grading-sound-working-freelance-home-using-post-production-software-make-movie_482257-48024.jpg" },
|
||||
{ id: "6", name: "Marketing Landing Page", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-colorful-shapes_23-2148879428.jpg" },
|
||||
]}
|
||||
title="Portfolio Highlights"
|
||||
description="A glimpse into the quality and impact of our recent projects."
|
||||
@@ -155,27 +91,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "150+",
|
||||
title: "Projects Completed",
|
||||
description: "Across multiple industries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "200%",
|
||||
title: "Average Growth",
|
||||
description: "Delivered to our clients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "Support & Service",
|
||||
description: "Always there when needed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372414.jpg",
|
||||
},
|
||||
{ id: "1", value: "150+", title: "Projects Completed", description: "Across multiple industries.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg" },
|
||||
{ id: "2", value: "200%", title: "Average Growth", description: "Delivered to our clients.", imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg" },
|
||||
{ id: "3", value: "24/7", title: "Support & Service", description: "Always there when needed.", imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-top-view_23-2150372414.jpg" },
|
||||
]}
|
||||
title="Results You Can Trust"
|
||||
description="Numbers speak louder than words. Our work translates into measurable success."
|
||||
@@ -188,60 +106,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151915995.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Thompson",
|
||||
role: "Founder",
|
||||
company: "CreativeMind",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-use-digital-devices-office_482257-120210.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151915995.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-glasses-showing-okay-hand-sign-sitting-with-laptop-cafe-working-remotely-recommends-coworking-space_1258-314260.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg" },
|
||||
{ id: "5", name: "Alice Thompson", role: "Founder", company: "CreativeMind", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coworkers-use-digital-devices-office_482257-120210.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Client Rating",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Retention Rate",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
{ value: "4.9/5", label: "Client Rating" },
|
||||
{ value: "95%", label: "Retention Rate" },
|
||||
{ value: "100%", label: "Satisfaction" },
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Discover how LMP Ads transformed brands."
|
||||
@@ -253,21 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do we start?",
|
||||
content: "Book a discovery call and tell us your project requirements.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you handle custom apps?",
|
||||
content: "Yes, we specialize in cross-platform and native development.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is the turnaround time?",
|
||||
content: "Depends on project scope; usually 4-8 weeks for core deliverables.",
|
||||
},
|
||||
{ id: "1", title: "How do we start?", content: "Book a discovery call and tell us your project requirements." },
|
||||
{ id: "2", title: "Do you handle custom apps?", content: "Yes, we specialize in cross-platform and native development." },
|
||||
{ id: "3", title: "What is the turnaround time?", content: "Depends on project scope; usually 4-8 weeks for core deliverables." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to common queries about our services."
|
||||
@@ -281,23 +143,10 @@ export default function LandingPage() {
|
||||
title="Partner with LMP Ads"
|
||||
description="Ready to scale? Fill out the form to book your free strategy session."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your project",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/joyful-entrepreneur-talking-with-remote-coworker-online-videocall_482257-77697.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -307,46 +156,22 @@ export default function LandingPage() {
|
||||
logoText="LMP Ads"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Marketing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Editing",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Development",
|
||||
href: "#services",
|
||||
},
|
||||
title: "Services", items: [
|
||||
{ label: "Marketing", href: "#services" },
|
||||
{ label: "Editing", href: "#services" },
|
||||
{ label: "Development", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user