Merge version_1 into main #3
@@ -25,18 +25,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Deptrol Care"
|
||||
button={{
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
button={{ text: "Get a Quote", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,10 +43,8 @@ export default function LandingPage() {
|
||||
title="Leadership Team"
|
||||
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"},
|
||||
{
|
||||
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"},
|
||||
{ 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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,8 +54,7 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Our Quality Standards"
|
||||
sections={[
|
||||
{
|
||||
heading: "Safety Protocols", content: "We adhere to international safety manufacturing guidelines."},
|
||||
{ heading: "Safety Protocols", content: [{ type: "paragraph", text: "We adhere to international safety manufacturing guidelines." }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,18 +64,14 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Floor Cleaners", href: "/products"},
|
||||
{
|
||||
label: "Toilet Cleaners", href: "/products"},
|
||||
{ label: "Floor Cleaners", href: "/products" },
|
||||
{ label: "Toilet Cleaners", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -25,26 +25,20 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact", id: "/contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Deptrol Care"
|
||||
button={{
|
||||
text: "Get a Quote", href: "/contact"}}
|
||||
button={{ text: "Get a Quote", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Need a Quote?"
|
||||
description="Reach out to our sales team for bulk inquiries."
|
||||
@@ -56,8 +50,7 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
title="Support Information"
|
||||
sections={[
|
||||
{
|
||||
heading: "Customer Service", content: "Hours: Mon-Fri 9-5, Email: sales@deptrol.example.com, Phone: 555-010-010"},
|
||||
{ heading: "Customer Service", content: [{ type: "list", items: ["Hours: Mon-Fri 9-5", "Email: sales@deptrol.example.com", "Phone: 555-010-010"] }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -67,18 +60,14 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Floor Cleaners", href: "/products"},
|
||||
{
|
||||
label: "Toilet Cleaners", href: "/products"},
|
||||
{ label: "Floor Cleaners", href: "/products" },
|
||||
{ label: "Toilet Cleaners", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact", href: "/contact"},
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user