diff --git a/src/app/page.tsx b/src/app/page.tsx
index a56a6da..0cd0bfc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,6 +8,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
+import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
export default function LandingPage() {
@@ -29,21 +30,15 @@ export default function LandingPage() {
@@ -52,99 +47,56 @@ export default function LandingPage() {
@@ -167,113 +119,40 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Reinforcement Steel",
- price: "Available on Request",
- variant: "High Grade Steel",
- imageSrc: "http://img.b2bpic.net/free-photo/waibaidu-bridge-shanghai_1359-928.jpg?_wi=1",
- },
+ id: "p1", name: "Reinforcement Steel", price: "Available on Request", variant: "High Grade Steel", imageSrc: "http://img.b2bpic.net/free-photo/waibaidu-bridge-shanghai_1359-928.jpg?_wi=1"},
{
- id: "p2",
- name: "Portland Cement",
- price: "Bulk Pricing",
- variant: "Standard/Sulphate",
- imageSrc: "http://img.b2bpic.net/free-photo/stacks-timber-planks-building-construction-generated-by-ai_188544-26233.jpg?_wi=1",
- },
+ id: "p2", name: "Portland Cement", price: "Bulk Pricing", variant: "Standard/Sulphate", imageSrc: "http://img.b2bpic.net/free-photo/stacks-timber-planks-building-construction-generated-by-ai_188544-26233.jpg?_wi=1"},
{
- id: "p3",
- name: "Construction Bricks",
- price: "Unit Pricing",
- variant: "Red/Lightweight",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14992.jpg?_wi=1",
- },
+ id: "p3", name: "Construction Bricks", price: "Unit Pricing", variant: "Red/Lightweight", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14992.jpg?_wi=1"},
{
- id: "p4",
- name: "Foundation Stones",
- price: "Per Ton",
- variant: "Crushed/Clean",
- imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-gray-concrete-walkway-cloudy-sky_181624-16507.jpg",
- },
- {
- id: "p5",
- name: "Industrial Plywood",
- price: "Per Sheet",
- variant: "Water Resistant",
- imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384858.jpg",
- },
- {
- id: "p6",
- name: "Construction Sand",
- price: "Per Load",
- variant: "Washed Sand",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-stone-texture-pattern_58702-14036.jpg",
- },
+ id: "p4", name: "Foundation Stones", price: "Per Ton", variant: "Crushed/Clean", imageSrc: "http://img.b2bpic.net/free-photo/wide-angle-shot-gray-concrete-walkway-cloudy-sky_181624-16507.jpg"},
]}
title="Our Product Range"
description="Comprehensive range of building materials for all your requirements."
/>
+
+
@@ -302,33 +178,10 @@ export default function LandingPage() {