Merge version_2 into main #2
@@ -7,40 +7,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Duggan Realty LLC | Find Your Dream Home Today",
|
||||
description: "Discover exceptional properties and expert real estate services with Duggan Realty LLC. Buy, sell, or invest with confidence.",
|
||||
keywords: "real estate, homes for sale, property listings, real estate agent, home buying, property selling, real estate investment",
|
||||
robots: {
|
||||
title: "Duggan Realty LLC | Find Your Dream Home Today", description: "Discover exceptional properties and expert real estate services with Duggan Realty LLC. Buy, sell, or invest with confidence.", keywords: "real estate, homes for sale, property listings, real estate agent, home buying, property selling, real estate investment", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Duggan Realty LLC | Premium Real Estate Solutions",
|
||||
description: "Discover your dream property with Duggan Realty LLC. Expert guidance in buying, selling, and investing.",
|
||||
siteName: "Duggan Realty LLC",
|
||||
type: "website",
|
||||
},
|
||||
title: "Duggan Realty LLC | Premium Real Estate Solutions", description: "Discover your dream property with Duggan Realty LLC. Expert guidance in buying, selling, and investing.", siteName: "Duggan Realty LLC", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Duggan Realty LLC | Find Your Dream Home",
|
||||
description: "Expert real estate services for buyers, sellers, and investors.",
|
||||
},
|
||||
card: "summary_large_image", title: "Duggan Realty LLC | Find Your Dream Home", description: "Expert real estate services for buyers, sellers, and investors."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -1427,4 +1414,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Home, Star, Briefcase } from "lucide-react";
|
||||
import { Home, Star, Briefcase, Shield } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -45,6 +45,7 @@ export default function HomePage() {
|
||||
description="Discover exceptional homes and investment opportunities with Duggan Realty LLC. Expert guidance for every real estate need."
|
||||
tag="Real Estate Excellence"
|
||||
tagIcon={Home}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Browse Properties", href: "/properties" },
|
||||
@@ -52,17 +53,11 @@ export default function HomePage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=1",
|
||||
imageAlt: "Luxury home exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=1", imageAlt: "Luxury home exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-manicured-lawn_84443-74083.jpg?_wi=1",
|
||||
imageAlt: "Modern residential property",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-suburban-family-home-with-manicured-lawn_84443-74083.jpg?_wi=1", imageAlt: "Modern residential property"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571921.jpg?_wi=1",
|
||||
imageAlt: "Contemporary home",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571921.jpg?_wi=1", imageAlt: "Contemporary home"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -74,26 +69,11 @@ export default function HomePage() {
|
||||
description="Explore our handpicked selection of premium properties currently available for purchase or investment."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Modern Downtown Penthouse",
|
||||
price: "$1,250,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=1",
|
||||
imageAlt: "Downtown penthouse",
|
||||
},
|
||||
id: "1", name: "Modern Downtown Penthouse", price: "$1,250,000", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-business-team-members-posing-office_1262-20245.jpg?_wi=1", imageAlt: "Downtown penthouse"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Suburban Family Home",
|
||||
price: "$580,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-father-embracing-their-son_8353-7761.jpg?_wi=1",
|
||||
imageAlt: "Family home",
|
||||
},
|
||||
id: "2", name: "Suburban Family Home", price: "$580,000", imageSrc: "http://img.b2bpic.net/free-photo/mother-father-embracing-their-son_8353-7761.jpg?_wi=1", imageAlt: "Family home"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Urban Lifestyle Apartment",
|
||||
price: "$425,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1",
|
||||
imageAlt: "Urban apartment",
|
||||
},
|
||||
id: "3", name: "Urban Lifestyle Apartment", price: "$425,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=1", imageAlt: "Urban apartment"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -106,9 +86,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose Duggan Realty"
|
||||
description={[
|
||||
"With over 15 years of experience in real estate, Duggan Realty LLC has earned a reputation for excellence, integrity, and results. Our team of licensed professionals understands the local market intimately and is committed to helping you achieve your real estate goals.",
|
||||
"Whether you're buying your first home, selling a property, or investing in real estate, we provide personalized service, expert guidance, and transparent communication every step of the way.",
|
||||
]}
|
||||
"With over 15 years of experience in real estate, Duggan Realty LLC has earned a reputation for excellence, integrity, and results. Our team of licensed professionals understands the local market intimately and is committed to helping you achieve your real estate goals.", "Whether you're buying your first home, selling a property, or investing in real estate, we provide personalized service, expert guidance, and transparent communication every step of the way."]}
|
||||
buttons={[{ text: "Learn More", href: "/about" }]}
|
||||
useInvertedBackground={true}
|
||||
showBorder={true}
|
||||
@@ -121,25 +99,13 @@ export default function HomePage() {
|
||||
tag="Market Impact"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "$500M+",
|
||||
description: "Total property value managed and sold",
|
||||
},
|
||||
id: "1", value: "$500M+", description: "Total property value managed and sold"},
|
||||
{
|
||||
id: "2",
|
||||
value: "1,200+",
|
||||
description: "Successful transactions completed",
|
||||
},
|
||||
id: "2", value: "1,200+", description: "Successful transactions completed"},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
description: "Client satisfaction rate",
|
||||
},
|
||||
id: "3", value: "98%", description: "Client satisfaction rate"},
|
||||
{
|
||||
id: "4",
|
||||
value: "15+",
|
||||
description: "Years of industry experience",
|
||||
},
|
||||
id: "4", value: "15+", description: "Years of industry experience"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -150,41 +116,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
id: "3", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Martinez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "4", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "5", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Anderson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
|
||||
imageAlt: "Lisa Anderson",
|
||||
},
|
||||
id: "6", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Lisa Anderson"},
|
||||
]}
|
||||
cardTitle="Trusted by hundreds of satisfied clients who have successfully bought, sold, and invested in real estate with Duggan Realty LLC"
|
||||
cardTag="See what they say"
|
||||
@@ -237,4 +179,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user