13 Commits

Author SHA1 Message Date
0748380ddb Merge version_4 into main
Merge version_4 into main
2026-03-04 03:32:24 +00:00
e20fceeb63 Update src/app/page.tsx 2026-03-04 03:32:20 +00:00
db73b9ac07 Update src/app/layout.tsx 2026-03-04 03:32:20 +00:00
8a5b5fd50d Merge version_3 into main
Merge version_3 into main
2026-03-04 03:23:23 +00:00
c4ce3db75e Update src/app/page.tsx 2026-03-04 03:23:18 +00:00
95df0210ae Merge version_3 into main
Merge version_3 into main
2026-03-04 03:22:05 +00:00
dc6abfca3b Update src/app/page.tsx 2026-03-04 03:22:00 +00:00
8cedce609a Switch to version 1: modified src/app/page.tsx 2026-03-04 03:20:59 +00:00
e3338c390c Switch to version 1: modified src/app/layout.tsx 2026-03-04 03:20:58 +00:00
eeff5b28c1 Merge version_2 into main
Merge version_2 into main
2026-03-04 03:19:43 +00:00
e73a575009 Update src/app/page.tsx 2026-03-04 03:19:38 +00:00
07eeaff60b Update src/app/layout.tsx 2026-03-04 03:19:38 +00:00
71b9f842c6 Merge version_1 into main
Merge version_1 into main
2026-03-04 03:16:20 +00:00
2 changed files with 28 additions and 80 deletions

View File

@@ -1,59 +1,19 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Stratus Web Co | Websites Built to Convert Local Customers", description: "Get a free sample website for your local business. Stratus Web Co builds clean, modern sites designed to attract paying customers. No templates. No commitment.", keywords: "web design, local business website, small business website builder, website design agency, customer conversion", metadataBase: new URL("https://stratus-web-co.com"),
alternates: {
canonical: "https://stratus-web-co.com"
},
openGraph: {
title: "Stratus Web Co | Websites Built to Convert Local Customers", description: "Get a free sample website for your local business. Stratus Web Co builds clean, modern sites designed to attract paying customers.", url: "https://stratus-web-co.com", siteName: "Stratus Web Co", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/business-owner-analyzing-blank-mockup-display-smartphone_482257-87225.jpg", alt: "Stratus Web Co - Modern Website Design"
}
]
},
twitter: {
card: "summary_large_image", title: "Stratus Web Co | Websites Built to Convert Local Customers", description: "Get a free sample website for your local business. See exactly what's possible.", images: ["http://img.b2bpic.net/free-photo/business-owner-analyzing-blank-mockup-display-smartphone_482257-87225.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Stratus Web Co - Local Business Websites That Convert", description: "Professional website design for local businesses. See your free demo website—no commitment required."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1421,7 +1381,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -7,11 +7,16 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, Briefcase, CheckCircle, Lightbulb, Rocket, Target, TrendingUp, Zap } from 'lucide-react';
export default function LandingPage() {
const handleDemoSubmit = (data: Record<string, string>) => {
console.log('Demo request submitted:', data);
// Handle form submission here
};
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
@@ -40,8 +45,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="Your Website Should Bring Customers In"
description="Stratus Web Co builds clean, modern websites designed to convert local visitors into paying customers. See a free sample built for your business—no commitment required."
title="Stratus"
description="Your Website Should Bring Customers In. Stratus Web Co builds clean, modern websites designed to convert local visitors into paying customers. See a free sample built for your business—no commitment required."
background={{ variant: "plain" }}
useInvertedBackground={false}
tag="Premium Web Design"
@@ -53,24 +58,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/business-owner-analyzing-blank-mockup-display-smartphone_482257-87225.jpg"
imageAlt="Modern website dashboard for local businesses"
mediaAnimation="slide-up"
testimonials={[
{
name: "Maria Rodriguez", handle: "Owner, Local Cafe", testimonial: "More customers found us online within the first month. Simple and effective.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"
},
{
name: "James Chen", handle: "Gym Manager", testimonial: "Clear, professional design that actually converts. Best investment we made.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg"
},
{
name: "Sarah Thompson", handle: "Service Business Owner", testimonial: "No jargon, no confusion. They delivered exactly what we needed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg"
},
{
name: "David Kim", handle: "Restaurant Owner", testimonial: "The free demo convinced us immediately. Transparent and professional.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
}
]}
testimonials={[]}
testimonialRotationInterval={5000}
/>
</div>
@@ -168,21 +156,22 @@ export default function LandingPage() {
</div>
<div id="cta" data-section="cta">
<ContactSplit
tag="Get Started"
tagIcon={Rocket}
tagAnimation="slide-up"
<ContactSplitForm
title="See Your Free Demo Website Today"
description="No credit card required. No commitment. Just a professional website built for your business, so you can see exactly what's possible before making any decision."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/digital-devices-screen-editable_24972-2368.jpg"
imageAlt="Website mockup on devices"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@business.com"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "your@business.com", required: true },
{ name: "businessName", type: "text", placeholder: "Business Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
textarea={{
name: "message", placeholder: "Tell us about your business (optional)", rows: 4
}}
buttonText="Request Free Demo"
termsText="We'll build a sample website for your business within 48 hours and send you a link to review. No spam, no pressure to buy."
onSubmit={handleDemoSubmit}
mediaAnimation="slide-up"
/>
</div>