diff --git a/src/app/page.tsx b/src/app/page.tsx
index 470370b..189be3e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,94 +46,53 @@ export default function LandingPage() {
@@ -154,17 +105,11 @@ export default function LandingPage() {
description="Founded by master bakers in 2012, Golden Crumb is dedicated to the slow fermentation process. We believe good bread takes time, patience, and high-quality organic flour."
bulletPoints={[
{
- title: "Organic Ingredients",
- description: "We source our flour and seasonal fruits from local family farms.",
- },
+ title: "Organic Ingredients", description: "We source our flour and seasonal fruits from local family farms."},
{
- title: "Slow Fermentation",
- description: "Our breads are proofed for 24 hours to maximize flavor and digestibility.",
- },
+ title: "Slow Fermentation", description: "Our breads are proofed for 24 hours to maximize flavor and digestibility."},
{
- title: "Handmade Daily",
- description: "Everything in our shop is prepared by hand, from scratch, every single dawn.",
- },
+ title: "Handmade Daily", description: "Everything in our shop is prepared by hand, from scratch, every single dawn."},
]}
imageSrc="https://pixabay.com/get/ge8508bbcc467cd52d1924dfb3f721f1be1a5ee8931f1d2f401d4a4e85f6bf1f094dc7e0557e2499ad244fec66e4ec03fe1b6936b3165fad0ed83c9197c8383b2_1280.jpg"
mediaAnimation="blur-reveal"
@@ -179,23 +124,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Golden Croissant",
- price: "$4.50",
- imageSrc: "https://pixabay.com/get/g97c0cf24c316edec2173a13da6f7afe352585c7b60308b737f40d236cb5a6bc628baaa0bba86a8bae17fef71f53b47e7dd2edc842c8761df84b51952e619a424_1280.jpg",
- },
+ id: "p1", name: "Golden Croissant", price: "$4.50", imageSrc: "https://pixabay.com/get/g97c0cf24c316edec2173a13da6f7afe352585c7b60308b737f40d236cb5a6bc628baaa0bba86a8bae17fef71f53b47e7dd2edc842c8761df84b51952e619a424_1280.jpg"},
{
- id: "p2",
- name: "Artisan Sourdough",
- price: "$8.00",
- imageSrc: "https://pixabay.com/get/g3a95a3faad20481ce888126d3426138a22769adb5f5467f595773baade8660097932924de26790858bfdadf1e5b34d63c6dcb9f717b006b700f2b921599f875e_1280.jpg",
- },
+ id: "p2", name: "Artisan Sourdough", price: "$8.00", imageSrc: "https://pixabay.com/get/g3a95a3faad20481ce888126d3426138a22769adb5f5467f595773baade8660097932924de26790858bfdadf1e5b34d63c6dcb9f717b006b700f2b921599f875e_1280.jpg"},
{
- id: "p3",
- name: "Seasonal Fruit Tart",
- price: "$6.50",
- imageSrc: "https://pixabay.com/get/g9c18e264fe0d10c7843504b6fcd1e677f615882bbf6efdc31b0d6d98e7d492bba2709156a1d4d6c9e8da57eb1df43503306f916d8b4bcdae2eac961bdb9e5692_1280.jpg",
- },
+ id: "p3", name: "Seasonal Fruit Tart", price: "$6.50", imageSrc: "https://pixabay.com/get/g9c18e264fe0d10c7843504b6fcd1e677f615882bbf6efdc31b0d6d98e7d492bba2709156a1d4d6c9e8da57eb1df43503306f916d8b4bcdae2eac961bdb9e5692_1280.jpg"},
]}
title="Fresh from Our Oven"
description="Discover our signature baked goods, prepared daily with passion."
@@ -204,44 +137,20 @@ export default function LandingPage() {
@@ -298,33 +195,21 @@ export default function LandingPage() {
imageSrc="https://pixabay.com/get/g32c405d41485695806f7bab4fbbddb6bed8dabd001b4549eb6ad79304f1e8c1f00fa60ecfadd81269608a1de4d390e42a37b7e4d8cb6e6f4af6301810664e611_1280.jpg"
columns={[
{
- title: "Bakery",
- items: [
+ title: "Bakery", items: [
{
- label: "Products",
- href: "#products",
- },
+ label: "Products", href: "#products"},
{
- label: "Our Story",
- href: "#about",
- },
+ label: "Our Story", href: "#about"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}