7 Commits

Author SHA1 Message Date
5c309cf318 Update src/app/page.tsx 2026-06-03 14:52:23 +00:00
dade8c35a4 Remove watermark 2026-06-03 14:04:58 +00:00
eef8d37713 Update src/app/page.tsx 2026-06-02 17:54:44 +00:00
387c9cfcbb Merge version_3 into main
Merge version_3 into main
2026-06-02 17:52:09 +00:00
fcfce655e5 Update src/app/page.tsx 2026-06-02 17:52:06 +00:00
958eeeb510 Merge version_2 into main
Merge version_2 into main
2026-06-02 17:42:31 +00:00
be5a6165f9 Merge version_2 into main
Merge version_2 into main
2026-06-02 17:42:02 +00:00
2 changed files with 22 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Lato } from "next/font/google";
@@ -52,7 +51,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
{
text: "Get Your Free Flooring Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-living-room_1203-2344.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EaU7z1YR1G2bja576OZ0wd1siV/uploaded-1780498263800-t2u07fsn.webp"
imageAlt="Luxury hardwood floor installation"
/>
</div>
@@ -76,7 +76,7 @@ export default function LandingPage() {
description="For two decades, Stevenson's Hardwood Floors has been synonymous with unparalleled quality and dedicated service. We are a Better Business Bureau accredited business with an A+ rating on HomeAdvisor, reflecting our commitment to excellence and high customer satisfaction. We combine traditional craftsmanship with modern techniques to deliver stunning and durable flooring solutions for every space."
metrics={[
{
value: "20+", title: "Years Experience"},
value: "30+", title: "Years Experience"},
{
value: "500+", title: "Projects Completed"},
{
@@ -177,6 +177,24 @@ export default function LandingPage() {
{
id: "t5", name: "Jessica L.", role: "Restaurant Owner", company: "Arlington, VA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-barber-wearing-glasses-wavy-hair-band-uniform-holding-chat-bubble-pointing-with-hand-it-isolated-crimson-background_141793-31823.jpg", imageAlt: "Jessica L. Testimonial"},
{
id: "t6", name: "John D.", role: "Small Business Owner", company: "Herndon, VA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-city-man-people-walking_1150-13768.jpg", imageAlt: "John D. Testimonial"},
{
id: "t7", name: "Maria P.", role: "Home Renovator", company: "Centreville, VA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-entrepreneur-smiling-against-brick-wall_1157-19416.jpg", imageAlt: "Maria P. Testimonial"},
{
id: "t8", name: "Robert H.", role: "Homeowner", company: "Vienna, VA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-man-standing-against-white-wall_23-2148240502.jpg", imageAlt: "Robert H. Testimonial"},
{
id: "t9", name: "Laura S.", role: "Realtor", company: "Ashburn, VA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-holding-paper-coffee-cup-wearing-glasses-denim-jacket-smiling_176420-13175.jpg", imageAlt: "Laura S. Testimonial"},
{
id: "t10", name: "James B.", role: "Commercial Client", company: "Chantilly, VA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-successful-businessman-suit_171337-19419.jpg", imageAlt: "James B. Testimonial"},
{
id: "t11", name: "Olivia M.", role: "Resident", company: "Great Falls, VA", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-with-curly-hair_23-2147986047.jpg", imageAlt: "Olivia M. Testimonial"}
]}
title="What Our Clients Say"
description="Hear directly from homeowners and businesses who have transformed their spaces with Stevenson's Hardwood Floors. Your satisfaction is our top priority."
@@ -295,4 +313,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}