From d9586902ff7561d9b6857e2d8c50332c8e1a9d19 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:46:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6390442..d28fa9b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ import { Figtree } from "next/font/google"; export const metadata: Metadata = { title: 'Marmelad - Premium Handcrafted Ceramic Cups', - description: 'Discover Marmelad's exquisite collection of handcrafted ceramic cups. Premium quality, elegant design, and timeless craftsmanship for your daily rituals.', + description: 'Discover Marmelad's exquisite collection of handcrafted ceramic cups. Premium quality, elegant design, and timeless craftsmanship for your daily rituals.'s exquisite collection of handcrafted ceramic cups. Premium quality, elegant design, and timeless craftsmanship for your daily rituals.', }; const figtree = Figtree({ -- 2.49.1 From 21bbf95eef97f97d6aa1744001cf930dca9cec4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:46:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6291ee2..a07762f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,11 +58,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Coffee Enthusiast", testimonial: "These cups have transformed my morning routine. The quality is unmatched!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg" }, { name: "James Chen", handle: "Design Professional", testimonial: "Beautiful craftsmanship. I buy them as gifts for everyone I know.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" } ]} testimonialRotationInterval={5000} @@ -177,11 +177,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emma Richardson", handle: "@emma_lifestyle", testimonial: "I've tried many cup brands, but Marmelad stands out. The quality is exceptional and they look beautiful on my shelf.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg" }, { id: "2", name: "David Lopez", handle: "@davidcoffee", testimonial: "Perfect for my morning coffee ritual. These cups have become part of my daily joy. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" }, { id: "3", name: "Lisa Wong", handle: "@lisadesigns", testimonial: "As a designer, I appreciate the attention to detail. These cups are art you can use every day.", rating: 5, @@ -193,11 +193,11 @@ export default function LandingPage() { }, { id: "5", name: "Sophie Martin", handle: "@sophiestyle", testimonial: "These make the perfect gift. Everyone who receives one absolutely loves it. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg" }, { id: "6", name: "Alex Kumar", handle: "@alexvibes", testimonial: "The craftsmanship is incredible. I feel like I'm holding art with every sip of tea. Simply wonderful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg" } ]} showRating={true} -- 2.49.1