Update src/app/page.tsx

This commit is contained in:
2026-04-05 06:18:34 +00:00
parent 491fc0b194
commit 9e69e1febb

View File

@@ -112,7 +112,7 @@ export default function LandingPage() {
{
id: "p1", name: "Midnight Bloom", price: "$125", variant: "Floral", imageSrc: "http://img.b2bpic.net/free-photo/glowing-foundation-advertising-with-product_23-2149511279.jpg", imageAlt: "Midnight Bloom perfume"},
{
id: "p2", name: "Amber Sands", price: "$145", variant: "Oud", imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-container_1048-1922.jpg", imageAlt: "Amber Sands perfume"},
id: "p2", name: "Amber Sands", price: "$145", variant: "Oud", imageSrc: "http://img.b2bpic.net/free-photo/luxury-perfume-container_1048-1922.jpg?_wi=1", imageAlt: "Amber Sands perfume"},
{
id: "p3", name: "Azure Drift", price: "$110", variant: "Citrus", imageSrc: "http://img.b2bpic.net/free-photo/essential-oil-spray-bottle-aromatic-beauty-product_53876-134405.jpg", imageAlt: "Azure Drift perfume"},
{
@@ -168,7 +168,7 @@ export default function LandingPage() {
]}
textarea={{ name: "message", placeholder: "How can we assist you?", required: true }}
buttonText="Submit Inquiry"
imageSrc="http://img.b2bpic.net/free-photo/luxury-perfume-container_1048-1922.jpg"
imageSrc="http://img.b2bpic.net/free-photo/luxury-perfume-container_1048-1922.jpg?_wi=2"
imageAlt="Contact Us"
/>
</div>