diff --git a/src/app/page.tsx b/src/app/page.tsx
index e1a50a1..57bf45f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -59,98 +49,52 @@ export default function LandingPage() {
@@ -160,7 +104,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Craftsmanship at Our Core"
description="We believe that the best baked goods start with patience, quality ingredients, and traditional techniques. Every pastry is a testament to our passion."
- imageSrc="http://img.b2bpic.net/free-photo/chef-using-flour-knead-dough-so-it-won-t-stick-hands_23-2148742217.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/chef-using-flour-knead-dough-so-it-won-t-stick-hands_23-2148742217.jpg"
/>
@@ -168,44 +112,21 @@ export default function LandingPage() {
@@ -392,29 +231,19 @@ export default function LandingPage() {
logoText="Artisanal Bakes"
columns={[
{
- title: "Navigate",
- items: [
+ title: "Navigate", items: [
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy",
- href: "#",
- },
+ label: "Privacy", href: "#"},
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
],
},
]}