Update src/app/page.tsx
This commit is contained in:
147
src/app/page.tsx
147
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Capabilities",
|
||||
id: "#capabilities",
|
||||
},
|
||||
name: "Capabilities", id: "#capabilities"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Ratliff Steel"
|
||||
/>
|
||||
@@ -58,35 +50,25 @@ export default function LandingPage() {
|
||||
description="Ratliff Steel Company provides premium-grade steel and expert fabrication services. No project is too small, and our history of excellence is at your service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-high-end-cinematic-shot-of-raw-steel-b-1776890984528-0ae73f35.png"
|
||||
imageAlt="Industrial steel warehouse interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-portrait-of-a-constructio-1776891026450-38f663cb.png",
|
||||
alt: "Collin Oelkers portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-portrait-of-a-constructio-1776891026450-38f663cb.png", alt: "Collin Oelkers portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-confident-general-contractor-wearing-a-1776891038384-c21cabe9.png",
|
||||
alt: "Joe Thacker portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-confident-general-contractor-wearing-a-1776891038384-c21cabe9.png", alt: "Joe Thacker portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-successful-business-owner-in-an-indust-1776891048398-be9e112b.png",
|
||||
alt: "Cornelio Banda Jr portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-successful-business-owner-in-an-indust-1776891048398-be9e112b.png", alt: "Cornelio Banda Jr portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-satisfied-industrial-project-foreman-s-1776891056980-5222b225.png",
|
||||
alt: "Judy Halamicek portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-satisfied-industrial-project-foreman-s-1776891056980-5222b225.png", alt: "Judy Halamicek portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-architect-reviewing-build-1776891065762-31937302.png",
|
||||
alt: "Barry Denton portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-architect-reviewing-build-1776891065762-31937302.png", alt: "Barry Denton portrait"},
|
||||
]}
|
||||
avatarText="Trusted by industry professionals"
|
||||
titleClassName="text-white"
|
||||
descriptionClassName="text-slate-200"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,19 +90,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Custom Fabrication",
|
||||
description: "Anything you need, we have it or can custom fabricate it to your exact specifications.",
|
||||
},
|
||||
title: "Custom Fabrication", description: "Anything you need, we have it or can custom fabricate it to your exact specifications."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "No Minimums",
|
||||
description: "Fair pricing for everyone, with no minimum order size requirements for any job.",
|
||||
},
|
||||
title: "No Minimums", description: "Fair pricing for everyone, with no minimum order size requirements for any job."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Family Owned",
|
||||
description: "Rooted in our community with a professional, helpful crew that cares about your results.",
|
||||
},
|
||||
title: "Family Owned", description: "Rooted in our community with a professional, helpful crew that cares about your results."},
|
||||
]}
|
||||
title="Industrial Capabilities"
|
||||
description="From custom fabrication to individual stock orders, our crew works hard so you don't have to."
|
||||
@@ -134,34 +110,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Deep expertise",
|
||||
"Reliable sourcing",
|
||||
"Trusted quality",
|
||||
],
|
||||
id: "m1", value: "20+", title: "Years Experience", items: [
|
||||
"Deep expertise", "Reliable sourcing", "Trusted quality"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Quality Assured",
|
||||
items: [
|
||||
"Professional fabrication",
|
||||
"Rigorous standards",
|
||||
"Customer satisfaction",
|
||||
],
|
||||
id: "m2", value: "100%", title: "Quality Assured", items: [
|
||||
"Professional fabrication", "Rigorous standards", "Customer satisfaction"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5/5",
|
||||
title: "Customer Rating",
|
||||
items: [
|
||||
"Highly recommended",
|
||||
"Fair prices",
|
||||
"Exceptional service",
|
||||
],
|
||||
id: "m3", value: "5/5", title: "Customer Rating", items: [
|
||||
"Highly recommended", "Fair prices", "Exceptional service"],
|
||||
},
|
||||
]}
|
||||
title="Performance Standards"
|
||||
@@ -176,40 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Collin Oelkers",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Fair prices, and no minimum order size. Family owned and in a really awesome historic building!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-portrait-of-a-constructio-1776891026450-38f663cb.png",
|
||||
},
|
||||
id: "t1", name: "Collin Oelkers", handle: "Local Guide", testimonial: "Fair prices, and no minimum order size. Family owned and in a really awesome historic building!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-portrait-of-a-constructio-1776891026450-38f663cb.png"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Joe Thacker",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Great people, prices seem fair! Service was great!",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-confident-general-contractor-wearing-a-1776891038384-c21cabe9.png",
|
||||
},
|
||||
id: "t2", name: "Joe Thacker", handle: "Local Guide", testimonial: "Great people, prices seem fair! Service was great!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-confident-general-contractor-wearing-a-1776891038384-c21cabe9.png"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Cornelio Banda Jr",
|
||||
handle: "Contractor",
|
||||
testimonial: "Great people and solid steel. Prices can't go wrong.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-successful-business-owner-in-an-indust-1776891048398-be9e112b.png",
|
||||
},
|
||||
id: "t3", name: "Cornelio Banda Jr", handle: "Contractor", testimonial: "Great people and solid steel. Prices can't go wrong.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-successful-business-owner-in-an-indust-1776891048398-be9e112b.png"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Judy Halamicek",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Anything you need they will have or fabricate. Highly recommended.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-satisfied-industrial-project-foreman-s-1776891056980-5222b225.png",
|
||||
},
|
||||
id: "t4", name: "Judy Halamicek", handle: "Local Guide", testimonial: "Anything you need they will have or fabricate. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-satisfied-industrial-project-foreman-s-1776891056980-5222b225.png"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Barry Denton",
|
||||
handle: "Client",
|
||||
testimonial: "Professional and they care about helping you. Always a pleasure.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-architect-reviewing-build-1776891065762-31937302.png",
|
||||
},
|
||||
id: "t5", name: "Barry Denton", handle: "Client", testimonial: "Professional and they care about helping you. Always a pleasure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUS39aW8jA7xGo2A1DbxFHKO2Z/a-professional-architect-reviewing-build-1776891065762-31937302.png"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Don't just take our word for it — hear what our partners and clients say about us."
|
||||
@@ -222,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you have order minimums?",
|
||||
content: "No, we believe in supporting every job, so we maintain no minimum order sizes.",
|
||||
},
|
||||
id: "f1", title: "Do you have order minimums?", content: "No, we believe in supporting every job, so we maintain no minimum order sizes."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can you fabricate custom parts?",
|
||||
content: "Absolutely. Our shop is equipped for a wide variety of custom fabrication needs.",
|
||||
},
|
||||
id: "f2", title: "Can you fabricate custom parts?", content: "Absolutely. Our shop is equipped for a wide variety of custom fabrication needs."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Why is your building historic?",
|
||||
content: "We operate out of an awesome, long-standing historic building that reflects our commitment to local roots.",
|
||||
},
|
||||
id: "f3", title: "Why is your building historic?", content: "We operate out of an awesome, long-standing historic building that reflects our commitment to local roots."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about partnering with Ratliff Steel Company."
|
||||
@@ -247,8 +171,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Get in touch"
|
||||
title="Start Your Project"
|
||||
description="Ready to get to work? Contact us today for a quote or to discuss your steel requirements."
|
||||
@@ -259,16 +182,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Ratliff Steel Company, LLC"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user