Merge version_1_1781438649753 into main #1

Merged
bender merged 2 commits from version_1_1781438649753 into main 2026-06-14 12:05:17 +00:00

View File

@@ -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"},
]}
/>
</SectionErrorBoundary>
@@ -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,19 +55,18 @@ 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"]}
/>
</SectionErrorBoundary>
</div>
<div id="blog" data-section="blog">
<SectionErrorBoundary name="blog">
<BlogMediaCards />
<BlogMediaCards
tag="Our Journal"
title="Latest Insights"
description="Expert advice and industry news."
/>
</SectionErrorBoundary>
</div>
@@ -87,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"}}
/>
</SectionErrorBoundary>
</div>