diff --git a/src/app/page.tsx b/src/app/page.tsx
index e8773c4..7abf12d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,76 +47,43 @@ export default function LandingPage() {
@@ -140,25 +97,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Croissants & Pastries",
- description: "Fresh, buttery, flaky options including sweet and savory varieties.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg",
- },
+ title: "Croissants & Pastries", description: "Fresh, buttery, flaky options including sweet and savory varieties.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-tarts-laeves-cinnamon-dried-oranges-dark-wooden-table-with-copy-space_140725-90858.jpg"},
{
- title: "Coffee & Drinks",
- description: "Lattes, premium coffee, and refreshing specialty drinks.",
- imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg",
- },
+ title: "Coffee & Drinks", description: "Lattes, premium coffee, and refreshing specialty drinks.", imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-mix-latte-coffee-art_1232-2147.jpg"},
{
- title: "Breakfast & Café Items",
- description: "Quick, high-quality food for a perfect start to your morning.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-sliced-seeded-brown-cob-baguette-croissants-plate-bowl-nuts-walnuts-cup-hot-toddy-with-cinnamon-saucer-wooden-background_141793-27716.jpg",
- },
+ title: "Breakfast & Café Items", description: "Quick, high-quality food for a perfect start to your morning.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breads-as-sliced-seeded-brown-cob-baguette-croissants-plate-bowl-nuts-walnuts-cup-hot-toddy-with-cinnamon-saucer-wooden-background_141793-27716.jpg"},
{
- title: "Custom Orders & Catering",
- description: "Tailored pastries for your special events and bulk needs.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg",
- },
+ title: "Custom Orders & Catering", description: "Tailored pastries for your special events and bulk needs.", imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg"},
]}
title="What We Offer"
description="Our menu is designed to delight, featuring artisanal creations crafted with passion and the finest local ingredients."
@@ -172,74 +117,33 @@ export default function LandingPage() {
title="Why People Choose Us"
buttons={[
{
- text: "Our Story",
- href: "#",
- },
+ text: "Our Story", href: "#"},
]}
/>
@@ -292,18 +180,13 @@ export default function LandingPage() {
@@ -314,34 +197,23 @@ export default function LandingPage() {
logoText="Paris Croisserie"
columns={[
{
- title: "Visit",
- items: [
+ title: "Visit", items: [
{
- label: "7610 Milwaukee Ave, Lubbock",
- href: "#",
- },
+ label: "7610 Milwaukee Ave, Lubbock", href: "#"},
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#",
- },
+ label: "About Us", href: "#"},
{
- label: "Catering",
- href: "#",
- },
+ label: "Catering", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}