Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-04 18:38:08 +00:00
2 changed files with 29 additions and 161 deletions

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -77,38 +77,20 @@ export default function HomePage() {
{ text: "Schedule a Tour", href: "/contact" },
{ text: "Request Pricing", href: "/contact" },
]}
background={{ variant: "noise" }}
background={{ variant: "rotated-rays-animated" }}
carouselItems={[
{
id: "carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/modern-company-manager-workplace-bright-office_1163-5267.jpg?_wi=1",
imageAlt: "Professional office interior with natural light",
},
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/modern-company-manager-workplace-bright-office_1163-5267.jpg", imageAlt: "Professional office interior with natural light"},
{
id: "carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-handing-couple-room-key_482257-78780.jpg?_wi=1",
imageAlt: "Welcoming reception desk with professional staff",
},
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/receptionist-handing-couple-room-key_482257-78780.jpg", imageAlt: "Welcoming reception desk with professional staff"},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vacant-office-desk-with-lamp_482257-119183.jpg?_wi=1",
imageAlt: "Clean, modern office workspace",
},
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vacant-office-desk-with-lamp_482257-119183.jpg", imageAlt: "Clean, modern office workspace"},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3302.jpg?_wi=1",
imageAlt: "Ample parking lot with easy access",
},
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3302.jpg", imageAlt: "Ample parking lot with easy access"},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-numerous-cars-traffic-dubai-united-arab-emirates_231208-7617.jpg?_wi=1",
imageAlt: "Highway 50 proximity and access",
},
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-numerous-cars-traffic-dubai-united-arab-emirates_231208-7617.jpg", imageAlt: "Highway 50 proximity and access"},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman_1262-1496.jpg?_wi=1",
imageAlt: "Professional meeting room space",
},
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman_1262-1496.jpg", imageAlt: "Professional meeting room space"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -130,26 +112,11 @@ export default function HomePage() {
description="Select the office configuration that works best for your business and client-facing needs."
features={[
{
id: "01",
title: "Private Offices",
description: "Ideal for solo professionals, small teams, and client-facing consultants. Separate, quiet spaces that command presence.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vacant-office-desk-with-lamp_482257-119183.jpg?_wi=2",
imageAlt: "Private office space",
},
id: "01", title: "Private Offices", description: "Ideal for solo professionals, small teams, and client-facing consultants. Separate, quiet spaces that command presence.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vacant-office-desk-with-lamp_482257-119183.jpg", imageAlt: "Private office space"},
{
id: "02",
title: "Professional Suites",
description: "Separate offices within the building for maximum privacy and professional organization. Perfect for teams needing collaboration with distinct workspaces.",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65744.jpg?_wi=1",
imageAlt: "Professional suite interior",
},
id: "02", title: "Professional Suites", description: "Separate offices within the building for maximum privacy and professional organization. Perfect for teams needing collaboration with distinct workspaces.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65744.jpg", imageAlt: "Professional suite interior"},
{
id: "03",
title: "Meeting & Conference Space",
description: "Client-ready meeting rooms available for bookings. Impress your visitors in a polished, professional setting.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman_1262-1496.jpg?_wi=2",
imageAlt: "Conference room setup",
},
id: "03", title: "Meeting & Conference Space", description: "Client-ready meeting rooms available for bookings. Impress your visitors in a polished, professional setting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman_1262-1496.jpg", imageAlt: "Conference room setup"},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
@@ -165,40 +132,15 @@ export default function HomePage() {
description="Everything here is designed to make your workday smoother—and your business look sharper."
features={[
{
id: "01",
title: "Reception You Can Trust",
description: "Welcoming, professional, and always helpful. Your clients will remember the warm greeting and seamless experience.",
imageSrc: "http://img.b2bpic.net/free-photo/receptionist-handing-couple-room-key_482257-78780.jpg?_wi=2",
imageAlt: "Professional reception area",
},
id: "01", title: "Reception You Can Trust", description: "Welcoming, professional, and always helpful. Your clients will remember the warm greeting and seamless experience.", imageSrc: "http://img.b2bpic.net/free-photo/receptionist-handing-couple-room-key_482257-78780.jpg", imageAlt: "Professional reception area"},
{
id: "02",
title: "Always Presentable",
description: "Clean interiors and well-maintained common areas. Your business deserves a space that looks as polished as you are.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vacant-office-desk-with-lamp_482257-119183.jpg?_wi=3",
imageAlt: "Spotless office environment",
},
id: "02", title: "Always Presentable", description: "Clean interiors and well-maintained common areas. Your business deserves a space that looks as polished as you are.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vacant-office-desk-with-lamp_482257-119183.jpg", imageAlt: "Spotless office environment"},
{
id: "03",
title: "Easy Access",
description: "Direct, quick access to Highway 50 means less commute stress for you and your clients. No complicated routes.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-numerous-cars-traffic-dubai-united-arab-emirates_231208-7617.jpg?_wi=2",
imageAlt: "Highway 50 easy access",
},
id: "03", title: "Easy Access", description: "Direct, quick access to Highway 50 means less commute stress for you and your clients. No complicated routes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-numerous-cars-traffic-dubai-united-arab-emirates_231208-7617.jpg", imageAlt: "Highway 50 easy access"},
{
id: "04",
title: "No Parking Headaches",
description: "Plenty of on-site parking for you and your clients. Arrive without worry, every single day.",
imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3302.jpg?_wi=2",
imageAlt: "Ample parking facilities",
},
id: "04", title: "No Parking Headaches", description: "Plenty of on-site parking for you and your clients. Arrive without worry, every single day.", imageSrc: "http://img.b2bpic.net/free-photo/electric-vehicle-parking_1127-3302.jpg", imageAlt: "Ample parking facilities"},
{
id: "05",
title: "Privacy Built In",
description: "Separate offices within the building mean quiet focus when you need it, and professional organization that impresses.",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65744.jpg?_wi=2",
imageAlt: "Private office space",
},
id: "05", title: "Privacy Built In", description: "Separate offices within the building mean quiet focus when you need it, and professional organization that impresses.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-mobile-phone_107420-65744.jpg", imageAlt: "Private office space"},
]}
textboxLayout="default"
gridVariant="bento-grid"
@@ -225,56 +167,19 @@ export default function HomePage() {
description="Real testimonials from long-term tenants and satisfied clients who have made Folsom Business Center their professional home."
testimonials={[
{
id: "1",
name: "Long-Term Tenant",
role: "Business Owner",
testimonial: "Tenant since 2018. Easy access to Highway 50, plenty of parking, and a professional team that truly cares. I wouldn't have my office anywhere else.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Professional business owner",
},
id: "1", name: "Long-Term Tenant", role: "Business Owner", testimonial: "Tenant since 2018. Easy access to Highway 50, plenty of parking, and a professional team that truly cares. I wouldn't have my office anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Professional business owner"},
{
id: "2",
name: "Sarah Mitchell",
role: "Financial Advisor",
testimonial: "Love the office space and all the staff. The receptionist is professional and helpful. My clients always comment on how welcoming the environment feels.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "Financial advisor portrait",
},
id: "2", name: "Sarah Mitchell", role: "Financial Advisor", testimonial: "Love the office space and all the staff. The receptionist is professional and helpful. My clients always comment on how welcoming the environment feels.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Financial advisor portrait"},
{
id: "3",
name: "Michael Chen",
role: "Consultant",
testimonial: "Clean and friendly. The receptionist is professional and leads you where you need to go. It feels like a place where serious business happens.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1",
imageAlt: "Consultant portrait",
},
id: "3", name: "Michael Chen", role: "Consultant", testimonial: "Clean and friendly. The receptionist is professional and leads you where you need to go. It feels like a place where serious business happens.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Consultant portrait"},
{
id: "4",
name: "Emily Rodriguez",
role: "Agency Director",
testimonial: "Very welcoming environment with professional and helpful staff. My team loves working here, and my clients are always impressed by the space.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "Agency director portrait",
},
id: "4", name: "Emily Rodriguez", role: "Agency Director", testimonial: "Very welcoming environment with professional and helpful staff. My team loves working here, and my clients are always impressed by the space.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Agency director portrait"},
{
id: "5",
name: "David Thompson",
role: "Real Estate Agent",
testimonial: "Perfect location with easy Highway 50 access. The parking is never an issue, and the building is always spotless. This is where I base my business.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "Real estate professional",
},
id: "5", name: "David Thompson", role: "Real Estate Agent", testimonial: "Perfect location with easy Highway 50 access. The parking is never an issue, and the building is always spotless. This is where I base my business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Real estate professional"},
{
id: "6",
name: "Jennifer Walsh",
role: "Wellness Professional",
testimonial: "The professional environment and attentive staff make all the difference. My clients feel welcomed, and I feel proud of my office address.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "Wellness professional portrait",
},
id: "6", name: "Jennifer Walsh", role: "Wellness Professional", testimonial: "The professional environment and attentive staff make all the difference. My clients feel welcomed, and I feel proud of my office address.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Wellness professional portrait"},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={false}
/>

