Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d963541207 | |||
| 986ac70448 | |||
| 9deaa71505 | |||
| dadb7f9f62 | |||
| d7571cc0e4 | |||
| 4de758c4ac |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="BuildFrame"
|
||||
description="Premium door and door frame manufacturing for builders and contractors. Precision-engineered, quality-crafted solutions for residential and commercial projects."
|
||||
description="Trusted by 500+ contractors. Same-day quotes. Installation-ready frames."
|
||||
buttons={[
|
||||
{ text: "Browse Products", href: "#products" },
|
||||
{ text: "Request Quote" }
|
||||
@@ -79,15 +79,15 @@ export default function LandingPage() {
|
||||
tag="Available Now"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "BuildFrame", name: "Standard Interior Frames", price: "Starting at $145", rating: 5,
|
||||
id: "1", brand: "BuildFrame", name: "Standard Interior Frames – Budget-Friendly Choice", price: "Starting at $145", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-process-professional-tool-precision-drilling-wood_169016-52999.jpg", imageAlt: "Standard interior door frames"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "BuildFrame", name: "Premium Custom Frames", price: "Starting at $325", rating: 5,
|
||||
id: "2", brand: "BuildFrame", name: "Premium Custom Frames – Maximum Flexibility", price: "Starting at $325", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-vector/islamic-background-golden-black-colors_1017-18247.jpg", imageAlt: "Premium custom door frames"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "BuildFrame", name: "Commercial Grade Frames", price: "Starting at $450", rating: 5,
|
||||
id: "3", brand: "BuildFrame", name: "Commercial Grade Frames – Heavy-Duty Performance", price: "Starting at $450", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278582.jpg", imageAlt: "Commercial grade door frames"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user