Update src/app/page.tsx

This commit is contained in:
2026-05-09 20:13:25 +00:00
parent 2d04131411
commit 2d7bd75c77

View File

@@ -29,28 +29,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About Us",
id: "about",
},
{
name: "Projects",
id: "projects",
},
{
name: "Safety",
id: "safety",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About Us", id: "about" },
{ name: "Projects", id: "projects" },
{ name: "Safety", id: "safety" },
{ name: "Contact", id: "contact" },
]}
brandName="Jasso Framing"
button={{ text: "Request Quote", href: "#contact" }}
/>
</div>
@@ -59,38 +45,17 @@ export default function LandingPage() {
title="Professional Framing Built on Experience."
description="Delivering dependable construction support through quality workmanship, coordination, and reliable execution across Texas."
buttons={[
{
text: "View Projects",
href: "#projects",
},
{
text: "Contact Us",
href: "#contact",
},
{ text: "View Projects", href: "#projects" },
{ text: "Contact Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317321.jpg"
showDimOverlay={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/tenerife-canary-islands-spain-january-15-2024_58702-16667.jpg",
alt: "Tenerife Canary Islands Spain January 15 2024",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60877.jpg",
alt: "Close-up of Dry Golden Straw Texture",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-holding-clipboard_23-2148233720.jpg",
alt: "Medium shot portrait of construction engineer holding clipboard",
},
{
src: "http://img.b2bpic.net/free-photo/worker-works-building-site_1398-1728.jpg",
alt: "worker works at building site",
},
{
src: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124270.jpg",
alt: "Building and construction worker on the site with architect",
},
{ src: "http://img.b2bpic.net/free-photo/tenerife-canary-islands-spain-january-15-2024_58702-16667.jpg", alt: "Tenerife Canary Islands Spain January 15 2024" },
{ src: "http://img.b2bpic.net/free-photo/close-up-dry-golden-straw-texture_632498-60877.jpg", alt: "Close-up of Dry Golden Straw Texture" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-portrait-construction-engineer-holding-clipboard_23-2148233720.jpg", alt: "Medium shot portrait of construction engineer holding clipboard" },
{ src: "http://img.b2bpic.net/free-photo/worker-works-building-site_1398-1728.jpg", alt: "worker works at building site" },
{ src: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124270.jpg", alt: "Building and construction worker on the site with architect" },
]}
avatarText="Trusted by leading Texas contractors"
/>
@@ -98,7 +63,6 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="About Jasso Framing LLC"
title="Built on Reliability & Experience."
description="Jasso Framing LLC is a family-owned commercial construction partner serving Texas. We provide dependable, precision-driven framing services for general contractors and developers who value clear coordination and consistent quality."
@@ -106,6 +70,7 @@ export default function LandingPage() {
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498487.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -116,42 +81,12 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "AER South Lamar",
price: "Austin, TX",
imageSrc: "http://img.b2bpic.net/free-photo/panorama-chisinau-arena-filmed-drone-sunset-moldova_1268-16014.jpg",
},
{
id: "p2",
name: "RiverBreeze",
price: "San Antonio, TX",
imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15652.jpg",
},
{
id: "p3",
name: "Metropolitano",
price: "Austin, TX",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692407.jpg",
},
{
id: "p4",
name: "Menger Springs",
price: "Boerne, TX",
imageSrc: "http://img.b2bpic.net/free-photo/buchberg-tower-lower-austria_181624-30220.jpg",
},
{
id: "p5",
name: "Compass Pointe",
price: "Pueblo, CO",
imageSrc: "http://img.b2bpic.net/free-photo/construction-work-site_1398-2982.jpg",
},
{
id: "p6",
name: "Jasso Framing Facility",
price: "Texas Division",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-construction-site_23-2148751970.jpg",
},
{ id: "p1", name: "AER South Lamar", price: "Austin, TX", imageSrc: "http://img.b2bpic.net/free-photo/panorama-chisinau-arena-filmed-drone-sunset-moldova_1268-16014.jpg" },
{ id: "p2", name: "RiverBreeze", price: "San Antonio, TX", imageSrc: "http://img.b2bpic.net/free-photo/collaboration-two-carpenters-building_329181-15652.jpg" },
{ id: "p3", name: "Metropolitano", price: "Austin, TX", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-modern-styled-entryway_23-2150692407.jpg" },
{ id: "p4", name: "Menger Springs", price: "Boerne, TX", imageSrc: "http://img.b2bpic.net/free-photo/buchberg-tower-lower-austria_181624-30220.jpg" },
{ id: "p5", name: "Compass Pointe", price: "Pueblo, CO", imageSrc: "http://img.b2bpic.net/free-photo/construction-work-site_1398-2982.jpg" },
{ id: "p6", name: "Jasso Framing Facility", price: "Texas Division", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-construction-site_23-2148751970.jpg" },
]}
title="Our Project Portfolio"
description="Trusted by Texas developers and general contractors for large-scale framing precision."
@@ -165,35 +100,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
title: "Safety Culture",
author: "Proactive standards",
description: "Rigorous internal safety training for every crew member.",
tags: [
"Safety First",
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-reading-from-clipboard_23-2148763830.jpg",
},
id: "s1", title: "Safety Culture", author: "Proactive standards", description: "Rigorous internal safety training for every crew member.", tags: ["Safety First"],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-business-man-reading-from-clipboard_23-2148763830.jpg"},
{
id: "s2",
title: "Jobsite Coordination",
author: "Reliable execution",
description: "Streamlined site management for maximum efficiency.",
tags: [
"Reliable",
],
imageSrc: "http://img.b2bpic.net/free-photo/jolly-staff-members-pitching-investment-strategy-manager_482257-123599.jpg",
},
id: "s2", title: "Jobsite Coordination", author: "Reliable execution", description: "Streamlined site management for maximum efficiency.", tags: ["Reliable"],
imageSrc: "http://img.b2bpic.net/free-photo/jolly-staff-members-pitching-investment-strategy-manager_482257-123599.jpg"},
{
id: "s3",
title: "Project Professionalism",
author: "Client satisfaction",
description: "Clear communication and disciplined site conduct.",
tags: [
"Execution",
],
imageSrc: "http://img.b2bpic.net/free-photo/crop-draftsmen-pointing-blueprints_23-2147785496.jpg",
},
id: "s3", title: "Project Professionalism", author: "Client satisfaction", description: "Clear communication and disciplined site conduct.", tags: ["Execution"],
imageSrc: "http://img.b2bpic.net/free-photo/crop-draftsmen-pointing-blueprints_23-2147785496.jpg"},
]}
title="Commitment to Jobsite Safety."
description="Excellence in construction requires a culture of safety. We ensure every jobsite is maintained with the highest standards of professional protocol, coordination, and team discipline."
@@ -203,9 +117,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Request Information"
description="Ready to discuss your project requirements? Get in touch with our team for reliable framing coordination and execution."
@@ -220,37 +132,17 @@ export default function LandingPage() {
logoText="Jasso Framing LLC"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Projects",
href: "#projects",
},
{
label: "Contact",
href: "#contact",
},
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Projects", href: "#projects" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Services",
items: [
{
label: "Commercial Framing",
href: "#",
},
{
label: "Site Safety",
href: "#safety",
},
{
label: "Contractor Solutions",
href: "#",
},
title: "Services", items: [
{ label: "Commercial Framing", href: "#" },
{ label: "Site Safety", href: "#safety" },
{ label: "Contractor Solutions", href: "#" },
],
},
]}