diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3c938dd..5906e01 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,38 +13,35 @@ export default function LandingPage() { defaultButtonVariant="expand-hover" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -52,17 +49,12 @@ export default function LandingPage() {
@@ -74,20 +66,8 @@ export default function LandingPage() { title="Professionalism You Can Rely On" description="We maintain the highest standards of safety and project management for every site." features={[ - { - tag: "Process", - title: "Quick Turnaround", - subtitle: "Efficient", - description: "We understand project timelines and aim for rapid, high-quality delivery.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg", - }, - { - tag: "Expertise", - title: "Mastery", - subtitle: "Specialists", - description: "Our crews are experts in modern concrete finishes and structural pours.", - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture_23-2149432954.jpg", - }, + { tag: "Process", title: "Quick Turnaround", subtitle: "Efficient", description: "We understand project timelines and aim for rapid, high-quality delivery.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432950.jpg" }, + { tag: "Expertise", title: "Mastery", subtitle: "Specialists", description: "Our crews are experts in modern concrete finishes and structural pours.", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture_23-2149432954.jpg" }, ]} /> @@ -96,33 +76,16 @@ export default function LandingPage() {