From 41c563f535ed2de1ce0dbd0333e625ffaf269d20 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 08:46:41 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 118 +++++++++++------------------------------ 1 file changed, 30 insertions(+), 88 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9dc12da..12942f6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Sparkles } from "lucide-react"; +import { Sparkles, Cake, Leaf, PalmTree } from "lucide-react"; export default function LandingPage() { return ( @@ -28,36 +28,19 @@ export default function LandingPage() { @@ -69,19 +52,13 @@ export default function LandingPage() { description="At Miami.Cakes, we believe every celebration deserves a masterpiece. Born from a passion for baking and a love for Miami's vibrant culture, our bakery has been crafting bespoke cakes and treats for over a decade. We blend traditional techniques with innovative designs to bring your sweetest visions to life." bulletPoints={[ { - title: "Handcrafted Excellence", - description: "Every cake is a unique creation, made with meticulous attention to detail and a sprinkle of love.", - icon: Cake, + title: "Handcrafted Excellence", description: "Every cake is a unique creation, made with meticulous attention to detail and a sprinkle of love.", icon: Cake, }, { - title: "Premium Ingredients", - description: "We source only the finest, freshest ingredients to ensure exceptional flavor and quality in every bite.", - icon: Leaf, + title: "Premium Ingredients", description: "We source only the finest, freshest ingredients to ensure exceptional flavor and quality in every bite.", icon: Leaf, }, { - title: "Local Miami Flavors", - description: "Inspired by our vibrant city, we offer unique flavor profiles and designs that capture the essence of Miami.", - icon: PalmTree, + title: "Local Miami Flavors", description: "Inspired by our vibrant city, we offer unique flavor profiles and designs that capture the essence of Miami.", icon: PalmTree, }, ]} imageSrc="http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg?_wi=2" @@ -94,14 +71,11 @@ export default function LandingPage() { @@ -144,54 +107,33 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 08:46:42 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 128 +++++++++------------------------------ 1 file changed, 28 insertions(+), 100 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a310a8d..de586db 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,36 +27,19 @@ export default function LandingPage() { @@ -67,28 +50,17 @@ export default function LandingPage() { description="Have a question, special request, or ready to discuss your next cake? We'd love to hear from you! Fill out the form below or reach out directly." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Your Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Your Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "subject", - type: "text", - placeholder: "Subject", - required: true, + name: "subject", type: "text", placeholder: "Subject", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Your Message", - rows: 5, + name: "message", placeholder: "Your Message", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/overloaded-cake-with-cloth-flowers_23-2150996261.jpg?_wi=3" @@ -106,29 +78,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "+1 (305) 123-4567", - title: "Call Us", - description: "Monday-Friday, 9 AM - 5 PM EST", - imageSrc: "http://img.b2bpic.net/free-vector/new-year-background-2018_23-2147728135.jpg", - imageAlt: "phone icon", - }, + id: "1", value: "+1 (305) 123-4567", title: "Call Us", description: "Monday-Friday, 9 AM - 5 PM EST", imageSrc: "http://img.b2bpic.net/free-vector/new-year-background-2018_23-2147728135.jpg", imageAlt: "phone icon"}, { - id: "2", - value: "hello@miami.cakes", - title: "Email Us", - description: "We aim to respond within 24 hours.", - imageSrc: "http://img.b2bpic.net/free-vector/party-instagram-stories-new-year-2021_23-2148756988.jpg", - imageAlt: "email icon", - }, + id: "2", value: "hello@miami.cakes", title: "Email Us", description: "We aim to respond within 24 hours.", imageSrc: "http://img.b2bpic.net/free-vector/party-instagram-stories-new-year-2021_23-2148756988.jpg", imageAlt: "email icon"}, { - id: "3", - value: "123 Cake Lane, Miami, FL 33130", - title: "Visit Us", - description: "Appointments recommended for consultations.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-wedding-element-collection_23-2148031129.jpg", - imageAlt: "map icon", - }, + id: "3", value: "123 Cake Lane, Miami, FL 33130", title: "Visit Us", description: "Appointments recommended for consultations.", imageSrc: "http://img.b2bpic.net/free-vector/flat-wedding-element-collection_23-2148031129.jpg", imageAlt: "map icon"}, ]} title="Our Location & Hours" description="Visit our bakery or reach us during business hours." @@ -139,20 +93,15 @@ export default function LandingPage() { @@ -161,54 +110,33 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 08:46:42 +0000 Subject: [PATCH 3/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 186 +++++++++------------------------------ 1 file changed, 43 insertions(+), 143 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e48b902..cb4d2e5 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -27,36 +27,19 @@ export default function LandingPage() { @@ -67,65 +50,29 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Luxurious Gold Accent Cake", - tags: [ - "Wedding", - "Anniversary", - ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761726.jpg", - imageAlt: "Luxurious gold accent cake design.", - }, + id: "1", title: "Luxurious Gold Accent Cake", tags: [ + "Wedding", "Anniversary"], + imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761726.jpg", imageAlt: "Luxurious gold accent cake design."}, { - id: "2", - title: "Floral Painted Custom Cake", - tags: [ - "Birthday", - "Bridal Shower", - ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-birthday-white-cream-flowers-top-cake-with-drip-side_181624-17801.jpg", - imageAlt: "Floral painted custom cake.", - }, + id: "2", title: "Floral Painted Custom Cake", tags: [ + "Birthday", "Bridal Shower"], + imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-birthday-white-cream-flowers-top-cake-with-drip-side_181624-17801.jpg", imageAlt: "Floral painted custom cake."}, { - id: "3", - title: "Baby Shower Animal Theme", - tags: [ - "Baby Shower", - "Kids Party", - ], - imageSrc: "http://img.b2bpic.net/free-photo/pink-cake-with-candle_23-2147699326.jpg", - imageAlt: "Baby shower themed cake with cute animals.", - }, + id: "3", title: "Baby Shower Animal Theme", tags: [ + "Baby Shower", "Kids Party"], + imageSrc: "http://img.b2bpic.net/free-photo/pink-cake-with-candle_23-2147699326.jpg", imageAlt: "Baby shower themed cake with cute animals."}, { - id: "4", - title: "Graduation Celebration Cake", - tags: [ - "Graduation", - "Achievement", - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232421.jpg", - imageAlt: "Graduation themed cake with cap and diploma.", - }, + id: "4", title: "Graduation Celebration Cake", tags: [ + "Graduation", "Achievement"], + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232421.jpg", imageAlt: "Graduation themed cake with cap and diploma."}, { - id: "5", - title: "Corporate Event Logo Cake", - tags: [ - "Corporate", - "Branding", - ], - imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-landing-page_23-2149133923.jpg", - imageAlt: "Corporate event custom logo cake.", - }, + id: "5", title: "Corporate Event Logo Cake", tags: [ + "Corporate", "Branding"], + imageSrc: "http://img.b2bpic.net/free-vector/flat-design-mosaic-birthday-landing-page_23-2149133923.jpg", imageAlt: "Corporate event custom logo cake."}, { - id: "6", - title: "Drip Cake with Fresh Berries", - tags: [ - "Celebration", - "Modern", - ], - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172752.jpg", - imageAlt: "Drip cake with fresh berries.", - }, + id: "6", title: "Drip Cake with Fresh Berries", tags: [ + "Celebration", "Modern"], + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-indoors-still-life_23-2151172752.jpg", imageAlt: "Drip cake with fresh berries."}, ]} title="Our Sweet Masterpieces" description="Browse our gallery of handcrafted cakes and confections, each a unique work of art designed for special moments. Get inspired for your next celebration!" @@ -134,41 +81,18 @@ export default function LandingPage() { @@ -197,54 +118,33 @@ export default function LandingPage() {