diff --git a/src/app/page.tsx b/src/app/page.tsx index 886e547..97c46cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import { MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -29,21 +30,13 @@ export default function LandingPage() { @@ -52,117 +45,65 @@ export default function LandingPage() {
@@ -175,17 +116,11 @@ export default function LandingPage() { description="Solis Iron Works started in a small local forge, and today we continue to uphold that same commitment to quality, integrity, and custom design in every piece we create." bulletPoints={[ { - title: "Artistic Precision", - description: "Custom designs tailored specifically to your architectural vision.", - }, + title: "Artistic Precision", description: "Custom designs tailored specifically to your architectural vision."}, { - title: "Industrial Durability", - description: "Materials chosen for longevity and strength in all conditions.", - }, + title: "Industrial Durability", description: "Materials chosen for longevity and strength in all conditions."}, { - title: "Dedicated Consultation", - description: "Full collaboration from initial design concept to final installation.", - }, + title: "Dedicated Consultation", description: "Full collaboration from initial design concept to final installation."}, ]} imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914240.jpg" mediaAnimation="slide-up" @@ -200,47 +135,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Contemporary Iron Staircase", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-boxes-climbing-long-modern-stairs-urban-loft_169016-69550.jpg", - imageAlt: "Iron staircase", - }, + id: "p1", name: "Contemporary Iron Staircase", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-boxes-climbing-long-modern-stairs-urban-loft_169016-69550.jpg", imageAlt: "Iron staircase"}, { - id: "p2", - name: "Modern Entrance Way", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301076.jpg", - imageAlt: "Entrance doorway", - }, + id: "p2", name: "Modern Entrance Way", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/house-entrance-japan-building_23-2149301076.jpg", imageAlt: "Entrance doorway"}, { - id: "p3", - name: "Geometric Wall Art", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-letticework-ceiling-forming-interesting-pattern_181624-2126.jpg", - imageAlt: "Iron wall art", - }, + id: "p3", name: "Geometric Wall Art", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-letticework-ceiling-forming-interesting-pattern_181624-2126.jpg", imageAlt: "Iron wall art"}, { - id: "p4", - name: "Industrial Metal Table", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/industrial-workspace-with-perforated-metal-surface_23-2151998905.jpg", - imageAlt: "Metal furniture", - }, + id: "p4", name: "Industrial Metal Table", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/industrial-workspace-with-perforated-metal-surface_23-2151998905.jpg", imageAlt: "Metal furniture"}, { - id: "p5", - name: "Security Garden Gate", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702245.jpg", - imageAlt: "Garden gate", - }, + id: "p5", name: "Security Garden Gate", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-textures_23-2149702245.jpg", imageAlt: "Garden gate"}, { - id: "p6", - name: "Urban Balcony Railing", - price: "Custom Pricing", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-stylish-young-businesswoman-standing-balcony_23-2147941540.jpg", - imageAlt: "Balcony railing", - }, + id: "p6", name: "Urban Balcony Railing", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stylish-young-businesswoman-standing-balcony_23-2147941540.jpg", imageAlt: "Balcony railing"}, ]} title="Curated Collections" description="From modern interior staircases to heavy-duty security gates, explore our range of custom iron products." @@ -252,14 +157,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} names={[ - "Apex Construction", - "Urban Design Studio", - "Summit Builders", - "Vista Architecture", - "Heritage Development", - "Skyline Group", - "Modern Build Corp", - ]} + "Apex Construction", "Urban Design Studio", "Summit Builders", "Vista Architecture", "Heritage Development", "Skyline Group", "Modern Build Corp"]} title="Trusted by Architects & Builders" description="We partner with leaders in the construction industry to bring durable, aesthetic metalwork to commercial and residential projects across the region." /> @@ -269,16 +167,14 @@ export default function LandingPage() { @@ -289,29 +185,19 @@ export default function LandingPage() { logoText="Solis Iron Works" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Projects", - href: "#products", - }, + label: "Projects", href: "#products"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}