diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7d5a7cc..24c573f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,105 +43,33 @@ export default function LandingPage() {
@@ -165,18 +81,9 @@ export default function LandingPage() {
title="Crafted with Passion."
description="Founded on a simple mission: to bring the authentic flavors of Seoul to your local neighborhood. We double-fry our chicken to achieve the impossible—a shatteringly crisp exterior with juicy, tender meat inside, coated in house-made sauces developed from generational recipes."
bulletPoints={[
- {
- title: "Double-Fried Method",
- description: "Strict traditional double-frying for optimal crunch.",
- },
- {
- title: "House-made Glazes",
- description: "Small-batch sauces made daily from scratch.",
- },
- {
- title: "Locally Sourced",
- description: "Supporting local farmers for fresh, high-quality poultry.",
- },
+ { title: "Double-Fried Method", description: "Strict traditional double-frying for optimal crunch." },
+ { title: "House-made Glazes", description: "Small-batch sauces made daily from scratch." },
+ { title: "Locally Sourced", description: "Supporting local farmers for fresh, high-quality poultry." },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg9m1tSmgGiTevIDMTHgbFq1sY/uploaded-1776796523548-mifix980.jpg"
imageAlt="Inside our kitchen"
@@ -190,39 +97,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Freshness First",
- author: "Chef Koki",
- description: "Never frozen. We deliver the freshest chicken straight from local farms.",
- tags: [
- "Fresh",
- "Quality",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-plate-with-tomato-sauce_1150-20204.jpg",
- },
- {
- id: "f2",
- title: "Custom Flavors",
- author: "Koki Team",
- description: "From classic Soy-Garlic to daring Spicy Fire, we have something for everyone.",
- tags: [
- "K-Style",
- "Flavor",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-with-seasoning_84443-82013.jpg",
- },
- {
- id: "f3",
- title: "Sustainable Packaging",
- author: "Koki Team",
- description: "Environmentally friendly materials that keep your food hot and crispy.",
- tags: [
- "Green",
- "Eco",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535318.jpg",
- },
+ { id: "f1", title: "Freshness First", author: "Chef Koki", description: "Never frozen. We deliver the freshest chicken straight from local farms.", tags: ["Fresh", "Quality"], imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-plate-with-tomato-sauce_1150-20204.jpg" },
+ { id: "f2", title: "Custom Flavors", author: "Koki Team", description: "From classic Soy-Garlic to daring Spicy Fire, we have something for everyone.", tags: ["K-Style", "Flavor"], imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-with-seasoning_84443-82013.jpg" },
+ { id: "f3", title: "Sustainable Packaging", author: "Koki Team", description: "Environmentally friendly materials that keep your food hot and crispy.", tags: ["Green", "Eco"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535318.jpg" },
]}
title="Why You'll Love Koki."
description="Excellence in every detail, from our ingredients to your experience."
@@ -231,52 +108,17 @@ export default function LandingPage() {