Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-05 19:05:00 +00:00
2 changed files with 35 additions and 85 deletions

View File

@@ -1,82 +1,21 @@
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 "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
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"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Real Estate Dreams Shelters - Luxury Homes & Properties",
description: "Discover your dream home with Real Estate Dreams Shelters. Browse luxury properties, expert market insights, and personalized real estate solutions.",
keywords: "real estate, luxury homes, property listings, house buying, real estate agent, home investment",
metadataBase: new URL("https://realestatedreams.com"),
alternates: {
canonical: "https://realestatedreams.com",
},
openGraph: {
title: "Real Estate Dreams Shelters - Find Your Perfect Home",
description: "Explore premium properties and luxury homes with trusted real estate experts.",
url: "https://realestatedreams.com",
siteName: "Real Estate Dreams Shelters",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg",
alt: "Luxury properties showcase",
},
],
},
twitter: {
card: "summary_large_image",
title: "Real Estate Dreams Shelters - Premium Properties",
description: "Discover luxury homes and investment opportunities with expert guidance.",
images: [
"http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg",
],
},
robots: {
index: true,
follow: true,
},
title: "Real Estate Dreams - Your Perfect Home Awaits", description: "Discover luxury homes and investment opportunities with Real Estate Dreams Shelters. Premium properties, expert guidance, and personalized service.", keywords: "real estate, luxury homes, property investment, real estate agent", authors: [{ name: "Real Estate Dreams Shelters" }],
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1444,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -67,16 +67,20 @@ export default function HomePage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Homeowner", testimonial: "Real Estate Dreams helped us find our perfect home within weeks. Professional and caring!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
name: "James Richardson", handle: "Investor", testimonial: "Exceptional service and market knowledge. Best real estate partner we've worked with.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson"
},
{
name: "Emma Johnson", handle: "Property Buyer", testimonial: "The team's expertise and dedication made our property search seamless and enjoyable.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Johnson"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Johnson"
},
{
name: "David Chen", handle: "Real Estate Investor", testimonial: "Outstanding portfolio of properties and excellent guidance throughout the entire process.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Chen"
},
]}
buttons={[
{ text: "Explore Properties", href: "/properties" },
@@ -135,16 +139,20 @@ export default function HomePage() {
features={[
{
id: "1", title: "Expert Market Knowledge", tags: ["Experience", "Trust"],
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg", imageAlt: "Market expertise"},
imageSrc: "http://img.b2bpic.net/free-photo/house-model-compass-plan-background-real-estate-concept_1423-179.jpg", imageAlt: "Market expertise"
},
{
id: "2", title: "Personalized Consultations", tags: ["Service", "Care"],
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Personal consultation"},
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg", imageAlt: "Personal consultation"
},
{
id: "3", title: "Exclusive Property Access", tags: ["Premium", "Listings"],
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", imageAlt: "Exclusive properties"},
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-villa-with-modern-architectural-design_23-2151694117.jpg", imageAlt: "Exclusive properties"
},
{
id: "4", title: "Fast & Smooth Transactions", tags: ["Efficiency", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/mortgage-application-home-loan-concept_53876-148085.jpg", imageAlt: "Quick transactions"},
imageSrc: "http://img.b2bpic.net/free-photo/mortgage-application-home-loan-concept_53876-148085.jpg", imageAlt: "Quick transactions"
},
]}
/>
</div>
@@ -159,10 +167,10 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
metrics={[
{
id: "1", value: "5000", title: "Properties Sold", description: "Successful transactions completed", icon: Home,
id: "1", value: "20", title: "Years", description: "Industry experience and expertise", icon: Award,
},
{
id: "2", value: "20", title: "Years", description: "Industry experience and expertise", icon: Award,
id: "2", value: "5000", title: "Properties Sold", description: "Successful transactions completed", icon: Home,
},
{
id: "3", value: "98", title: "Satisfaction", description: "Client satisfaction rate percentage", icon: Star,
@@ -227,19 +235,23 @@ export default function HomePage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/realestatedreams", ariaLabel: "Follow us on Facebook"},
href: "https://facebook.com/realestatedreams", ariaLabel: "Follow us on Facebook"
},
{
icon: Instagram,
href: "https://instagram.com/realestatedreams", ariaLabel: "Follow us on Instagram"},
href: "https://instagram.com/realestatedreams", ariaLabel: "Follow us on Instagram"
},
{
icon: Linkedin,
href: "https://linkedin.com/company/realestatedreams", ariaLabel: "Follow us on LinkedIn"},
href: "https://linkedin.com/company/realestatedreams", ariaLabel: "Follow us on LinkedIn"
},
{
icon: Twitter,
href: "https://twitter.com/realestatedreams", ariaLabel: "Follow us on Twitter"},
href: "https://twitter.com/realestatedreams", ariaLabel: "Follow us on Twitter"
},
]}
/>
</footer>
</ThemeProvider>
);
}
}