4 Commits

Author SHA1 Message Date
fffb55a146 Update src/app/page.tsx 2026-03-03 21:05:09 +00:00
c1183fbabd Update src/app/page.tsx 2026-03-03 20:57:06 +00:00
346e1ad86b Update src/app/layout.tsx 2026-03-03 20:57:06 +00:00
d8a9f92919 Merge version_1 into main
Merge version_1 into main
2026-03-03 20:39:52 +00:00
2 changed files with 33 additions and 52 deletions

View File

@@ -1,55 +1,20 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google"; import { Inter } from "next/font/google";
import { Figtree } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({ const inter = Inter({ subsets: ["latin"] });
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const figtree = Figtree({
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "DaMan Handyman.co | Local Home Repair & Improvement Services", description: "Reliable handyman services you can trust. Fast, affordable, professional. Call 810-333-8736 for plumbing, carpentry, painting, electrical, roofing & more.", keywords: "handyman services, home repair, home improvement, plumbing, electrical, painting, carpentry, roofing, flooring, local handyman", metadataBase: new URL("https://damanhandyman.co"), title: "DaMan Handyman | Fast & Reliable Home Repair Services", description: "Professional handyman services in your area. Fast response times, transparent pricing, and quality workmanship guaranteed."};
alternates: {
canonical: "https://damanhandyman.co"
},
openGraph: {
title: "DaMan Handyman.co | Trusted Local Handyman Services", description: "Fast. Affordable. Professional. Get your home repairs done right. Call 810-333-8736 for a free estimate.", url: "https://damanhandyman.co", siteName: "DaMan Handyman.co", type: "website"
},
twitter: {
card: "summary_large_image", title: "DaMan Handyman.co | Trusted Handyman Services", description: "Professional home repair & improvement. Fast response. Fair pricing. Call 810-333-8736"
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: {
children: React.ReactNode; children: React.ReactNode;
}>) { }) {
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en">
<ServiceWrapper> <body className={inter.className}>{children}
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `
@@ -1417,7 +1382,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -6,10 +6,10 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import { Facebook, Phone } from 'lucide-react'; import { Facebook, Phone, Star } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -132,25 +132,42 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardSix
testimonials={[ testimonials={[
{ {
id: "1", name: "John Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "John Martinez" id: "1", name: "Gina", handle: "Punctuality Champion", testimonial: "DaMan showed up exactly on time for my plumbing repair. Professional, courteous, and the work was done right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Gina - satisfied customer", icon: Star
}, },
{ {
id: "2", name: "Sarah Anderson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Sarah Anderson" id: "2", name: "Ree Ree", handle: "Communication Expert", testimonial: "Outstanding communication throughout the entire project. They kept me informed every step of the way and answered all my questions. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg?_wi=1", imageAlt: "Ree Ree - satisfied customer", icon: Star
}, },
{ {
id: "3", name: "Mike Thompson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Mike Thompson" id: "3", name: "Hussain", handle: "Value for Money", testimonial: "Best pricing I found in the area. No hidden fees, completely transparent quote, and the work quality exceeded expectations. Great value!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Hussain - satisfied customer", icon: Star
}, },
{ {
id: "4", name: "Robert Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Davis" id: "4", name: "Sotero", handle: "Quality Assured", testimonial: "The craftsmanship on my carpentry work was exceptional. Every detail was handled with care and precision. I'll definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sotero - satisfied customer", icon: Star
},
{
id: "5", name: "Gina", handle: "Punctuality Champion", testimonial: "DaMan showed up exactly on time for my plumbing repair. Professional, courteous, and the work was done right the first time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Gina - satisfied customer", icon: Star
},
{
id: "6", name: "Ree Ree", handle: "Communication Expert", testimonial: "Outstanding communication throughout the entire project. They kept me informed every step of the way and answered all my questions. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg?_wi=2", imageAlt: "Ree Ree - satisfied customer", icon: Star
},
{
id: "7", name: "Hussain", handle: "Value for Money", testimonial: "Best pricing I found in the area. No hidden fees, completely transparent quote, and the work quality exceeded expectations. Great value!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Hussain - satisfied customer", icon: Star
},
{
id: "8", name: "Sotero", handle: "Quality Assured", testimonial: "The craftsmanship on my carpentry work was exceptional. Every detail was handled with care and precision. I'll definitely call them again!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Sotero - satisfied customer", icon: Star
} }
]} ]}
cardTitle="Trusted by thousands of homeowners for reliable, professional handyman services" title="What Our Customers Say"
cardTag="See what our customers say" description="Five-star reviews from homeowners who experienced our professional handyman services"
cardAnimation="blur-reveal" tag="Testimonials"
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
speed={40}
topMarqueeDirection="left"
/> />
</div> </div>