diff --git a/src/app/page.tsx b/src/app/page.tsx index e4c7fc6..2707cd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import { ShieldCheck, Truck } from "lucide-react"; +import { ShieldCheck, Truck, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -158,48 +74,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - name: "Standard Paver Block", - price: "Request Quote", - variant: "Gray Standard", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12591.jpg", - }, - { - id: "p2", - name: "Checkered Industrial Tile", - price: "Request Quote", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/black-white-plate-geometric-pattern-floor-minimalist-design_169016-25290.jpg", - }, - { - id: "p3", - name: "Driveway Rectangle Block", - price: "Request Quote", - variant: "Heavy Duty", - imageSrc: "http://img.b2bpic.net/free-photo/textured-background_53876-32429.jpg", - }, - { - id: "p4", - name: "Interlocking Landscape Block", - price: "Request Quote", - variant: "Architecture", - imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15576.jpg", - }, - { - id: "p5", - name: "Large Cement Floor Tile", - price: "Request Quote", - variant: "Sleek Finish", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-metallic-surface-close-up_23-2148846140.jpg", - }, - { - id: "p6", - name: "Decorative Exterior Stone", - price: "Request Quote", - variant: "Aesthetic", - imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", - }, + { id: "p1", name: "Standard Paver Block", price: "Request Quote", variant: "Gray Standard", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12591.jpg" }, + { id: "p2", name: "Checkered Industrial Tile", price: "Request Quote", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/black-white-plate-geometric-pattern-floor-minimalist-design_169016-25290.jpg" }, + { id: "p3", name: "Driveway Rectangle Block", price: "Request Quote", variant: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/textured-background_53876-32429.jpg" }, + { id: "p4", name: "Interlocking Landscape Block", price: "Request Quote", variant: "Architecture", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15576.jpg" }, + { id: "p5", name: "Large Cement Floor Tile", price: "Request Quote", variant: "Sleek Finish", imageSrc: "http://img.b2bpic.net/free-photo/abstract-metallic-surface-close-up_23-2148846140.jpg" }, + { id: "p6", name: "Decorative Exterior Stone", price: "Request Quote", variant: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg" }, ]} title="Our Product Range" description="Explore our wide catalog of concrete paving solutions." @@ -211,21 +91,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Are your tiles weather resistant?", - content: "Yes, our concrete products are designed for harsh outdoor conditions.", - }, - { - id: "f2", - title: "Do you offer bulk delivery?", - content: "We offer streamlined logistics for all project sizes.", - }, - { - id: "f3", - title: "Can you provide custom designs?", - content: "Yes, we work with architects to create custom patterns.", - }, + { id: "f1", title: "Are your tiles weather resistant?", content: "Yes, our concrete products are designed for harsh outdoor conditions." }, + { id: "f2", title: "Do you offer bulk delivery?", content: "We offer streamlined logistics for all project sizes." }, + { id: "f3", title: "Can you provide custom designs?", content: "Yes, we work with architects to create custom patterns." }, ]} title="Frequently Asked Questions" description="Have questions? We have the answers." @@ -236,12 +104,10 @@ export default function LandingPage() {