diff --git a/src/app/page.tsx b/src/app/page.tsx index d569ded..6eb2484 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} />