Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-08 16:35:38 +00:00
2 changed files with 31 additions and 52 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito } 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 halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const nunito = Nunito({
variable: "--font-nunito", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Los Amigos Mobile Home Estates | Santa Barbara Community", description: "Peaceful mobile home community in Santa Barbara, CA. Pet-friendly, safe residential environment with convenient access to shops and services. Call (805) 687-1100.", keywords: "mobile home estates, Santa Barbara, residential community, pet-friendly, mobile home park", metadataBase: new URL("https://losamigosestates.com"),
alternates: {
canonical: "https://losamigosestates.com"},
openGraph: {
title: "Los Amigos Mobile Home Estates", description: "A peaceful and friendly mobile home community in Santa Barbara, California", type: "website", siteName: "Los Amigos Mobile Home Estates", url: "https://losamigosestates.com", images: [
{
url: "http://img.b2bpic.net/free-photo/group-friends-reading-cell-phone-messages_23-2150409969.jpg", alt: "Los Amigos Mobile Home Estates community"},
],
},
twitter: {
card: "summary_large_image", title: "Los Amigos Mobile Home Estates", description: "Peaceful mobile home community in Santa Barbara, CA", images: ["http://img.b2bpic.net/free-photo/group-friends-reading-cell-phone-messages_23-2150409969.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Los Amigos Mobile Home Estates", description: "A peaceful and friendly mobile home community in Santa Barbara, California"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
logoText="Los Amigos Mobile Home Estates"
description="A peaceful and friendly mobile home community in Santa Barbara, California"
buttons={[
{ text: "Learn More", href: "about" },
{ text: "Schedule a Tour", href: "about" },
{ text: "Contact Us", href: "contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/group-friends-reading-cell-phone-messages_23-2150409969.jpg"
@@ -76,16 +76,20 @@ export default function LandingPage() {
accordionItems={[
{
id: "1", title: "Quiet Residential Environment", content:
"Enjoy peaceful surroundings with a well-maintained neighborhood atmosphere that prioritizes tranquility and resident well-being."},
"Enjoy peaceful surroundings with a well-maintained neighborhood atmosphere that prioritizes tranquility and resident well-being."
},
{
id: "2", title: "Pet-Friendly Community", content:
"Bring your furry family members. Our pet-friendly policy allows residents to enjoy their pets in a safe and welcoming environment."},
"Bring your furry family members. Our pet-friendly policy allows residents to enjoy their pets in a safe and welcoming environment."
},
{
id: "3", title: "Convenient Santa Barbara Location", content:
"Located at 296 N Hope Ave, Santa Barbara, CA, we offer easy access to shopping centers, parks, restaurants, and local services."},
"Located at 296 N Hope Ave, Santa Barbara, CA, we offer easy access to shopping centers, parks, restaurants, and local services."
},
{
id: "4", title: "Safe & Pleasant Environment", content:
"We maintain high community standards with professional management to ensure safety and pleasant living conditions for all residents."},
"We maintain high community standards with professional management to ensure safety and pleasant living conditions for all residents."
},
]}
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -103,19 +107,23 @@ export default function LandingPage() {
{
id: "1", name: "Maria Rodriguez", role: "Resident", company: "12 years at Los Amigos", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405349.jpg", imageAlt: "happy senior resident portrait community"},
"http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405349.jpg", imageAlt: "happy senior resident portrait community"
},
{
id: "2", name: "James & Patricia Chen", role: "Residents", company: "Retired Couple", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/happy-family-living-caravan-with-copy-space_23-2148659468.jpg", imageAlt: "happy couple mobile home community"},
"http://img.b2bpic.net/free-photo/happy-family-living-caravan-with-copy-space_23-2148659468.jpg", imageAlt: "happy couple mobile home community"
},
{
id: "3", name: "Dorothy Martinez", role: "Resident", company: "8 years at Los Amigos", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/happy-senior-friends-enjoying-while-watching-together-something-laptop-home_637285-4525.jpg", imageAlt: "senior resident portrait smiling community"},
"http://img.b2bpic.net/free-photo/happy-senior-friends-enjoying-while-watching-together-something-laptop-home_637285-4525.jpg", imageAlt: "senior resident portrait smiling community"
},
{
id: "4", name: "The Johnson Family", role: "Residents", company: "New Family", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/family-with-newborns_1157-8120.jpg", imageAlt: "young family mobile home park portrait"},
"http://img.b2bpic.net/free-photo/family-with-newborns_1157-8120.jpg", imageAlt: "young family mobile home park portrait"
},
]}
kpiItems={[
{ value: "250+", label: "Happy Residents" },
@@ -189,7 +197,8 @@ export default function LandingPage() {
{
items: [
{
label: "Address", href: "https://maps.google.com/?q=296+N+Hope+Ave+Santa+Barbara+CA+93110"},
label: "Address", href: "https://maps.google.com/?q=296+N+Hope+Ave+Santa+Barbara+CA+93110"
},
{ label: "Phone", href: "tel:+18056871100" },
{ label: "Santa Barbara, CA", href: "#" },
],