Update src/app/page.tsx
This commit is contained in:
243
src/app/page.tsx
243
src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Products", id: "#products" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="USRC Warehouse"
|
||||
/>
|
||||
@@ -51,21 +42,10 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
logoText="USRC Warehouse"
|
||||
description="United States Roofing Corporation - Leading the future of industrial roofing logistics and high-grade materials."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Catalog", href: "#products" }, { text: "Contact Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-house-fire_23-2151121011.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -85,27 +65,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Speed",
|
||||
title: "Rapid Delivery",
|
||||
subtitle: "Always on time.",
|
||||
description: "Our nationwide distribution network guarantees delivery when you need it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-clipboard-checking-list_1156-305.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Safety",
|
||||
title: "Certified Standards",
|
||||
subtitle: "Quality assured.",
|
||||
description: "Every product meets rigorous industry safety and durability standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921422.jpg",
|
||||
},
|
||||
{
|
||||
tag: "Expertise",
|
||||
title: "Technical Guidance",
|
||||
subtitle: "Roofing pros.",
|
||||
description: "Get deep product insights and expert advice for complex projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-iron-tin-fence-lined-background-metal-texture_158595-6441.jpg",
|
||||
},
|
||||
{ tag: "Speed", title: "Rapid Delivery", subtitle: "Always on time.", description: "Our nationwide distribution network guarantees delivery when you need it.", imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-clipboard-checking-list_1156-305.jpg" },
|
||||
{ tag: "Safety", title: "Certified Standards", subtitle: "Quality assured.", description: "Every product meets rigorous industry safety and durability standards.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921422.jpg" },
|
||||
{ tag: "Expertise", title: "Technical Guidance", subtitle: "Roofing pros.", description: "Get deep product insights and expert advice for complex projects.", imageSrc: "http://img.b2bpic.net/free-photo/black-iron-tin-fence-lined-background-metal-texture_158595-6441.jpg" },
|
||||
]}
|
||||
title="Warehouse Advantages"
|
||||
description="Leveraging state-of-the-art logistics and premium material sourcing for every job."
|
||||
@@ -119,42 +81,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "High-Durability Panel",
|
||||
price: "$450.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13116.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Roofing Membrane",
|
||||
price: "$120.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beer-kegs_1398-2540.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Solar Roofing Tile",
|
||||
price: "$890.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Gutter System",
|
||||
price: "$210.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumber-tubes-water-isolated-white-background_93675-131044.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Industrial Insulation",
|
||||
price: "$150.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/acoustic-foam-studio_1381-18.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Heavy-Duty Fastener Kit",
|
||||
price: "$55.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg",
|
||||
},
|
||||
{ id: "p1", name: "High-Durability Panel", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13116.jpg" },
|
||||
{ id: "p2", name: "Roofing Membrane", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/beer-kegs_1398-2540.jpg" },
|
||||
{ id: "p3", name: "Solar Roofing Tile", price: "$890.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-roof-house-made-wooden-tiles_169016-25417.jpg" },
|
||||
{ id: "p4", name: "Gutter System", price: "$210.00", imageSrc: "http://img.b2bpic.net/free-photo/plumber-tubes-water-isolated-white-background_93675-131044.jpg" },
|
||||
{ id: "p5", name: "Industrial Insulation", price: "$150.00", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-foam-studio_1381-18.jpg" },
|
||||
{ id: "p6", name: "Heavy-Duty Fastener Kit", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg" },
|
||||
]}
|
||||
title="Industrial Catalog"
|
||||
description="Browse our complete range of professional-grade roofing hardware and supplies."
|
||||
@@ -168,21 +100,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1.2M+",
|
||||
description: "Panels Distributed",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Active Projects",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.9%",
|
||||
description: "On-time Delivery",
|
||||
},
|
||||
{ id: "m1", value: "1.2M+", description: "Panels Distributed" },
|
||||
{ id: "m2", value: "500+", description: "Active Projects" },
|
||||
{ id: "m3", value: "99.9%", description: "On-time Delivery" },
|
||||
]}
|
||||
title="Proven Reliability"
|
||||
description="Data-driven performance metrics for industrial clients."
|
||||
@@ -191,27 +111,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex Rivers",
|
||||
role: "Logistics Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-latin-man-architect-smiling-confident-standing-with-arms-crossed-gesture-street_839833-2747.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah Chen",
|
||||
role: "Lead Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gesturing-ok-handsome-middle-aged-businessman-architect-construction-helmet-handsome-mature-head-construction-black-suit-architect-concept_549566-1039.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marcus Thorne",
|
||||
role: "Director of Supply",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex Rivers", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-latin-man-architect-smiling-confident-standing-with-arms-crossed-gesture-street_839833-2747.jpg" },
|
||||
{ id: "t2", name: "Sarah Chen", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/gesturing-ok-handsome-middle-aged-businessman-architect-construction-helmet-handsome-mature-head-construction-black-suit-architect-concept_549566-1039.jpg" },
|
||||
{ id: "t3", name: "Marcus Thorne", role: "Director of Supply", imageSrc: "http://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg" },
|
||||
]}
|
||||
title="Meet The Experts"
|
||||
description="Our leadership team consists of seasoned roofing veterans and logistics experts."
|
||||
@@ -224,46 +130,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Exceptional service and quick delivery.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "The best industrial roofing materials.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-with-helmet-outdoors_23-2148269262.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Johnson",
|
||||
handle: "@mjohnson",
|
||||
testimonial: "Very professional and knowledgeable team.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-laptop-online-adult_1303-1263.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Wang",
|
||||
handle: "@lwang",
|
||||
testimonial: "Highly recommended for all roofing needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-manager-ceo-holding-tablet-walking-through-warehouse-storage-area-looking-towards-shelves_342744-1499.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Brown",
|
||||
handle: "@rbrown",
|
||||
testimonial: "Reliable partner for our construction projects.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-thumb-up_1149-1128.jpg",
|
||||
},
|
||||
{ id: "1", name: "John Doe", handle: "@jdoe", testimonial: "Exceptional service and quick delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11863.jpg" },
|
||||
{ id: "2", name: "Jane Smith", handle: "@jsmith", testimonial: "The best industrial roofing materials.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-man-with-helmet-outdoors_23-2148269262.jpg" },
|
||||
{ id: "3", name: "Mike Johnson", handle: "@mjohnson", testimonial: "Very professional and knowledgeable team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-laptop-online-adult_1303-1263.jpg" },
|
||||
{ id: "4", name: "Lisa Wang", handle: "@lwang", testimonial: "Highly recommended for all roofing needs.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-manager-ceo-holding-tablet-walking-through-warehouse-storage-area-looking-towards-shelves_342744-1499.jpg" },
|
||||
{ id: "5", name: "Robert Brown", handle: "@rbrown", testimonial: "Reliable partner for our construction projects.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-architect-with-thumb-up_1149-1128.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Feedback"
|
||||
@@ -276,14 +147,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Tesla",
|
||||
"Adobe",
|
||||
"Apple",
|
||||
"IBM",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Tesla", "Adobe", "Apple", "IBM"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with industry-leading brands."
|
||||
/>
|
||||
@@ -292,18 +156,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Start Your Project"
|
||||
description="Ready to get started? Reach out to our team today for a quote or material consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -311,45 +168,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="USRC Warehouse"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Logistics",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Blog", href: "#" }] },
|
||||
{ title: "Services", items: [{ label: "Logistics", href: "#" }, { label: "Products", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 United States Roofing Corporation. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user