From 55777c1945c0a15a117467326e8eac5fb36b619c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 12:05:07 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b21c2ff..72dc318 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -77,7 +77,11 @@ export default function HomePage() {
- +
-- 2.49.1 From 0c7535a9208274150f3096d77440e3e7b73a2421 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 12:05:11 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 41 +++++++++++------------------------------ 1 file changed, 11 insertions(+), 30 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 72dc318..b32bf1f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,20 +16,14 @@ export default function HomePage() { title="Timeless Elegance in Every Piece" description="Discover Daily Marts Jewellery, where five years of craftsmanship meet modern market-leading prices." primaryButton={{ - text: "Shop Collection", - href: "/products", - }} + text: "Shop Collection", href: "/products"}} secondaryButton={{ - text: "Learn More", - href: "/about", - }} + text: "Learn More", href: "/about"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409255.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409255.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-mask-stands-street_1157-33287.jpg"}, ]} /> @@ -44,14 +38,10 @@ export default function HomePage() { items={[ { icon: Diamond, - title: "Conflict Free", - description: "Ethically sourced materials.", - }, + title: "Conflict Free", description: "Ethically sourced materials."}, { icon: Award, - title: "Certification", - description: "Lifetime purity guarantee.", - }, + title: "Certification", description: "Lifetime purity guarantee."}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-lady-white-dress-standing-holding-her-earrings-garden-with-white-wall-daytime_176474-7185.jpg" /> @@ -65,12 +55,7 @@ export default function HomePage() { title="Jewellery Connoisseurs Worldwide" description="Join a global community of collectors." names={[ - "Vogue Italia", - "Luxury Monthly", - "The Goldsmiths Guild", - "Elite Style", - "Design Daily", - ]} + "Vogue Italia", "Luxury Monthly", "The Goldsmiths Guild", "Elite Style", "Design Daily"]} /> @@ -78,9 +63,9 @@ export default function HomePage() {
@@ -91,13 +76,9 @@ export default function HomePage() { tag="Contact Us" text="Ready to own a piece of perfection?" primaryButton={{ - text: "Contact Support", - href: "/contact", - }} + text: "Contact Support", href: "/contact"}} secondaryButton={{ - text: "Visit Shop", - href: "/about", - }} + text: "Visit Shop", href: "/about"}} /> -- 2.49.1