Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
logoAlt="Stevenson's Hardwood Floors Logo"
|
||||
brandName="Stevenson's Hardwood Floors"
|
||||
button={{
|
||||
text: "Get A Quote", href: "#contact"}}
|
||||
text: "Call Now (336) 429-7774", href: "tel:+13364297774"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f3", title: "Laminate & Vinyl Flooring Installation", descriptions: [
|
||||
"Specializing in the expert installation of modern laminate and durable vinyl flooring, providing versatile and cost-effective solutions for any space."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-chair_23-2150062402.jpg", imageAlt: "Variety of wood species samples"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restoring-wooden-chair_23-2150062402.jpg", imageAlt: "Laminate & Vinyl Flooring Installation"},
|
||||
{
|
||||
id: "f4", title: "All Flooring Repairs", descriptions: [
|
||||
"Comprehensive repair services for all types of flooring, from minor scratches and dents to significant damage, restoring the integrity and appearance of your floors."],
|
||||
@@ -117,10 +117,15 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f6", title: "Tile Installation", descriptions: [
|
||||
"Professional tile installation services for kitchens, bathrooms, and other areas, offering a wide selection of materials and expert craftsmanship for a perfect finish."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418527.jpg?_wi=1", imageAlt: "Tile installation service"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418527.jpg?_wi=1", imageAlt: "Tile installation service"}
|
||||
]}
|
||||
title="Our Comprehensive Flooring Services"
|
||||
description="From selection to installation and beyond, Stevenson's offers a full suite of services to ensure your floors are beautiful, durable, and perfectly suited to your needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Estimate", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -152,6 +157,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Our Gallery: Hardwood Transformations"
|
||||
description="Explore a selection of our recently completed residential and commercial projects, showcasing the beauty and versatility of Stevenson's Hardwood Floors."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Project Estimate", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,6 +208,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Free Estimate", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -222,6 +237,11 @@ export default function LandingPage() {
|
||||
title="Common Questions About Hardwood"
|
||||
description="Get answers to frequently asked questions about hardwood flooring, from wood species and maintenance to installation and pricing. We proudly serve Arlington, Elkin, Jonesville, Pleasant Hill, Ronda, and State Road. We're here to help you make informed decisions."
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Free Estimate", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -233,6 +253,11 @@ export default function LandingPage() {
|
||||
"BBB Accredited Business", "A+ Rating HomeAdvisor", "Elite Service HomeAdvisor Professional"]}
|
||||
title="Recognized for Excellence: Our Accreditations"
|
||||
description="Stevenson's Hardwood Floors is proud to be a Better Business Bureau accredited business with high customer satisfaction, including an A+ Rating and Elite Service recognition from HomeAdvisor. We are committed to delivering trusted, professional service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact for Free Quote", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-lato), sans-serif;
|
||||
font-family: var(--font-libre-baskerville), serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #6139e6;
|
||||
--background-accent: #b3a8e8;
|
||||
--background: #F5F5F5;
|
||||
--card: #FFFFFF;
|
||||
--foreground: #3B2A1D;
|
||||
--primary-cta: #8B5A2B;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #C8A45D;
|
||||
--secondary-cta-text: #3B2A1D;
|
||||
--accent: #C8A45D;
|
||||
--background-accent: #8B5A2B;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user