View File

@@ -46,7 +46,7 @@ export default function ReviewsPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="mediumSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -77,56 +77,19 @@ export default function ReviewsPage() {
description="Long-term tenants and satisfied clients share their experience at Folsom Business Center."
testimonials={[
{
id: "1",
name: "Long-Term Tenant",
role: "Business Owner",
testimonial: "Tenant since 2018. Easy access to Highway 50, plenty of parking, and a professional team that truly cares. I wouldn't have my office anywhere else.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "Professional business owner",
},
id: "1", name: "Long-Term Tenant", role: "Business Owner", testimonial: "Tenant since 2018. Easy access to Highway 50, plenty of parking, and a professional team that truly cares. I wouldn't have my office anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Professional business owner"},
{
id: "2",
name: "Sarah Mitchell",
role: "Financial Advisor",
testimonial: "Love the office space and all the staff. The receptionist is professional and helpful. My clients always comment on how welcoming the environment feels.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=3",
imageAlt: "Financial advisor portrait",
},
id: "2", name: "Sarah Mitchell", role: "Financial Advisor", testimonial: "Love the office space and all the staff. The receptionist is professional and helpful. My clients always comment on how welcoming the environment feels.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Financial advisor portrait"},
{
id: "3",
name: "Michael Chen",
role: "Consultant",
testimonial: "Clean and friendly. The receptionist is professional and leads you where you need to go. It feels like a place where serious business happens.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2",
imageAlt: "Consultant portrait",
},
id: "3", name: "Michael Chen", role: "Consultant", testimonial: "Clean and friendly. The receptionist is professional and leads you where you need to go. It feels like a place where serious business happens.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Consultant portrait"},
{
id: "4",
name: "Emily Rodriguez",
role: "Agency Director",
testimonial: "Very welcoming environment with professional and helpful staff. My team loves working here, and my clients are always impressed by the space.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
imageAlt: "Agency director portrait",
},
id: "4", name: "Emily Rodriguez", role: "Agency Director", testimonial: "Very welcoming environment with professional and helpful staff. My team loves working here, and my clients are always impressed by the space.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Agency director portrait"},
{
id: "5",
name: "David Thompson",
role: "Real Estate Agent",
testimonial: "Perfect location with easy Highway 50 access. The parking is never an issue, and the building is always spotless. This is where I base my business.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
imageAlt: "Real estate professional",
},
id: "5", name: "David Thompson", role: "Real Estate Agent", testimonial: "Perfect location with easy Highway 50 access. The parking is never an issue, and the building is always spotless. This is where I base my business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Real estate professional"},
{
id: "6",
name: "Jennifer Walsh",
role: "Wellness Professional",
testimonial: "The professional environment and attentive staff make all the difference. My clients feel welcomed, and I feel proud of my office address.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=4",
imageAlt: "Wellness professional portrait",
},
id: "6", name: "Jennifer Walsh", role: "Wellness Professional", testimonial: "The professional environment and attentive staff make all the difference. My clients feel welcomed, and I feel proud of my office address.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Wellness professional portrait"},
]}
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={false}
/>