Merge version_3 into main #7
@@ -10,7 +10,6 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Zap, Hammer, Image as ImageIcon, Phone } from 'lucide-react';
|
||||
import Image from 'next/image';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -36,7 +35,6 @@ export default function LandingPage() {
|
||||
{ name: "Call Now", id: "tel:+917025529278" }
|
||||
]}
|
||||
brandName=""
|
||||
brandLogo={<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfFrloU6naHqEINcrFyIAYo2Uk/uploaded-1772977170201-bxrpo1lv.jpg" alt="Atlas Logo" style={{ height: '40px', objectFit: 'contain' }} />}
|
||||
bottomLeftText="Kozhenchery, Kerala"
|
||||
bottomRightText="+91 7025 529 278"
|
||||
/>
|
||||
@@ -104,25 +102,32 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Atlas", name: "Renovation Work", price: "Premium", rating: 5, reviewCount: "50+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/discussing-blueprint_1098-18180.jpg", imageAlt: "Complete home renovation"
|
||||
id: "1", brand: "Atlas", name: "Renovation Work", price: "Premium", rating: 5,
|
||||
reviewCount: "50+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/discussing-blueprint_1098-18180.jpg", imageAlt: "Complete home renovation"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Atlas", name: "Interior Work", price: "Luxury", rating: 5, reviewCount: "45+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/young-female-client-store-is-trying-different-frames-her-small-canvas-is-talking-with-attractive-male-employee_662251-239.jpg", imageAlt: "Luxury interior design"
|
||||
id: "2", brand: "Atlas", name: "Interior Work", price: "Luxury", rating: 5,
|
||||
reviewCount: "45+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/young-female-client-store-is-trying-different-frames-her-small-canvas-is-talking-with-attractive-male-employee_662251-239.jpg", imageAlt: "Luxury interior design"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Atlas", name: "Wall Drop Work", price: "Structural", rating: 5, reviewCount: "35+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/street-reflection-glass-steel-building-facade_1153-3596.jpg", imageAlt: "Structural wall construction"
|
||||
id: "3", brand: "Atlas", name: "Wall Drop Work", price: "Structural", rating: 5,
|
||||
reviewCount: "35+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/street-reflection-glass-steel-building-facade_1153-3596.jpg", imageAlt: "Structural wall construction"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Atlas", name: "Kitchen Cupboards", price: "Modular", rating: 5, reviewCount: "40+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115549.jpg", imageAlt: "Custom kitchen cupboards"
|
||||
id: "4", brand: "Atlas", name: "Kitchen Cupboards", price: "Modular", rating: 5,
|
||||
reviewCount: "40+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/portrait-modern-woman-home_23-2148115549.jpg", imageAlt: "Custom kitchen cupboards"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Atlas", name: "Gypsum Work", price: "High-End", rating: 5, reviewCount: "42+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-wooden-walls-blue-windows-white-lamp-lights_181624-6838.jpg", imageAlt: "Modern gypsum ceiling"
|
||||
id: "5", brand: "Atlas", name: "Gypsum Work", price: "High-End", rating: 5,
|
||||
reviewCount: "42+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-modern-building-with-wooden-walls-blue-windows-white-lamp-lights_181624-6838.jpg", imageAlt: "Modern gypsum ceiling"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Atlas", name: "Manpower Supply", price: "Vetted", rating: 5, reviewCount: "100+ Staff", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772880.jpg", imageAlt: "Skilled workforce"
|
||||
id: "6", brand: "Atlas", name: "Manpower Supply", price: "Vetted", rating: 5,
|
||||
reviewCount: "100+ Staff", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-working-construction_23-2150772880.jpg", imageAlt: "Skilled workforce"
|
||||
},
|
||||
{
|
||||
id: "7", brand: "Atlas", name: "Tiles & Granite", price: "Premium", rating: 5, reviewCount: "55+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-cutting-board-blue-table_114579-90368.jpg", imageAlt: "Precision flooring installation"
|
||||
id: "7", brand: "Atlas", name: "Tiles & Granite", price: "Premium", rating: 5,
|
||||
reviewCount: "55+ Projects", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cookies-cutting-board-blue-table_114579-90368.jpg", imageAlt: "Precision flooring installation"
|
||||
}
|
||||
]}
|
||||
title="Complete Service Arsenal"
|
||||
|
||||
Reference in New Issue
Block a user