diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 01db71a..15d0a45 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index a17afee..682aef6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}