Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-11 01:44:06 +00:00

View File

@@ -77,10 +77,10 @@ export default function LandingPage() {
title="The Exclusive Catalog"
description="Explore our limited edition paintings and original fine art selections."
products={[
{ id: "p1", name: "Sunset Serenade", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/yellow-painted-surface-background_23-2147964049.jpg", priceButtonProps: { text: "Inquire Now" } },
{ id: "p2", name: "Midnight Echo", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/textured-background-wallpaper-black-paint-abstract-art_53876-145195.jpg", priceButtonProps: { text: "Inquire Now" } },
{ id: "p3", name: "Azure Horizon", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-touching-picture-frame-marble_114579-38461.jpg", priceButtonProps: { text: "Inquire Now" } },
{ id: "p4", name: "Golden Bloom", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/vase-model-standing-table-empty-creative-school-studio-class-inspiration-contemporary-class-with-nobody-it-ready-drawing-lesson-equipped-with-professional-sketching-tools_482257-38987.jpg", priceButtonProps: { text: "Inquire Now" } },
{ id: "p1", name: "Sunset Serenade", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/yellow-painted-surface-background_23-2147964049.jpg", priceButtonProps: { text: "Secure This Piece" } },
{ id: "p2", name: "Midnight Echo", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/textured-background-wallpaper-black-paint-abstract-art_53876-145195.jpg", priceButtonProps: { text: "Secure This Piece" } },
{ id: "p3", name: "Azure Horizon", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-touching-picture-frame-marble_114579-38461.jpg", priceButtonProps: { text: "Secure This Piece" } },
{ id: "p4", name: "Golden Bloom", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/vase-model-standing-table-empty-creative-school-studio-class-inspiration-contemporary-class-with-nobody-it-ready-drawing-lesson-equipped-with-professional-sketching-tools_482257-38987.jpg", priceButtonProps: { text: "Secure This Piece" } },
]}
buttons={[{ text: "View Full Gallery", href: "#contact" }]}
/>