diff --git a/src/app/page.tsx b/src/app/page.tsx
index 25d85fe..f32d684 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,33 +31,19 @@ export default function LandingPage() {
@@ -350,58 +216,35 @@ export default function LandingPage() {
logoText="SafeTechX Innovation"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Vision",
- href: "#vision-future",
- },
+ label: "Our Vision", href: "#vision-future"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
{
- title: "Solutions",
- items: [
+ title: "Solutions", items: [
{
- label: "Future Technologies",
- href: "#future-technologies",
- },
+ label: "Future Technologies", href: "#future-technologies"},
{
- label: "Hardware",
- href: "#hardware-solutions",
- },
+ label: "Hardware", href: "#hardware-solutions"},
{
- label: "Software & AI",
- href: "#software-ai-systems",
- },
+ label: "Software & AI", href: "#software-ai-systems"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Facebook",
- href: "https://www.facebook.com/NatthakornBoss",
- },
+ label: "Facebook", href: "https://www.facebook.com/NatthakornBoss"},
{
- label: "Instagram",
- href: "https://www.instagram.com/bossnatthakorn99",
- },
+ label: "Instagram", href: "https://www.instagram.com/bossnatthakorn99"},
{
- label: "Line",
- href: "#",
- },
+ label: "Line", href: "#"},
],
},
]}