Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 21:00:19 +00:00
2 changed files with 62 additions and 75 deletions

View File

@@ -1,61 +1,28 @@
import type { Metadata } from "next";
import { Source_Sans_3 } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Cornerstone Business Park | Commercial Space Wichita, KS",
description: "Professional office, warehouse, and flex space for lease in Wichita, Kansas. Flexible terms, prime location, locally managed. Call (316) 555-0147 today.",
keywords: "commercial space Wichita, office space for lease, warehouse space Wichita, business park Kansas, commercial real estate",
metadataBase: new URL("https://cornerstonebizpark.com"),
alternates: {
canonical: "https://cornerstonebizpark.com",
},
openGraph: {
title: "Cornerstone Business Park | Commercial Space Wichita",
description: "Flexible commercial space in Wichita. Office suites, warehouses, and mixed-use spaces available now. Call (316) 555-0147.",
url: "https://cornerstonebizpark.com",
siteName: "Cornerstone Business Park",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1079.jpg",
alt: "Cornerstone Business Park",
},
],
},
twitter: {
card: "summary_large_image",
title: "Cornerstone Business Park | Wichita Commercial Space",
description: "Professional business space for lease in Wichita, KS. Office, warehouse, and flex options.",
images: ["http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1079.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Cornerstone Business Park - Commercial Space in Wichita, KS", description: "Professional commercial office and warehouse space in Wichita, Kansas. Flexible leasing, prime location, locally managed."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1423,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -21,7 +21,8 @@ export default function HomePage() {
];
const navButton = {
text: "Call Now: (316) 555-0147", href: "tel:+13165550147"};
text: "Schedule Free Tour Today", href: "/contact"
};
return (
<ThemeProvider
@@ -47,7 +48,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Professional Commercial Space in Wichita, KS"
description="Flexible office and business space designed to help local companies grow. Prime location, locally managed, professionally maintained."
description="Flexible office and business space designed to help local companies grow. Prime location, locally managed, professionally maintained. Call (316) 555-0147 for immediate support."
tag="Now Leasing"
imageSrc="http://img.b2bpic.net/free-photo/windows-skyscraper-business-office_1112-1079.jpg"
imageAlt="Cornerstone Business Park exterior"
@@ -57,18 +58,21 @@ export default function HomePage() {
{
name: "Sarah Mitchell", handle: "CEO, Local Tech Solutions", testimonial:
"Perfect location and professional environment. Our business grew 40% after moving here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
name: "Michael Johnson", handle: "Owner, Midwest Services", testimonial:
"Flexible terms, great support. Exactly what we needed for our growing team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Michael Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1", imageAlt: "Michael Johnson"
},
{
name: "Jennifer Rodriguez", handle: "Director, Professional Services", testimonial:
"Outstanding location and facilities. Highly recommend for any Wichita business.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jennifer Rodriguez"
},
]}
buttons={[
{ text: "Call Now: (316) 555-0147", href: "tel:+13165550147" },
{ text: "Schedule Free Tour Today", href: "/contact" },
{ text: "Request Availability", href: "/contact" },
]}
useInvertedBackground={false}
@@ -82,19 +86,23 @@ export default function HomePage() {
features={[
{
id: "location", label: "Prime Location", title: "Strategic Wichita Position", items: [
"Easy access to major highways", "Central business district proximity", "High visibility and foot traffic"],
"Easy access to major highways", "Central business district proximity", "High visibility and foot traffic"
],
},
{
id: "flexible", label: "Flexible Spaces", title: "Customizable for Your Business", items: [
"Office, warehouse, or mixed-use", "Scalable lease terms", "Short and long-term options"],
"Office, warehouse, or mixed-use", "Scalable lease terms", "Short and long-term options"
],
},
{
id: "management", label: "Local Management", title: "Personal Service You Can Trust", items: [
"Responsive support team", "Quick maintenance response", "Community-focused service"],
"Responsive support team", "Quick maintenance response", "Community-focused service"
],
},
{
id: "professional", label: "Professional Environment", title: "Standards That Set You Apart", items: [
"Modern facilities and amenities", "Professional tenant network", "Well-maintained grounds"],
"Modern facilities and amenities", "Professional tenant network", "Well-maintained grounds"
],
},
]}
animationType="opacity"
@@ -109,11 +117,14 @@ export default function HomePage() {
description="Browse our current inventory of premium commercial spaces. Each unit is move-in ready and customizable to your needs."
products={[
{
id: "1", name: "Professional Office Suite", price: "2,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg", imageAlt: "Modern office space"},
id: "1", name: "Professional Office Suite", price: "2,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/empty-company-office-with-workstation-desk-business-development-space-filled-with-documents-computers-corporation-department-room-used-career-development-success_482257-60055.jpg", imageAlt: "Modern office space"
},
{
id: "2", name: "Warehouse Distribution Center", price: "5,000 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg", imageAlt: "Warehouse space"},
id: "2", name: "Warehouse Distribution Center", price: "5,000 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-443.jpg", imageAlt: "Warehouse space"
},
{
id: "3", name: "Mixed-Use Flex Space", price: "3,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/male-employee-exploring-his-new-new-office-job-location-while-carrying-box-belongings_23-2149034576.jpg", imageAlt: "Mixed-use commercial space"},
id: "3", name: "Mixed-Use Flex Space", price: "3,500 sq ft", imageSrc: "http://img.b2bpic.net/free-photo/male-employee-exploring-his-new-new-office-job-location-while-carrying-box-belongings_23-2149034576.jpg", imageAlt: "Mixed-use commercial space"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -127,8 +138,8 @@ export default function HomePage() {
text="Ready to Grow Your Business in Wichita? Schedule a tour of our available spaces today or call us directly for immediate assistance."
animationType="reveal-blur"
buttons={[
{ text: "Call Now: (316) 555-0147", href: "tel:+13165550147" },
{ text: "Schedule a Tour", href: "/contact" },
{ text: "Schedule Free Tour Today", href: "/contact" },
{ text: "Call (316) 555-0147", href: "tel:+13165550147" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -143,16 +154,20 @@ export default function HomePage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "CEO, Local Tech Solutions", testimonial:
"The best decision for our growing tech team. Professional environment, perfect location, and responsive management. Our business has thrived here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah Mitchell"},
"The best decision for our growing tech team. Professional environment, perfect location, and responsive management. Our business has thrived here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "Michael Johnson", role: "Owner, Midwest Services", testimonial:
"Flexible terms and excellent customer service. We've been here for 5 years and couldn't be happier. Highly recommend to any Wichita business.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Michael Johnson"},
"Flexible terms and excellent customer service. We've been here for 5 years and couldn't be happier. Highly recommend to any Wichita business.", imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Michael Johnson"
},
{
id: "3", name: "Jennifer Rodriguez", role: "Director, Professional Services", testimonial:
"Outstanding facilities and a great community of local businesses. Support team is always available when we need them. Perfect fit for our company.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jennifer Rodriguez"},
"Outstanding facilities and a great community of local businesses. Support team is always available when we need them. Perfect fit for our company.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jennifer Rodriguez"
},
{
id: "4", name: "David Kim", role: "Partner, Wichita Consulting Group", testimonial:
"Prime location with professional amenities. The management truly cares about tenant success. We've referred several businesses here and all are very satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim"},
"Prime location with professional amenities. The management truly cares about tenant success. We've referred several businesses here and all are very satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "David Kim"
},
]}
animationType="slide-up"
textboxLayout="default"
@@ -167,17 +182,23 @@ export default function HomePage() {
tag="FAQ"
faqs={[
{
id: "1", title: "What types of space are available?", content: "We offer office suites, warehouse distribution centers, and mixed-use flex spaces. Sizes range from 2,500 to 10,000+ square feet. All spaces are modern, professionally maintained, and move-in ready. Contact us to discuss your specific needs."},
id: "1", title: "What types of space are available?", content: "We offer office suites, warehouse distribution centers, and mixed-use flex spaces. Sizes range from 2,500 to 10,000+ square feet. All spaces are modern, professionally maintained, and move-in ready. Contact us to discuss your specific needs."
},
{
id: "2", title: "What are your lease terms?", content: "We offer flexible lease options ranging from 1 to 5 years. Short-term leases are available for growing businesses, and we can negotiate custom terms based on your requirements. Contact our management team to discuss options that fit your budget."},
id: "2", title: "What are your lease terms?", content: "We offer flexible lease options ranging from 1 to 5 years. Short-term leases are available for growing businesses, and we can negotiate custom terms based on your requirements. Contact our management team to discuss options that fit your budget."
},
{
id: "3", title: "Is the location accessible?", content: "Yes. Cornerstone Business Park is conveniently located in central Wichita with easy access to major highways (I-35, US-54). Our address is 1500 East Business Park Drive. Free parking and excellent visibility make us easy to find and access."},
id: "3", title: "Is the location accessible?", content: "Yes. Cornerstone Business Park is conveniently located in central Wichita with easy access to major highways (I-35, US-54). Our address is 1500 East Business Park Drive. Free parking and excellent visibility make us easy to find and access."
},
{
id: "4", title: "What amenities are included?", content: "Standard amenities include professional common areas, parking, climate control, and 24/7 building access. Premium suites offer additional features. Contact us for a complete amenity list and to schedule a tour."},
id: "4", title: "What amenities are included?", content: "Standard amenities include professional common areas, parking, climate control, and 24/7 building access. Premium suites offer additional features. Contact us for a complete amenity list and to schedule a tour."
},
{
id: "5", title: "How quickly can I move in?", content: "Most available spaces are move-in ready within 2-4 weeks of lease signing. We can often accommodate faster timelines for qualified tenants. Contact our leasing team to discuss your timeline."},
id: "5", title: "How quickly can I move in?", content: "Most available spaces are move-in ready within 2-4 weeks of lease signing. We can often accommodate faster timelines for qualified tenants. Contact our leasing team to discuss your timeline."
},
{
id: "6", title: "Do you offer month-to-month leases?", content: "While we specialize in annual agreements, we can discuss short-term options for qualified businesses. Call us at (316) 555-0147 to discuss flexible lease arrangements that meet your specific needs."},
id: "6", title: "Do you offer month-to-month leases?", content: "While we specialize in annual agreements, we can discuss short-term options for qualified businesses. Call us at (316) 555-0147 to discuss flexible lease arrangements that meet your specific needs."
},
]}
textboxLayout="default"
faqsAnimation="slide-up"
@@ -219,4 +240,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}