diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index ae33e2d..72ea344 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -26,48 +26,28 @@ export default function LandingPage() {
@@ -76,15 +56,13 @@ export default function LandingPage() {
alert('Form submitted!')",
+ text: "Send a Message", onClick: () => alert('Form submitted!'),
},
]}
/>
@@ -99,29 +77,17 @@ export default function LandingPage() {
description="Visit us at our Sumas, WA office or reach out via phone/email during business hours. We're here to help!"
bulletPoints={[
{
- title: "Address",
- description: "726 Cherry St, Sumas, WA 98295",
- },
+ title: "Address", description: "726 Cherry St, Sumas, WA 98295"},
{
- title: "Phone",
- description: "000-000-0000",
- },
+ title: "Phone", description: "000-000-0000"},
{
- title: "Email (General)",
- description: "sumas@letterlock.com",
- },
+ title: "Email (General)", description: "sumas@letterlock.com"},
{
- title: "Email (Direct)",
- description: "cloewen@letterlock.com",
- },
+ title: "Email (Direct)", description: "cloewen@letterlock.com"},
{
- title: "Business Hours (Mon-Fri)",
- description: "9:00 AM - 5:00 PM",
- },
+ title: "Business Hours (Mon-Fri)", description: "9:00 AM - 5:00 PM"},
{
- title: "Weekends",
- description: "Saturday: Closed, Sunday: Closed",
- },
+ title: "Weekends", description: "Saturday: Closed, Sunday: Closed"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458982.jpg"
imageAlt="Interactive map of Letterlock Sumas location"
@@ -137,57 +103,35 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Personal & Commercial Shipping",
- href: "/shipping",
- },
+ label: "Personal & Commercial Shipping", href: "/shipping"},
{
- label: "Your Receiving Address",
- href: "/receiving-address",
- },
+ label: "Your Receiving Address", href: "/receiving-address"},
{
- label: "Package Tracking",
- href: "/track",
- },
+ label: "Package Tracking", href: "/track"},
],
},
{
items: [
{
- label: "Products & Services",
- href: "/services",
- },
+ label: "Products & Services", href: "/services"},
{
- label: "About Us",
- href: "/about",
- },
+ label: "About Us", href: "/about"},
{
- label: "Abbotsford Office",
- href: "/abbotsford",
- },
+ label: "Abbotsford Office", href: "/abbotsford"},
{
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
- label: "Sign Up",
- href: "/signup",
- },
+ label: "Sign Up", href: "/signup"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx
index 6344713..1679bed 100644
--- a/src/app/signup/page.tsx
+++ b/src/app/signup/page.tsx
@@ -26,48 +26,28 @@ export default function LandingPage() {
@@ -76,15 +56,13 @@ export default function LandingPage() {
alert('Sign up initiated!')",
+ text: "Create Your Account", onClick: () => alert('Sign up initiated!'),
},
]}
/>
@@ -96,25 +74,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "how-to-start",
- title: "How do I get started?",
- content: "Simply click the 'Create Your Account' button above, fill out the registration form, and verify your email. You'll then receive your unique US receiving address.",
- },
+ id: "how-to-start", title: "How do I get started?", content: "Simply click the 'Create Your Account' button above, fill out the registration form, and verify your email. You'll then receive your unique US receiving address."},
{
- id: "what-do-i-need",
- title: "What information do I need to sign up?",
- content: "You will need a valid email address, your name, and a valid Canadian mailing address. Additional verification may be required for certain services.",
- },
+ id: "what-do-i-need", title: "What information do I need to sign up?", content: "You will need a valid email address, your name, and a valid Canadian mailing address. Additional verification may be required for certain services."},
{
- id: "is-it-secure",
- title: "Is my personal information secure?",
- content: "Absolutely. We use industry-standard encryption and security protocols to protect your personal data. Your privacy is our top priority.",
- },
+ id: "is-it-secure", title: "Is my personal information secure?", content: "Absolutely. We use industry-standard encryption and security protocols to protect your personal data. Your privacy is our top priority."},
{
- id: "cost-to-signup",
- title: "Is there a fee to sign up?",
- content: "Creating an account is free. Fees apply only when you utilize our package receiving, shipping, or additional services. Refer to our pricing page for details.",
- },
+ id: "cost-to-signup", title: "Is there a fee to sign up?", content: "Creating an account is free. Fees apply only when you utilize our package receiving, shipping, or additional services. Refer to our pricing page for details."},
]}
title="Frequently Asked Questions About Signing Up"
description="Quick answers to help you get started with Letterlock Sumas."
@@ -130,57 +96,35 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Personal & Commercial Shipping",
- href: "/shipping",
- },
+ label: "Personal & Commercial Shipping", href: "/shipping"},
{
- label: "Your Receiving Address",
- href: "/receiving-address",
- },
+ label: "Your Receiving Address", href: "/receiving-address"},
{
- label: "Package Tracking",
- href: "/track",
- },
+ label: "Package Tracking", href: "/track"},
],
},
{
items: [
{
- label: "Products & Services",
- href: "/services",
- },
+ label: "Products & Services", href: "/services"},
{
- label: "About Us",
- href: "/about",
- },
+ label: "About Us", href: "/about"},
{
- label: "Abbotsford Office",
- href: "/abbotsford",
- },
+ label: "Abbotsford Office", href: "/abbotsford"},
{
- label: "Contact Us",
- href: "/contact",
- },
+ label: "Contact Us", href: "/contact"},
],
},
{
items: [
{
- label: "Sign Up",
- href: "/signup",
- },
+ label: "Sign Up", href: "/signup"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}