Merge version_2 into main #4
@@ -7,12 +7,10 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Globe, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -45,9 +43,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Artisan Plastering in Issé"
|
||||
description="Professional plastering and renovation services for residential and commercial projects. Quality craftsmanship tailored to your space."
|
||||
testimonials={[
|
||||
@@ -55,6 +50,8 @@ export default function LandingPage() {
|
||||
{ name: "Marie Leclerc", handle: "@mariele", testimonial: "Rabu a transformé mon intérieur avec précision.", rating: 5 },
|
||||
]}
|
||||
avatarText="Trusted by the local community"
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Plastering" },
|
||||
{ type: "text", text: "Renovation" },
|
||||
@@ -101,9 +98,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", brand: "Service", name: "Wall Plastering", price: "Contact for quote", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/plaster-wall_23-2148450650.jpg" },
|
||||
{ id: "2", brand: "Service", name: "Interior Finishing", price: "Contact for quote", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/finish-wall_23-2148450655.jpg" },
|
||||
{ id: "3", brand: "Service", name: "Full Home Renovation", price: "Contact for quote", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/interior-design_23-2148450660.jpg" },
|
||||
{ id: "1", brand: "Service", name: "Wall Plastering", price: "Contact for quote", rating: 5, reviewCount: "45", imageSrc: "https://img.b2bpic.net/free-photo/plaster-wall_23-2148450650.jpg" },
|
||||
{ id: "2", brand: "Service", name: "Interior Finishing", price: "Contact for quote", rating: 5, reviewCount: "32", imageSrc: "https://img.b2bpic.net/free-photo/finish-wall_23-2148450655.jpg" },
|
||||
{ id: "3", brand: "Service", name: "Full Home Renovation", price: "Contact for quote", rating: 5, reviewCount: "28", imageSrc: "https://img.b2bpic.net/free-photo/interior-design_23-2148450660.jpg" },
|
||||
]}
|
||||
title="Project Gallery"
|
||||
description="Explore the various plastering services available."
|
||||
@@ -114,9 +111,9 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Client 1" },
|
||||
{ id: "t2", name: "Client 2" },
|
||||
{ id: "t3", name: "Client 3" },
|
||||
{ id: "t1", name: "Client 1", imageSrc: "https://img.b2bpic.net/free-photo/man-smiling_23-2148450670.jpg" },
|
||||
{ id: "t2", name: "Client 2", imageSrc: "https://img.b2bpic.net/free-photo/woman-smiling_23-2148450675.jpg" },
|
||||
{ id: "t3", name: "Client 3", imageSrc: "https://img.b2bpic.net/free-photo/man-smiling-2_23-2148450680.jpg" },
|
||||
]}
|
||||
cardTitle="Client Testimonials"
|
||||
cardTag="Testimonials"
|
||||
@@ -150,6 +147,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-plaster-texture_23-2148450690.jpg"
|
||||
logoText="Rabu Fabrice"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] },
|
||||
|
||||
Reference in New Issue
Block a user