Update src/app/contact/page.tsx

This commit is contained in:
2026-04-07 12:40:09 +00:00
parent 470b4b5450
commit 676ace5dd7

View File

@@ -42,7 +42,7 @@ export default function ContactPage() {
tag="Contact"
title="Get In Touch"
description="Reach out for personal consultations or project quotes."
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>
@@ -57,12 +57,12 @@ export default function ContactPage() {
features={[
{
title: "Quality First", description: "Only the best materials used.", reverse: false,
media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "professional interior design meeting room" },
media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=3", imageAlt: "professional interior design meeting room" },
items: [{ icon: Shield, text: "Warranty Included" }]
},
{
title: "Design Excellence", description: "Tailored for your taste.", reverse: true,
media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "bespoke designer coffee table wood gold" },
media: { imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=4", imageAlt: "bespoke designer coffee table wood gold" },
items: [{ icon: Star, text: "Award Winning Designers" }]
}
]}