9 Commits

Author SHA1 Message Date
14fca7f222 Update src/app/page.tsx 2026-06-13 01:42:57 +00:00
26f790cb4a Update src/app/page.tsx 2026-06-13 01:26:47 +00:00
7c77b83a20 Merge version_3 into main
Merge version_3 into main
2026-06-13 01:24:31 +00:00
29e9790305 Update src/app/styles/variables.css 2026-06-13 01:24:27 +00:00
60d1178397 Merge version_2 into main
Merge version_2 into main
2026-06-13 01:21:59 +00:00
d500877bc7 Update src/app/page.tsx 2026-06-13 01:21:53 +00:00
4fd0ebe28a Merge version_2 into main
Merge version_2 into main
2026-06-13 01:21:27 +00:00
35ac8f4626 Update src/app/page.tsx 2026-06-13 01:21:24 +00:00
cc258cb4e0 Update src/app/layout.tsx 2026-06-13 01:21:23 +00:00
3 changed files with 73 additions and 212 deletions

View File

@@ -11,8 +11,8 @@ import { Inter_Tight } from "next/font/google";
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'GRM Flooring LLC | Premium Flooring Solutions in Eden Prairie MN', title: 'GRM Flooring LLC | Discover Unrivaled Elegance for Your Home',
description: 'GRM Flooring LLC offers expert hardwood, laminate, carpet, and custom flooring installation services in Eden Prairie, MN. Request a free quote today!', description: 'Transform your space with GRM Flooring LLC\'s bespoke hardwood, laminate, LVP, and carpet solutions in Eden Prairie, MN. Request a free quote today for lasting beauty.',
keywords: ["flooring, hardwood, laminate, carpet, LVP, vinyl plank, installation, contractor, Eden Prairie, Minnesota, GRM Flooring"], keywords: ["flooring, hardwood, laminate, carpet, LVP, vinyl plank, installation, contractor, Eden Prairie, Minnesota, GRM Flooring"],
openGraph: { openGraph: {
"title": "GRM Flooring LLC | Premium Flooring Solutions", "title": "GRM Flooring LLC | Premium Flooring Solutions",

View File

@@ -31,29 +31,17 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#home"},
id: "#home",
},
{ {
name: "Services", name: "Services", id: "#services"},
id: "#services",
},
{ {
name: "About Us", name: "About Us", id: "#about"},
id: "#about",
},
{ {
name: "Testimonials", name: "Testimonials", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "FAQ", name: "FAQ", id: "#faq"},
id: "#faq",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
brandName="GRM Flooring LLC" brandName="GRM Flooring LLC"
/> />
@@ -62,41 +50,24 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}} title="Discover Unrivaled Elegance"
title="Premium Flooring Solutions in Eden Prairie MN" description="Transform your space with bespoke hardwood, laminate, and carpet solutions, meticulously crafted for lasting beauty and unparalleled quality."
description="Transform your home or business with exquisite hardwood, laminate, carpet, and custom flooring installations. Experience unparalleled quality and service with GRM Flooring LLC."
buttons={[ buttons={[
{ {
text: "Request a Free Quote", text: "Explore Services", href: "#services"},
href: "#contact",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528549.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781314973510-g5ph7hk3.jpg", imageAlt: "Abstract blue and purple gradient background"},
imageAlt: "Luxurious dark hardwood floor in a modern interior",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-phone-standing-office-desk_23-2147668760.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983055-0uj3z2ai.png", imageAlt: "Soft green and yellow gradient waves"},
imageAlt: "Spacious room with newly installed hardwood flooring",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sport-composition_23-2149006369.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983055-yjz86f9g.png", imageAlt: "Dynamic purple and pink gradient blend"},
imageAlt: "Abstract wooden floor patterns showing luxury finish",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349286.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983056-e625abyk.png", imageAlt: "Smooth blue and teal color transition"},
imageAlt: "Seamless wood floor texture in a professional setting",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/adult-couple-hugging-sheet-floor_23-2148114012.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313983056-z9ob7d5z.png", imageAlt: "Light blue and white abstract gradient"}
imageAlt: "Luxury dark hardwood floor in an empty space",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-textures_74190-6118.jpg",
imageAlt: "Contemporary dark flooring in a home renovation",
},
]} ]}
/> />
</div> </div>
@@ -104,24 +75,18 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Your Trusted Local Flooring Contractor" title="Crafting Exceptional Spaces with GRM Flooring LLC"
description="As a trusted local flooring contractor, GRM Flooring LLC proudly serves Eden Prairie and surrounding Minnesota areas. With years of expertise, we're dedicated to transforming homes and businesses with unparalleled craftsmanship and superior flooring solutions. We believe in quality work, clear communication, and customer satisfaction above all else." description="At GRM Flooring LLC, we believe that exceptional flooring is the foundation of a beautiful space. With a commitment to unparalleled craftsmanship and customer satisfaction, we bring over 15 years of expertise to every project, ensuring your vision comes to life with precision and style."
metrics={[ metrics={[
{ {
value: "15+", value: "15+", title: "Years Experience"},
title: "Years Experience",
},
{ {
value: "500+", value: "500+", title: "Projects Completed"},
title: "Projects Completed",
},
{ {
value: "99%", value: "99%", title: "Client Satisfaction"},
title: "Client Satisfaction",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/young-man-looking-smartphone-holding-cup-while-his-friend-working-kitchen_23-2148195243.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632008-hrnheifw.png?_wi=2"
imageAlt="Skilled flooring contractor installing hardwood floor" imageAlt="Room interior with wood floor and furniture"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -134,40 +99,16 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
id: "hardwood", id: "hardwood", title: "Hardwood Flooring", description: "Experience timeless beauty and durability with our premium hardwood flooring options. Available in various species and finishes.", tag: "Classic Choice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632009-tn0j13f3.png?_wi=2", imageAlt: "Detailed wood texture"},
title: "Hardwood Flooring",
description: "Timeless elegance and durability, available in various wood species, finishes, and plank sizes to match your aesthetic.",
tag: "Classic Choice",
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15459.jpg",
imageAlt: "Elegant hardwood floor installation",
},
{ {
id: "laminate", id: "laminate", title: "Laminate Flooring", description: "Achieve the look of real wood or stone with our durable and cost-effective laminate flooring, ideal for high-traffic areas.", tag: "Durable & Stylish", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632009-wuqrv7ta.png?_wi=2", imageAlt: "Modern wood planks"},
title: "Laminate Flooring",
description: "An affordable and resilient option that mimics the look of natural wood or stone, perfect for high-traffic areas and busy households.",
tag: "Durable & Stylish",
imageSrc: "http://img.b2bpic.net/free-photo/light-wooden-flooring-textured-background_53876-90149.jpg",
imageAlt: "Modern laminate flooring texture",
},
{ {
id: "carpet", id: "lvp", title: "Luxury Vinyl Plank (LVP)", description: "Versatile, waterproof, and stylish LVP offers the aesthetic of wood or tile with exceptional resilience for any room.", tag: "Modern Durability", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632009-z1a9eonm.png?_wi=2", imageAlt: "Clean modern floor"},
title: "Carpet Installation",
description: "Add warmth, comfort, and noise reduction with our selection of luxurious carpets, available in diverse colors, textures, and patterns.",
tag: "Comfort & Warmth",
imageSrc: "http://img.b2bpic.net/free-photo/stone-rock-background-texture_1194-612650.jpg",
imageAlt: "Plush soft carpet flooring",
},
{ {
id: "other", id: "custom", title: "Custom Design & Installation", description: "Beyond standard options, we provide custom solutions, including specialized patterns, borders, and unique material combinations.", tag: "Bespoke Creations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F3oJ3atlK4SeozHzFE4aSVGYTk/uploaded-1781313632008-hrnheifw.png?_wi=3", imageAlt: "Various flooring samples display"},
title: "Other Flooring Solutions",
description: "From luxury vinyl planks (LVP) to tile and specialty options, we offer bespoke solutions to meet any design preference or functional need.",
tag: "Custom Options",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418574.jpg",
imageAlt: "Various flooring samples display",
},
]} ]}
title="Our Comprehensive Flooring Services" title="Our Specialized Flooring Services"
description="Explore our wide range of flooring options, meticulously installed for lasting beauty, durability, and value. We handle everything from classic hardwood to modern laminate and plush carpets." description="From classic hardwood to modern luxury vinyl, our comprehensive range of services ensures a perfect solution for every style and need."
/> />
</div> </div>
@@ -178,67 +119,31 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Eden Prairie", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-senior-with-headphones_23-2148362776.jpg", imageAlt: "Sarah Johnson"},
role: "Homeowner",
company: "Eden Prairie",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-senior-with-headphones_23-2148362776.jpg",
imageAlt: "Sarah Johnson",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "Business Owner", company: "Minnetonka", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162640.jpg", imageAlt: "Michael Chen"},
role: "Business Owner",
company: "Minnetonka",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162640.jpg",
imageAlt: "Michael Chen",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Residential Client", company: "Chanhassen", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg", imageAlt: "Emily Rodriguez"},
role: "Residential Client",
company: "Chanhassen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-lawyer-with-crossed-arms_23-2148230781.jpg",
imageAlt: "Emily Rodriguez",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Commercial Project Manager", company: "Bloomington", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageAlt: "David Kim"},
role: "Commercial Project Manager",
company: "Bloomington",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg",
imageAlt: "David Kim",
},
{ {
id: "5", id: "5", name: "Jessica Lee", role: "Property Manager", company: "Minneapolis", rating: 5,
name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-father-with-daughter_23-2147800125.jpg", imageAlt: "Jessica Lee"},
role: "Property Manager",
company: "Minneapolis",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-father-with-daughter_23-2147800125.jpg",
imageAlt: "Jessica Lee",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "5 Stars", value: "5 Stars", label: "Average Rating"},
label: "Average Rating",
},
{ {
value: "100%", value: "100%", label: "Project Completion"},
label: "Project Completion",
},
{ {
value: "20+", value: "20+", label: "Years in Business"},
label: "Years in Business",
},
]} ]}
title="What Our Clients Say" title="What Our Valued Clients Say"
description="Hear directly from homeowners and businesses who have experienced the GRM Flooring LLC difference. Our commitment to excellence shines through in every project." description="Our commitment to quality shines through in every project. Read testimonials from satisfied homeowners and businesses."
/> />
</div> </div>
@@ -247,14 +152,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Houzz", "Houzz", "Angie", "BBB", "National Flooring Limited", "Certified Flooring Installers", "NWFA", "WFCA"]}
"Angie",
"BBB",
"National Flooring Limited",
"Certified Flooring Installers",
"NWFA",
"WFCA",
]}
title="Trusted by Leading Brands & Organizations" title="Trusted by Leading Brands & Organizations"
description="Our commitment to quality and service has earned the trust of countless homeowners and businesses across Eden Prairie and beyond. We adhere to industry best practices and certifications." description="Our commitment to quality and service has earned the trust of countless homeowners and businesses across Eden Prairie and beyond. We adhere to industry best practices and certifications."
/> />
@@ -266,30 +164,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What types of flooring do you specialize in?", content: "GRM Flooring LLC specializes in a wide range of flooring types including hardwood, laminate, luxury vinyl plank (LVP), and custom tile installations. We help you choose the best option for your home or business."},
title: "What types of flooring do you specialize in?",
content: "GRM Flooring LLC specializes in a wide range of flooring types including hardwood, laminate, carpet, luxury vinyl plank (LVP), and custom tile installations. We help you choose the best option for your home or business.",
},
{ {
id: "2", id: "2", title: "How long does a typical flooring installation take?", content: "The duration of an installation varies depending on the type of flooring, the size of the area, and specific project requirements. We provide a detailed timeline during your initial consultation and keep you informed throughout the process."},
title: "How long does a typical flooring installation take?",
content: "The duration of an installation varies depending on the type of flooring, the size of the area, and specific project requirements. We provide a detailed timeline during your initial consultation and keep you informed throughout the process.",
},
{ {
id: "3", id: "3", title: "Do you offer free estimates or consultations?", content: "Yes, we offer complimentary, no-obligation consultations and free estimates for all potential projects. Contact us today to schedule an appointment at your convenience."},
title: "Do you offer free estimates or consultations?",
content: "Yes, we offer complimentary, no-obligation consultations and free estimates for all potential projects. Contact us today to schedule an appointment at your convenience.",
},
{ {
id: "4", id: "4", title: "What areas do you serve?", content: "GRM Flooring LLC proudly serves Eden Prairie, Minnetonka, Chanhassen, Bloomington, Minneapolis, and all surrounding areas in Minnesota. Please reach out to confirm service availability in your specific location."},
title: "What areas do you serve?",
content: "GRM Flooring LLC proudly serves Eden Prairie, Minnetonka, Chanhassen, Bloomington, Minneapolis, and all surrounding areas in Minnesota. Please reach out to confirm service availability in your specific location.",
},
{ {
id: "5", id: "5", title: "How should I prepare my home for installation?", content: "We recommend clearing the installation area of all furniture and personal belongings. Our team can provide specific preparation guidelines during your consultation to ensure a smooth and efficient installation day."},
title: "How should I prepare my home for installation?",
content: "We recommend clearing the installation area of all furniture and personal belongings. Our team can provide specific preparation guidelines during your consultation to ensure a smooth and efficient installation day.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Find answers to common questions about our flooring services, installation process, maintenance, and what to expect when working with GRM Flooring LLC." description="Find answers to common questions about our flooring services, installation process, maintenance, and what to expect when working with GRM Flooring LLC."
@@ -301,19 +184,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}} tag="Connect with Us"
tag="Get a Free Estimate" title="Your Dream Floors Are Just a Call Away"
title="Ready to Transform Your Floors?" description="Ready to enhance your home or business with premium flooring? Reach out today for a free consultation and personalized quote. Fill out the form below or reach us directly.\n\nPhone: (612) 990-7691\nAddress: 18423 Schroers Farm Rd, Eden Prairie MN 55347"
description="Contact GRM Flooring LLC today for a complimentary consultation and quote. We're here to answer all your questions and help you choose the perfect flooring solution. Fill out the form below or reach us directly.\n\nPhone: (612) 990-7691\nAddress: 18423 Schroers Farm Rd, Eden Prairie MN 55347"
buttons={[ buttons={[
{ {
text: "Request a Quote", text: "Request a Quote"},
},
{ {
text: "Call Us", text: "Call Us", href: "tel:+16129907691"},
href: "tel:+16129907691",
},
]} ]}
/> />
</div> </div>
@@ -324,49 +203,31 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "#home"},
href: "#home",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Testimonials", label: "Testimonials", href: "#testimonials"},
href: "#testimonials",
},
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Phone: (612) 990-7691", label: "Phone: (612) 990-7691", href: "tel:+16129907691"},
href: "tel:+16129907691",
},
{ {
label: "Address: 18423 Schroers Farm Rd", label: "Address: 18423 Schroers Farm Rd", href: "https://www.google.com/maps/search/18423+Schroers+Farm+Rd+Eden+Prairie+MN+55347"},
href: "https://www.google.com/maps/search/18423+Schroers+Farm+Rd+Eden+Prairie+MN+55347",
},
{ {
label: "Eden Prairie, MN 55347", label: "Eden Prairie, MN 55347", href: "https://www.google.com/maps/search/18423+Schroers+Farm+Rd+Eden+Prairie+MN+55347"},
href: "https://www.google.com/maps/search/18423+Schroers+Farm+Rd+Eden+Prairie+MN+55347",
},
], ],
}, },
]} ]}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #f5f4f0;
--card: #1a1a1a; --card: #ffffff;
--foreground: #f5f5f5; --foreground: #1a1a1a;
--primary-cta: #ffdf7d; --primary-cta: #2c2c2c;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a; --secondary-cta: #f5f4f0;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #b8860b; --accent: #8a8a8a;
--background-accent: #8b6914; --background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);