Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
168
src/app/page.tsx
168
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Inquire",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Inquire", id: "#contact"},
|
||||
]}
|
||||
brandName="Manjiyani Marketing"
|
||||
/>
|
||||
@@ -50,38 +44,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Brand Deserves to Be Seen."
|
||||
description="Instagram strategy and content management for businesses ready to grow."
|
||||
tag="Manjiyani Marketing"
|
||||
buttons={[
|
||||
{
|
||||
text: "See What We Do",
|
||||
href: "#services",
|
||||
},
|
||||
text: "See What We Do", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15859.jpg",
|
||||
imageAlt: "Grain texture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15859.jpg", imageAlt: "Grain texture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-14099.jpg",
|
||||
imageAlt: "Grain texture",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-painted-concrete-textured-background_53876-128601.jpg",
|
||||
imageAlt: "Dark blue painted concrete textured background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/texture-black-fabric_1253-81.jpg",
|
||||
imageAlt: "Texture of black fabric",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13510.jpg",
|
||||
imageAlt: "Photo of metal texture pattern",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-14099.jpg", imageAlt: "Grain texture"}
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
rating={5}
|
||||
@@ -96,17 +71,11 @@ export default function LandingPage() {
|
||||
description="Manjiyani Marketing is a DFW-based social media agency built on one principle — results over aesthetics. We manage Instagram strategy, content creation, and analytics reporting for local businesses that are serious about growth."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Commitment",
|
||||
},
|
||||
value: "100%", title: "Commitment"},
|
||||
{
|
||||
value: "DFW",
|
||||
title: "Focus Area",
|
||||
},
|
||||
value: "DFW", title: "Focus Area"},
|
||||
{
|
||||
value: "30-Day",
|
||||
title: "Free Pilot",
|
||||
},
|
||||
value: "30-Day", title: "Free Pilot"},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -123,23 +92,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Instagram Management",
|
||||
description: "Full-service management including custom calendars, posting schedules, and high-impact caption strategy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-asphalt-road-background_1252-1075.jpg",
|
||||
imageAlt: "Management",
|
||||
},
|
||||
title: "Instagram Management", description: "Full-service management including custom calendars, posting schedules, and high-impact caption strategy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-asphalt-road-background_1252-1075.jpg", imageAlt: "Management"},
|
||||
{
|
||||
title: "Content Strategy",
|
||||
description: "Audience research-led planning with clear content pillars and monthly goal-setting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13464.jpg",
|
||||
imageAlt: "Strategy",
|
||||
},
|
||||
title: "Content Strategy", description: "Audience research-led planning with clear content pillars and monthly goal-setting.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-13464.jpg", imageAlt: "Strategy"},
|
||||
{
|
||||
title: "Analytics Reporting",
|
||||
description: "Monthly performance reports with data-driven insights and active ROI adjustment loops.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15889.jpg",
|
||||
imageAlt: "Reporting",
|
||||
},
|
||||
title: "Analytics Reporting", description: "Monthly performance reports with data-driven insights and active ROI adjustment loops.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15889.jpg", imageAlt: "Reporting"},
|
||||
]}
|
||||
title="Our Approach"
|
||||
description="Strategies built to convert."
|
||||
@@ -153,20 +110,11 @@ export default function LandingPage() {
|
||||
tag="Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "2",
|
||||
description: "Local Businesses Served",
|
||||
},
|
||||
id: "m1", value: "2", description: "Local Businesses Served"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "30-Day",
|
||||
description: "Free Pilot Available",
|
||||
},
|
||||
id: "m2", value: "30-Day", description: "Free Pilot Available"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "DFW",
|
||||
description: "Core Territory",
|
||||
},
|
||||
id: "m3", value: "DFW", description: "Core Territory"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -176,42 +124,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwo
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Local Business Owner",
|
||||
role: "DFW Partner",
|
||||
testimonial: "Manjiyani Marketing changed how we approach our digital presence. Absolute clarity and focus.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-using-laptop_23-2149284668.jpg",
|
||||
},
|
||||
id: "t1", name: "Local Business Owner", role: "DFW Partner", testimonial: "Manjiyani Marketing changed how we approach our digital presence. Absolute clarity and focus.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-priest-using-laptop_23-2149284668.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Founder",
|
||||
role: "DFW Partner",
|
||||
testimonial: "Their strategy is refreshing—no fluff, just pure data-driven results for our brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg",
|
||||
},
|
||||
id: "t2", name: "Founder", role: "DFW Partner", testimonial: "Their strategy is refreshing—no fluff, just pure data-driven results for our brand.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081912.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Managing Director",
|
||||
role: "DFW Partner",
|
||||
testimonial: "Finally, someone who understands local DFW growth. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-side-view_23-2149486815.jpg",
|
||||
},
|
||||
id: "t3", name: "Managing Director", role: "DFW Partner", testimonial: "Finally, someone who understands local DFW growth. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-side-view_23-2149486815.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Brand Lead",
|
||||
role: "DFW Partner",
|
||||
testimonial: "Consistent, professional, and very results-oriented.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg",
|
||||
},
|
||||
id: "t4", name: "Brand Lead", role: "DFW Partner", testimonial: "Consistent, professional, and very results-oriented.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "CEO",
|
||||
role: "DFW Partner",
|
||||
testimonial: "A partner that actually cares about the bottom line as much as the content.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915116.jpg",
|
||||
},
|
||||
id: "t5", name: "CEO", role: "DFW Partner", testimonial: "A partner that actually cares about the bottom line as much as the content.", imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915116.jpg"},
|
||||
]}
|
||||
title="Client Perspectives"
|
||||
description="What our clients are saying."
|
||||
@@ -224,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do pilots work?",
|
||||
content: "We offer a 30-day pilot to ensure we align with your brand voice and growth targets.",
|
||||
},
|
||||
id: "f1", title: "How do pilots work?", content: "We offer a 30-day pilot to ensure we align with your brand voice and growth targets."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What DFW areas?",
|
||||
content: "We serve all DFW-based local businesses.",
|
||||
},
|
||||
id: "f2", title: "What DFW areas?", content: "We serve all DFW-based local businesses."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do we report ROI?",
|
||||
content: "We provide detailed monthly reports focusing on conversion and engagement metrics.",
|
||||
},
|
||||
id: "f3", title: "How do we report ROI?", content: "We provide detailed monthly reports focusing on conversion and engagement metrics."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Clear answers to how we work."
|
||||
@@ -252,25 +167,14 @@ export default function LandingPage() {
|
||||
description="We work with a limited number of clients at a time. Inquire below."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "business",
|
||||
type: "text",
|
||||
placeholder: "Business Name",
|
||||
},
|
||||
name: "business", type: "text", placeholder: "Business Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "challenge",
|
||||
placeholder: "What is your biggest challenge on Instagram right now?",
|
||||
rows: 4,
|
||||
name: "challenge", placeholder: "What is your biggest challenge on Instagram right now?", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241282.jpg"
|
||||
imageAlt="Business owner working on their strategy"
|
||||
@@ -281,21 +185,15 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Bedford, Texas",
|
||||
href: "#",
|
||||
},
|
||||
label: "Bedford, Texas", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user