Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
142
src/app/page.tsx
142
src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="LocalWeb Studio"
|
||||
/>
|
||||
@@ -57,13 +42,8 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
logoText="Helping Local Businesses Get Online Fast"
|
||||
description="Affordable, professional websites built for real results. We help local businesses get more customers with clean, fast, and mobile-friendly websites."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=1"
|
||||
buttons={[{ text: "Request a Free Quote", href: "/contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,41 +54,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Mobile-Friendly",
|
||||
description: "Every site looks great on every phone and device.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=2",
|
||||
imageAlt: "minimalist modern office workspace",
|
||||
title: "Mobile-Friendly", description: "Every site looks great on every phone and device.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Get your professional site live in weeks, not months.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-asian-girl-cafe-uniform-barista-worker-with-laptop-looking-happy-surprised_1258-199451.jpg?_wi=1",
|
||||
imageAlt: "friendly web designer portrait",
|
||||
title: "Fast Delivery", description: "Get your professional site live in weeks, not months.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Affordable Pricing",
|
||||
description: "Professional results that fit your small business budget.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=3",
|
||||
imageAlt: "restaurant website design mockup",
|
||||
},
|
||||
title: "Affordable Pricing", description: "Professional results that fit your small business budget.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
title="Why Work With Us"
|
||||
@@ -122,13 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Local Heroes"
|
||||
description="Businesses just like yours rely on us to grow their digital presence."
|
||||
names={[
|
||||
"The Coffee Cup",
|
||||
"Heights Dental",
|
||||
"City Repair Shop",
|
||||
"Metro Accounting",
|
||||
"Green Garden Landscaping",
|
||||
]}
|
||||
names={["The Coffee Cup", "Heights Dental", "City Repair Shop", "Metro Accounting", "Green Garden Landscaping"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,31 +89,11 @@ export default function LandingPage() {
|
||||
sideDescription="Clear answers to your most common questions."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a build take?",
|
||||
content: "Most projects are completed within 2 to 4 weeks.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do I need to host it myself?",
|
||||
content: "We provide hosting packages so you don't have to worry about the technical side.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Will my site work on mobile?",
|
||||
content: "Absolutely, all our designs are fully responsive.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I edit the content later?",
|
||||
content: "Yes, we build sites with easy-to-use CMS tools.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "What if I need support?",
|
||||
content: "Our maintenance plans cover ongoing support and updates.",
|
||||
},
|
||||
{ id: "f1", title: "How long does a build take?", content: "Most projects are completed within 2 to 4 weeks." },
|
||||
{ id: "f2", title: "Do I need to host it myself?", content: "We provide hosting packages so you don't have to worry about the technical side." },
|
||||
{ id: "f3", title: "Will my site work on mobile?", content: "Absolutely, all our designs are fully responsive." },
|
||||
{ id: "f4", title: "Can I edit the content later?", content: "Yes, we build sites with easy-to-use CMS tools." },
|
||||
{ id: "f5", title: "What if I need support?", content: "Our maintenance plans cover ongoing support and updates." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,9 +101,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to get started?"
|
||||
description="Send us your email and we'll reach out to discuss your project."
|
||||
@@ -183,33 +111,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]}
|
||||
bottomLeftText="© 2024 LocalWeb Studio"
|
||||
bottomRightText="Built for Local Success"
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -25,26 +25,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="LocalWeb Studio"
|
||||
/>
|
||||
@@ -56,60 +41,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic Website",
|
||||
price: "$500+",
|
||||
period: "once",
|
||||
features: [
|
||||
"3-5 pages",
|
||||
"Mobile-friendly design",
|
||||
"Contact form",
|
||||
"Basic SEO",
|
||||
],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=3",
|
||||
imageAlt: "medical service business website",
|
||||
},
|
||||
{
|
||||
id: "ecommerce",
|
||||
title: "E-Commerce",
|
||||
price: "$1200+",
|
||||
period: "once",
|
||||
features: [
|
||||
"Full online store",
|
||||
"Booking system",
|
||||
"E-commerce setup",
|
||||
"Advanced SEO",
|
||||
],
|
||||
button: {
|
||||
text: "Contact for Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=3",
|
||||
imageAlt: "local service business website",
|
||||
},
|
||||
{
|
||||
id: "maintenance",
|
||||
title: "Maintenance",
|
||||
price: "$50",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Security updates",
|
||||
"Regular edits",
|
||||
"Performance monitoring",
|
||||
"Support",
|
||||
],
|
||||
button: {
|
||||
text: "Sign Up",
|
||||
href: "/contact",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg?_wi=3",
|
||||
imageAlt: "minimalist modern office workspace",
|
||||
},
|
||||
{ id: "basic", title: "Basic Website", price: "$500+", period: "once", features: ["3-5 pages", "Mobile-friendly design", "Contact form", "Basic SEO"], button: { text: "Get Started", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" },
|
||||
{ id: "ecommerce", title: "E-Commerce", price: "$1200+", period: "once", features: ["Full online store", "Booking system", "E-commerce setup", "Advanced SEO"], button: { text: "Contact for Quote", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" },
|
||||
{ id: "maintenance", title: "Maintenance", price: "$50", period: "/mo", features: ["Security updates", "Regular edits", "Performance monitoring", "Support"], button: { text: "Sign Up", href: "/contact" }, imageSrc: "http://img.b2bpic.net/free-photo/desktop-with-computer_23-2148110247.jpg", imageAlt: "mockup" }
|
||||
]}
|
||||
title="Website Packages"
|
||||
description="Affordable packages to get your business seen."
|
||||
@@ -123,41 +57,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "SEO Optimization",
|
||||
description: "Get found by more local customers on Google.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=4",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-asian-girl-cafe-uniform-barista-worker-with-laptop-looking-happy-surprised_1258-199451.jpg?_wi=2",
|
||||
imageAlt: "friendly web designer portrait",
|
||||
title: "SEO Optimization", description: "Get found by more local customers on Google.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Content Writing",
|
||||
description: "Professional text that tells your business story.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=4",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg?_wi=6",
|
||||
imageAlt: "restaurant website design mockup",
|
||||
title: "Content Writing", description: "Professional text that tells your business story.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-food-breakfast-wooden-table_53876-16232.jpg", imageAlt: "mockup" }
|
||||
},
|
||||
{
|
||||
title: "Logo Design",
|
||||
description: "Polished brand visuals to stand out from the crowd.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=5",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg?_wi=5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg?_wi=6",
|
||||
imageAlt: "medical service business website",
|
||||
},
|
||||
title: "Logo Design", description: "Polished brand visuals to stand out from the crowd.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/specialist-discussing-x-ray-imaging-with-patient-isolated-mockup-display_482257-123955.jpg", imageAlt: "mockup" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443518.jpg", imageAlt: "mockup" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
title="Additional Services"
|
||||
@@ -167,33 +77,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Portfolio",
|
||||
href: "/portfolio",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] }]}
|
||||
bottomLeftText="© 2024 LocalWeb Studio"
|
||||
bottomRightText="Built for Local Success"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user