From 636f32e175e084cf01ca2d8bc3c8ab6eff3b8bf5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 03:48:21 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 83 ++++++---------------------------------- 1 file changed, 11 insertions(+), 72 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6a7957a..d70276d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -78,69 +53,19 @@ export default function LandingPage() {
@@ -55,20 +44,9 @@ export default function LandingPage() { title="Our Collection" description="Discover unique craftsmanship." products={[ - { - id: "sh1", - name: "Gold Pendant", - price: "$500", - variant: "14k Gold", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chains-arrangement_23-2149836478.jpg", - }, - { - id: "sh2", - name: "Diamond Earrings", - price: "$1200", - variant: "White Gold", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings_23-2149846573.jpg", - }, + { id: "sh1", name: "Gold Pendant", price: "$500", variant: "14k Gold", imageSrc: "http://img.b2bpic.net/free-photo/top-view-golden-chains-arrangement_23-2149836478.jpg" }, + { id: "sh2", name: "Diamond Earrings", price: "$1200", variant: "White Gold", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings_23-2149846573.jpg" }, + { id: "sh3", name: "Gold Ring", price: "$900", variant: "18k Gold", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wedding-accessories-table_23-2148483566.jpg" } ]} /> @@ -76,69 +54,19 @@ export default function LandingPage() {