diff --git a/src/app/page.tsx b/src/app/page.tsx index 9282b69..3cbbce9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,26 +32,11 @@ export default function LandingPage() { @@ -149,21 +85,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} features={[ - { - title: "Bag Painting", - description: "Express your style with custom bag painting sessions.", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-making-diy-crafts-upcycle-project_23-2149391035.jpg", - }, - { - title: "Object Decorating", - description: "Personalize beautiful objects in a relaxed setting.", - imageSrc: "http://img.b2bpic.net/free-photo/tools-wood-carpentry-concept_23-2148643215.jpg", - }, - { - title: "Pottery Workshops", - description: "Hands-on pottery making guided by local artisans.", - imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-makes-vase-potterystudio_1157-36640.jpg", - }, + { title: "Bag Painting", description: "Express your style with custom bag painting sessions.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-making-diy-crafts-upcycle-project_23-2149391035.jpg" }, + { title: "Object Decorating", description: "Personalize beautiful objects in a relaxed setting.", imageSrc: "http://img.b2bpic.net/free-photo/tools-wood-carpentry-concept_23-2148643215.jpg" }, + { title: "Pottery Workshops", description: "Hands-on pottery making guided by local artisans.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-makes-vase-potterystudio_1157-36640.jpg" }, ]} title="Craft & Create" description="Engage in hands-on workshops while enjoying our signature artisan roasts." @@ -177,42 +101,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Signature Coffee", - price: "Special", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-grinder-beans-aroma-coffee-wooden-board_114579-57923.jpg", - }, - { - id: "p2", - name: "Traditional Gözleme", - price: "Freshly Made", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-portuguese-empadao-dish_23-2149862965.jpg", - }, - { - id: "p3", - name: "Warm Pişi Pastry", - price: "Handmade", - imageSrc: "http://img.b2bpic.net/free-photo/food-cheese-slice-sliced-glass_1203-4412.jpg", - }, - { - id: "p4", - name: "Turkish Coffee Set", - price: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lokum_114579-20005.jpg", - }, - { - id: "p5", - name: "Sunny Egg Skillet", - price: "Hearty", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg", - }, - { - id: "p6", - name: "Vegetable Breakfast", - price: "Healthy", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408539.jpg", - }, + { id: "p1", name: "Signature Coffee", price: "Special", imageSrc: "http://img.b2bpic.net/free-photo/coffee-grinder-beans-aroma-coffee-wooden-board_114579-57923.jpg" }, + { id: "p2", name: "Traditional Gözleme", price: "Freshly Made", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-portuguese-empadao-dish_23-2149862965.jpg" }, + { id: "p3", name: "Warm Pişi Pastry", price: "Handmade", imageSrc: "http://img.b2bpic.net/free-photo/food-cheese-slice-sliced-glass_1203-4412.jpg" }, + { id: "p4", name: "Turkish Coffee Set", price: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-lokum_114579-20005.jpg" }, + { id: "p5", name: "Sunny Egg Skillet", price: "Hearty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-egg-meal-pan_23-2148814507.jpg" }, + { id: "p6", name: "Vegetable Breakfast", price: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-top-view_23-2150408539.jpg" }, ]} title="Our Menu" description="Fresh, locally sourced, and prepared with love." @@ -221,31 +115,14 @@ export default function LandingPage() {
@@ -334,24 +169,10 @@ export default function LandingPage() { title="Visit Moda Boutique" description="Drop by our coffee shop in Muratpaşa, Antalya. We look forward to seeing you!" inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Tell us about your workshop interest", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Tell us about your workshop interest", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149356834.jpg" buttonText="Send Message" /> @@ -362,16 +183,8 @@ export default function LandingPage() { logoText="Moda Boutique Coffee" copyrightText="© 2025 Moda Boutique Shop | Antalya, Turkey" socialLinks={[ - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, ]} />