@@ -48,147 +48,89 @@ export default function LandingPage() {
+
@@ -269,16 +184,13 @@ export default function LandingPage() {
@@ -288,37 +200,23 @@ export default function LandingPage() {
logoText="FoodBuzz"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
{
- title: "Community",
- items: [
+ title: "Community", items: [
{
- label: "Facebook",
- href: "#",
- },
+ label: "Facebook", href: "#"},
{
- label: "Twitter",
- href: "#",
- },
+ label: "Twitter", href: "#"},
{
- label: "Instagram",
- href: "#",
- },
+ label: "Instagram", href: "#"},
],
},
]}
@@ -327,4 +225,4 @@ export default function LandingPage() {