Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-15 14:28:02 +00:00
4 changed files with 69 additions and 41 deletions

View File

@@ -1,29 +1,55 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Web Design Agency | Next Step Website Co.",
description: "Get a professional website for your business. We create stunning, conversion-focused sites for businesses without online presence. Launch your digital presence today.",
keywords: "web design, web development, website design agency, small business website, professional web design",
metadataBase: new URL("https://nextstepwebsiteco.com"),
alternates: {
canonical: "https://nextstepwebsiteco.com",
},
openGraph: {
title: "Next Step Website Co. - Web Design for Growing Businesses",
description: "Transform your business with a stunning website. Expert design, fast performance, SEO-optimized.",
siteName: "Next Step Website Co.",
type: "website",
url: "https://nextstepwebsiteco.com",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -32,7 +58,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -44,4 +72,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -104,7 +104,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-interacting-with-virtual-assistant-her-computer-home-desktop_482257-120715.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-interacting-with-virtual-assistant-her-computer-home-desktop_482257-120715.jpg?_wi=1"
imageAlt="modern web design workspace desk"
showBlur={true}
/>
@@ -150,11 +150,11 @@ export default function HomePage() {
icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_52683-18319.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_52683-18319.jpg?_wi=1",
imageAlt: "modern website design interface mockup",
},
{
imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg?_wi=1",
imageAlt: "responsive web design multiple devices",
},
],
@@ -165,11 +165,11 @@ export default function HomePage() {
icon: Smartphone,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/travel-vacation-booking-app_52683-41134.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-vacation-booking-app_52683-41134.jpg?_wi=1",
imageAlt: "mobile app interface design responsive",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-developer-landing-page_52683-2522.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-developer-landing-page_52683-2522.jpg?_wi=1",
imageAlt: "cross device responsive web design",
},
],
@@ -180,11 +180,11 @@ export default function HomePage() {
icon: Search,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-graphs-laptop-while-working-with-colleague-office_662251-191.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-graphs-laptop-while-working-with-colleague-office_662251-191.jpg?_wi=1",
imageAlt: "seo analytics dashboard metrics data",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-coworkers-analyzing-business-charts-graphs-laptop-digital-tablet-using-networking-software-plan-presentation-with-diagrams-people-working-with-research-close-up_482257-47589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-coworkers-analyzing-business-charts-graphs-laptop-digital-tablet-using-networking-software-plan-presentation-with-diagrams-people-working-with-research-close-up_482257-47589.jpg?_wi=1",
imageAlt: "search engine rankings improvement chart",
},
],
@@ -231,21 +231,21 @@ export default function HomePage() {
id: "1",
name: "Local Bakery Redesign",
price: "Results: +250% Online Orders",
imageSrc: "http://img.b2bpic.net/free-psd/bread-store-landing-page-template_23-2148668019.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/bread-store-landing-page-template_23-2148668019.jpg?_wi=1",
imageAlt: "bakery website design online shop",
},
{
id: "2",
name: "Service Company Launch",
price: "Results: +180% Lead Generation",
imageSrc: "http://img.b2bpic.net/free-psd/business-template-design_23-2150832121.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/business-template-design_23-2150832121.jpg?_wi=1",
imageAlt: "service company website portfolio design",
},
{
id: "3",
name: "E-commerce Startup",
price: "Results: $500K+ in First Year",
imageSrc: "http://img.b2bpic.net/free-vector/futuristic-template-shopping-online-landing-page_52683-37659.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/futuristic-template-shopping-online-landing-page_52683-37659.jpg?_wi=1",
imageAlt: "ecommerce store website design",
},
]}
@@ -265,7 +265,7 @@ export default function HomePage() {
name: "Sarah Mitchell",
handle: "Owner, Mitchell's Boutique",
testimonial: "Next Step Website Co. transformed my small boutique into an online powerhouse. Within 3 months, I was getting orders from across the state. The team was professional, responsive, and truly cared about my success.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg?_wi=1",
imageAlt: "professional business woman portrait",
},
{
@@ -273,7 +273,7 @@ export default function HomePage() {
name: "James Rodriguez",
handle: "Founder, Rodriguez Consulting",
testimonial: "I was intimidated about going digital, but the team made it simple. My new website landed me three major clients in the first month. Best investment I've made for my business.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1653.jpg?_wi=1",
imageAlt: "professional business man portrait",
},
{
@@ -281,7 +281,7 @@ export default function HomePage() {
name: "Emily Chen",
handle: "Manager, Chen & Associates",
testimonial: "Professional, creative, and results-driven. They didn't just build a website—they understood my business and created something that actually converts. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-asian-businesswoman-suit-ready-business-cross-arms-confident-smiling-female-entrepreneur-determined-win-happy-saleswoman-talking-clients-white-background_1258-96658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-asian-businesswoman-suit-ready-business-cross-arms-confident-smiling-female-entrepreneur-determined-win-happy-saleswoman-talking-clients-white-background_1258-96658.jpg?_wi=1",
imageAlt: "asian business woman professional photo",
},
{
@@ -289,7 +289,7 @@ export default function HomePage() {
name: "Michael Thompson",
handle: "CEO, Thompson Industries",
testimonial: "Working with Next Step was seamless. They delivered on time, on budget, and exceeded expectations. Our website is now our top lead generator. Thank you!",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=1",
imageAlt: "executive business man portrait photo",
},
{
@@ -297,7 +297,7 @@ export default function HomePage() {
name: "Lisa Park",
handle: "Owner, Park Photography",
testimonial: "The design is stunning and the functionality is perfect for showcasing my portfolio. I've seen a huge increase in inquiries since launching the new site.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-photographer-girl-taking-photos-using-her-retro-camera_158538-1588.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-photographer-girl-taking-photos-using-her-retro-camera_158538-1588.jpg?_wi=1",
imageAlt: "female photographer artist portrait",
},
{
@@ -305,7 +305,7 @@ export default function HomePage() {
name: "David Kwon",
handle: "Director, Kwon Digital Marketing",
testimonial: "Excellent partner for web development. They understood my vision, offered valuable insights, and delivered a website that perfectly represents my brand.",
imageSrc: "http://img.b2bpic.net/free-photo/asian-businessman-suit-touching-adjust-glasses-with-pen_554837-554.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/asian-businessman-suit-touching-adjust-glasses-with-pen_554837-554.jpg?_wi=1",
imageAlt: "asian business professional director portrait",
},
]}

View File

@@ -104,21 +104,21 @@ export default function PortfolioPage() {
id: "1",
name: "Local Bakery Redesign",
price: "Results: +250% Online Orders",
imageSrc: "http://img.b2bpic.net/free-psd/bread-store-landing-page-template_23-2148668019.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/bread-store-landing-page-template_23-2148668019.jpg?_wi=2",
imageAlt: "Bakery website design online shop",
},
{
id: "2",
name: "Service Company Launch",
price: "Results: +180% Lead Generation",
imageSrc: "http://img.b2bpic.net/free-psd/business-template-design_23-2150832121.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/business-template-design_23-2150832121.jpg?_wi=2",
imageAlt: "Service company website portfolio design",
},
{
id: "3",
name: "E-commerce Startup",
price: "Results: $500K+ in First Year",
imageSrc: "http://img.b2bpic.net/free-vector/futuristic-template-shopping-online-landing-page_52683-37659.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/futuristic-template-shopping-online-landing-page_52683-37659.jpg?_wi=2",
imageAlt: "ecommerce store website design",
},
]}
@@ -138,7 +138,7 @@ export default function PortfolioPage() {
name: "Sarah Mitchell",
handle: "Owner, Mitchell's Boutique",
testimonial: "Next Step Website Co. transformed my small boutique into an online powerhouse. Within 3 months, I was getting orders from across the state. The team was professional, responsive, and truly cared about my success.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-going-shopping-antique-store_23-2149525706.jpg?_wi=2",
imageAlt: "professional business woman portrait",
},
{
@@ -146,7 +146,7 @@ export default function PortfolioPage() {
name: "James Rodriguez",
handle: "Founder, Rodriguez Consulting",
testimonial: "I was intimidated about going digital, but the team made it simple. My new website landed me three major clients in the first month. Best investment I've made for my business.",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1653.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1653.jpg?_wi=2",
imageAlt: "professional business man portrait",
},
{
@@ -154,7 +154,7 @@ export default function PortfolioPage() {
name: "Emily Chen",
handle: "Manager, Chen & Associates",
testimonial: "Professional, creative, and results-driven. They didn't just build a website—they understood my business and created something that actually converts. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-asian-businesswoman-suit-ready-business-cross-arms-confident-smiling-female-entrepreneur-determined-win-happy-saleswoman-talking-clients-white-background_1258-96658.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-asian-businesswoman-suit-ready-business-cross-arms-confident-smiling-female-entrepreneur-determined-win-happy-saleswoman-talking-clients-white-background_1258-96658.jpg?_wi=2",
imageAlt: "asian business woman professional photo",
},
{
@@ -162,7 +162,7 @@ export default function PortfolioPage() {
name: "Michael Thompson",
handle: "CEO, Thompson Industries",
testimonial: "Working with Next Step was seamless. They delivered on time, on budget, and exceeded expectations. Our website is now our top lead generator. Thank you!",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg?_wi=2",
imageAlt: "executive business man portrait photo",
},
{
@@ -170,7 +170,7 @@ export default function PortfolioPage() {
name: "Lisa Park",
handle: "Owner, Park Photography",
testimonial: "The design is stunning and the functionality is perfect for showcasing my portfolio. I've seen a huge increase in inquiries since launching the new site.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-photographer-girl-taking-photos-using-her-retro-camera_158538-1588.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-photographer-girl-taking-photos-using-her-retro-camera_158538-1588.jpg?_wi=2",
imageAlt: "female photographer artist portrait",
},
{
@@ -178,7 +178,7 @@ export default function PortfolioPage() {
name: "David Kwon",
handle: "Director, Kwon Digital Marketing",
testimonial: "Excellent partner for web development. They understood my vision, offered valuable insights, and delivered a website that perfectly represents my brand.",
imageSrc: "http://img.b2bpic.net/free-photo/asian-businessman-suit-touching-adjust-glasses-with-pen_554837-554.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/asian-businessman-suit-touching-adjust-glasses-with-pen_554837-554.jpg?_wi=2",
imageAlt: "asian business professional director portrait",
},
]}

View File

@@ -91,7 +91,7 @@ export default function ServicesPage() {
{ text: "Back to Home", href: "/" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-interacting-with-virtual-assistant-her-computer-home-desktop_482257-120715.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mature-woman-interacting-with-virtual-assistant-her-computer-home-desktop_482257-120715.jpg?_wi=2"
imageAlt="modern web design workspace desk"
showBlur={true}
/>
@@ -116,11 +116,11 @@ export default function ServicesPage() {
icon: Palette,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_52683-18319.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-landing-page-with-photo_52683-18319.jpg?_wi=2",
imageAlt: "modern website design interface mockup",
},
{
imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/modern-e-wallet-web-template_23-2149084766.jpg?_wi=2",
imageAlt: "responsive web design multiple devices",
},
],
@@ -131,11 +131,11 @@ export default function ServicesPage() {
icon: Smartphone,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/travel-vacation-booking-app_52683-41134.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-vacation-booking-app_52683-41134.jpg?_wi=2",
imageAlt: "mobile app interface design responsive",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-developer-landing-page_52683-2522.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/mobile-app-developer-landing-page_52683-2522.jpg?_wi=2",
imageAlt: "cross device responsive web design",
},
],
@@ -146,11 +146,11 @@ export default function ServicesPage() {
icon: Search,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-graphs-laptop-while-working-with-colleague-office_662251-191.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-analyzing-graphs-laptop-while-working-with-colleague-office_662251-191.jpg?_wi=2",
imageAlt: "seo analytics dashboard metrics data",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-coworkers-analyzing-business-charts-graphs-laptop-digital-tablet-using-networking-software-plan-presentation-with-diagrams-people-working-with-research-close-up_482257-47589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-coworkers-analyzing-business-charts-graphs-laptop-digital-tablet-using-networking-software-plan-presentation-with-diagrams-people-working-with-research-close-up_482257-47589.jpg?_wi=2",
imageAlt: "search engine rankings improvement chart",
},
],