Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="My Business Web Inc."
|
||||
/>
|
||||
@@ -56,15 +48,11 @@ export default function LandingPage() {
|
||||
description="More leads. More customers. Real growth. Get your premium digital strategy today."
|
||||
buttons={[
|
||||
{
|
||||
text: "🚀 Get Free Strategy Call",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "🚀 Get Free Strategy Call", href: "#contact"},
|
||||
{
|
||||
text: "📞 Call Now (310-986-3082)",
|
||||
href: "tel:3109863082",
|
||||
},
|
||||
text: "📞 Call Now (310-986-3082)", href: "tel:3109863082"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg"
|
||||
imageAlt="Futuristic digital dashboard with glowing charts"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,14 +62,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"4.5 Rating",
|
||||
"45+ Reviews",
|
||||
"Local Businesses",
|
||||
"Proven Results",
|
||||
"4+ Years Experience",
|
||||
"High Growth",
|
||||
"Market Leading",
|
||||
]}
|
||||
"4.5 Rating", "45+ Reviews", "Local Businesses", "Proven Results", "4+ Years Experience", "High Growth", "Market Leading"]}
|
||||
title="Proven Excellence"
|
||||
description="Trusted by businesses, verified by results."
|
||||
/>
|
||||
@@ -94,64 +75,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Website Design",
|
||||
description: "Premium, responsive custom designs that convert visitors into paying clients.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-mouse-with-technology-icons_1134-59.jpg?_wi=1",
|
||||
},
|
||||
title: "Website Design", description: "Premium, responsive custom designs that convert visitors into paying clients.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-mouse-with-technology-icons_1134-59.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-tablet-with-empty-screen_23-2148151385.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg?_wi=2",
|
||||
imageAlt: "web design icon minimalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-keeping-tablet-with-empty-screen_23-2148151385.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Google Ads Management",
|
||||
description: "Targeted ad campaigns designed to generate high-quality traffic and leads fast.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=1",
|
||||
},
|
||||
title: "Google Ads Management", description: "Targeted ad campaigns designed to generate high-quality traffic and leads fast.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-marketing-advertising-25-outline-icon-pack-such-as-banner-advertising-news-publicity-marketing_1142-23234.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg?_wi=1",
|
||||
imageAlt: "web design icon minimalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-marketing-advertising-25-outline-icon-pack-such-as-banner-advertising-news-publicity-marketing_1142-23234.jpg"},
|
||||
},
|
||||
{
|
||||
title: "SEO (Get found on Google)",
|
||||
description: "Rank higher, drive organic traffic, and dominate your local search market.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side_187299-39618.jpg",
|
||||
},
|
||||
title: "SEO (Get found on Google)", description: "Rank higher, drive organic traffic, and dominate your local search market.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side_187299-39618.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-graphs-chart-financial-analysis-report-sign-symbol-icon-3d-rendering_56104-1947.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/25-seo-line-icon-pack_1142-22642.jpg",
|
||||
imageAlt: "web design icon minimalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-graphs-chart-financial-analysis-report-sign-symbol-icon-3d-rendering_56104-1947.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Branding & Logo",
|
||||
description: "Elevate your identity with professional, high-end branding that stands out.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148092201.jpg",
|
||||
},
|
||||
title: "Branding & Logo", description: "Elevate your identity with professional, high-end branding that stands out.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/social-media-logo-collection_23-2148092201.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-graphics_23-2148080988.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/support-contact-call-center-icons-set_1284-4347.jpg?_wi=1",
|
||||
imageAlt: "web design icon minimalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-graphics_23-2148080988.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Social Media Marketing",
|
||||
description: "Engaging social content that builds your community and nurtures your leads.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-lightbulb_23-2148102521.jpg?_wi=1",
|
||||
},
|
||||
title: "Social Media Marketing", description: "Engaging social content that builds your community and nurtures your leads.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-lightbulb_23-2148102521.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-marketing-elements_23-2147736301.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-launching-rocket-ship-icon_53876-71300.jpg?_wi=1",
|
||||
imageAlt: "web design icon minimalist",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/green-background-with-marketing-elements_23-2147736301.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -167,59 +118,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
company: "GrowthCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", role: "CEO", company: "GrowthCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
role: "Founder",
|
||||
company: "Innovate Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-sucesful-buisnesswoman-glass-building-s-background_613910-21670.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", role: "Founder", company: "Innovate Ltd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-sucesful-buisnesswoman-glass-building-s-background_613910-21670.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
role: "Manager",
|
||||
company: "LocalBiz",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg",
|
||||
},
|
||||
id: "3", name: "Mark Wilson", role: "Manager", company: "LocalBiz", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Miller",
|
||||
role: "Owner",
|
||||
company: "StyleHouse",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914246.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Miller", role: "Owner", company: "StyleHouse", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914246.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Clark",
|
||||
role: "Director",
|
||||
company: "TechSolutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
},
|
||||
id: "5", name: "David Clark", role: "Director", company: "TechSolutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.5/5",
|
||||
label: "Client Rating",
|
||||
},
|
||||
value: "4.5/5", label: "Client Rating"},
|
||||
{
|
||||
value: "45+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "45+", label: "Happy Clients"},
|
||||
{
|
||||
value: "4 Years",
|
||||
label: "Experience",
|
||||
},
|
||||
value: "4 Years", label: "Experience"},
|
||||
]}
|
||||
title="Real Results. Real Growth."
|
||||
description="Hear what our partners have to say about their business evolution."
|
||||
@@ -231,7 +151,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Clients Choose Us"
|
||||
description="We blend professional strategy with custom execution to deliver massive results."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg"
|
||||
imageAlt="Professional Growth Agency office"
|
||||
/>
|
||||
</div>
|
||||
@@ -243,52 +163,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategy Call",
|
||||
description: "We analyze your business goals and identify the biggest growth opportunities.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/support-contact-call-center-icons-set_1284-4347.jpg?_wi=2",
|
||||
},
|
||||
title: "Strategy Call", description: "We analyze your business goals and identify the biggest growth opportunities.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/support-contact-call-center-icons-set_1284-4347.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/growing-money-concept-illustration_23-2152012411.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg?_wi=3",
|
||||
imageAlt: "strategy phone call icon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/growing-money-concept-illustration_23-2152012411.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Design & Build",
|
||||
description: "Our experts design and develop a high-converting website tailored to your brand.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-lightbulb_23-2148102521.jpg?_wi=2",
|
||||
},
|
||||
title: "Design & Build", description: "Our experts design and develop a high-converting website tailored to your brand.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-lightbulb_23-2148102521.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/play-dough-background-with-rocketship_23-2149700364.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/code-testing-quality-assurance-done-computers-startup-workplace_482257-118649.jpg?_wi=3",
|
||||
imageAlt: "strategy phone call icon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/play-dough-background-with-rocketship_23-2149700364.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Launch",
|
||||
description: "We deploy your new site and optimize it for peak performance and speed.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-launching-rocket-ship-icon_53876-71300.jpg?_wi=2",
|
||||
},
|
||||
title: "Launch", description: "We deploy your new site and optimize it for peak performance and speed.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-launching-rocket-ship-icon_53876-71300.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-media-speech-bubble-with-quotation-mark_53876-125541.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-mouse-with-technology-icons_1134-59.jpg?_wi=2",
|
||||
imageAlt: "strategy phone call icon",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-media-speech-bubble-with-quotation-mark_53876-125541.jpg"},
|
||||
},
|
||||
{
|
||||
title: "Grow Your Business",
|
||||
description: "Ongoing support, marketing, and optimization to scale your results continuously.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg",
|
||||
},
|
||||
title: "Grow Your Business", description: "Ongoing support, marketing, and optimization to scale your results continuously.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-infographic-elements-flat-design_23-2147598518.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glow-arrow-graph-analytics-3d-icon-bubble-speech-chat-3d-rendering_56104-1929.jpg?_wi=2",
|
||||
imageAlt: "strategy phone call icon",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-infographic-elements-flat-design_23-2147598518.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -311,18 +207,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to Grow Your Business? Let's talk strategy."
|
||||
buttons={[
|
||||
{
|
||||
text: "🚀 Get Free Consultation",
|
||||
href: "#",
|
||||
},
|
||||
text: "🚀 Get Free Consultation", href: "#"},
|
||||
{
|
||||
text: "📞 Call Now (310-986-3082)",
|
||||
href: "tel:3109863082",
|
||||
},
|
||||
text: "📞 Call Now (310-986-3082)", href: "tel:3109863082"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -331,42 +222,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Results", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Strategy Call",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Strategy Call", href: "#contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Location",
|
||||
items: [
|
||||
title: "Location", items: [
|
||||
{
|
||||
label: "Gardena, CA",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gardena, CA", href: "#"},
|
||||
{
|
||||
label: "310-986-3082",
|
||||
href: "tel:3109863082",
|
||||
},
|
||||
label: "310-986-3082", href: "tel:3109863082"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user