Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-02 15:26:02 +00:00
2 changed files with 27 additions and 90 deletions

View File

@@ -26,27 +26,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Products",
id: "/products",
},
name: "Products", id: "/products"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Deptrol Care"
button={{
text: "Get a Quote",
href: "/contact",
}}
text: "Get a Quote", href: "/contact"}}
/>
</div>
@@ -59,17 +49,9 @@ export default function LandingPage() {
description="The experts behind our formulas."
team={[
{
id: "1",
name: "Dr. Sarah Chen",
role: "Lead Chemist",
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=4",
},
id: "1", name: "Dr. Sarah Chen", role: "Lead Chemist", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg"},
{
id: "2",
name: "Mark Stevens",
role: "Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg?_wi=5",
},
id: "2", name: "Mark Stevens", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/two-workers-showing-quality-control-inspector-industrial-machine-they-are-using-distribution-warehouse_637285-4188.jpg"},
]}
/>
</div>
@@ -80,12 +62,7 @@ export default function LandingPage() {
title="Our Quality Standards"
sections={[
{
heading: "Safety Protocols",
content: {
type: "paragraph",
text: "We adhere to international safety manufacturing guidelines.",
},
},
heading: "Safety Protocols", content: "We adhere to international safety manufacturing guidelines."},
]}
/>
</div>
@@ -94,29 +71,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Floor Cleaners",
href: "/products",
},
label: "Floor Cleaners", href: "/products"},
{
label: "Toilet Cleaners",
href: "/products",
},
label: "Toilet Cleaners", href: "/products"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
]}

View File

@@ -26,27 +26,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Products",
id: "/products",
},
name: "Products", id: "/products"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Deptrol Care"
button={{
text: "Get a Quote",
href: "/contact",
}}
text: "Get a Quote", href: "/contact"}}
/>
</div>
@@ -54,8 +44,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact Us"
title="Need a Quote?"
description="Reach out to our sales team for bulk inquiries."
@@ -68,16 +57,7 @@ export default function LandingPage() {
title="Support Information"
sections={[
{
heading: "Customer Service",
content: {
type: "list",
items: [
"Hours: Mon-Fri 9-5",
"Email: sales@deptrol.example.com",
"Phone: 555-010-010",
],
},
},
heading: "Customer Service", content: "Hours: Mon-Fri 9-5, Email: sales@deptrol.example.com, Phone: 555-010-010"},
]}
/>
</div>
@@ -86,29 +66,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Floor Cleaners",
href: "/products",
},
label: "Floor Cleaners", href: "/products"},
{
label: "Toilet Cleaners",
href: "/products",
},
label: "Toilet Cleaners", href: "/products"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
]}