Merge version_1 into main #2
237
src/app/page.tsx
237
src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { CheckCircle, Clock, Palette, Smile, Tv } from "lucide-react";
|
||||
import { CheckCircle, Clock, Palette, Smile, Tv, Hammer } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,23 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Elite Renovations"
|
||||
button={{
|
||||
text: "Get Quote",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Get Quote", href: "/contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,92 +46,51 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Mastering Home Transformations"
|
||||
description="Premium painting, bespoke wall panelling, and stunning media walls crafted by experienced renovation specialists."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarah_m",
|
||||
testimonial: "Fantastic job on our living room. The media wall is exactly what we wanted!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-paintbrush-bucket-new-home-decoration_23-2149086772.jpg?_wi=1",
|
||||
},
|
||||
name: "Sarah Miller", handle: "@sarah_m", testimonial: "Fantastic job on our living room. The media wall is exactly what we wanted!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-paintbrush-bucket-new-home-decoration_23-2149086772.jpg"},
|
||||
{
|
||||
name: "James Cook",
|
||||
handle: "@jcook",
|
||||
testimonial: "Precision work on the panelling. Highly professional and clean.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-residential-family-living-house-concept_53876-124162.jpg",
|
||||
},
|
||||
name: "James Cook", handle: "@jcook", testimonial: "Precision work on the panelling. Highly professional and clean.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-residential-family-living-house-concept_53876-124162.jpg"},
|
||||
{
|
||||
name: "Emma Wright",
|
||||
handle: "@ewright",
|
||||
testimonial: "Transformed our home with their painting service. Vibrant and flawless.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-high-fiving-table_23-2147769998.jpg",
|
||||
},
|
||||
name: "Emma Wright", handle: "@ewright", testimonial: "Transformed our home with their painting service. Vibrant and flawless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-high-fiving-table_23-2147769998.jpg"},
|
||||
{
|
||||
name: "Robert Lee",
|
||||
handle: "@robert_lee",
|
||||
testimonial: "Expert attention to detail, highly recommended for any renovation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-girl-painting-orange-walls-using-laptop-find-online-decorating-inspiration-little-girl-woman-searching-renovation-model-with-color-paint-housework-diy-tools_482257-49679.jpg",
|
||||
},
|
||||
name: "Robert Lee", handle: "@robert_lee", testimonial: "Expert attention to detail, highly recommended for any renovation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-girl-painting-orange-walls-using-laptop-find-online-decorating-inspiration-little-girl-woman-searching-renovation-model-with-color-paint-housework-diy-tools_482257-49679.jpg"},
|
||||
{
|
||||
name: "Alice Green",
|
||||
handle: "@agreen",
|
||||
testimonial: "Efficient, talented, and reliable. Exceptional renovation experts.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086830.jpg",
|
||||
},
|
||||
name: "Alice Green", handle: "@agreen", testimonial: "Efficient, talented, and reliable. Exceptional renovation experts.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086830.jpg"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bathroom_74190-1477.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bathroom_74190-1477.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-caucasian-couple-hugging-happily-indoors-newly-purchased-home-joyful-moment_482257-134711.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148866942.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/preparing-room-new-furniture_329181-9754.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/preparing-room-new-furniture_329181-9754.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24899.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-cute-family-repairs-room_1157-24899.jpg", alt: "Client 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Assured",
|
||||
},
|
||||
type: "text", text: "Quality Assured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fully Insured",
|
||||
},
|
||||
type: "text", text: "Fully Insured"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Finish",
|
||||
},
|
||||
type: "text", text: "Expert Finish"},
|
||||
{
|
||||
type: "text",
|
||||
text: "On Budget",
|
||||
},
|
||||
type: "text", text: "On Budget"},
|
||||
{
|
||||
type: "text",
|
||||
text: "On Time",
|
||||
},
|
||||
type: "text", text: "On Time"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,38 +101,24 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Bespoke Panelling",
|
||||
description: "Custom wall panelling solutions that add texture, character, and luxury to any room.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Hammer,
|
||||
title: "Bespoke Panelling", description: "Custom wall panelling solutions that add texture, character, and luxury to any room.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: Hammer,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-ceramic-window-interior-tub_1203-4390.jpg",
|
||||
imageAlt: "light ceramic window interior tub",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/light-ceramic-window-interior-tub_1203-4390.jpg", imageAlt: "light ceramic window interior tub"},
|
||||
{
|
||||
title: "Modern Media Walls",
|
||||
description: "Functional media walls integrating your entertainment systems with elegant design.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Tv,
|
||||
title: "Modern Media Walls", description: "Functional media walls integrating your entertainment systems with elegant design.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: Tv,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathroom_74190-1477.jpg?_wi=2",
|
||||
imageAlt: "light ceramic window interior tub",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bathroom_74190-1477.jpg", imageAlt: "light ceramic window interior tub"},
|
||||
{
|
||||
title: "Professional Painting",
|
||||
description: "High-quality painting finishes using premium paints to ensure longevity and beauty.",
|
||||
bentoComponent: {
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Palette,
|
||||
title: "Professional Painting", description: "High-quality painting finishes using premium paints to ensure longevity and beauty.", bentoComponent: {
|
||||
bentoComponent: "reveal-icon", icon: Palette,
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-paintbrush-bucket-new-home-decoration_23-2149086772.jpg?_wi=2",
|
||||
imageAlt: "light ceramic window interior tub",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-paintbrush-bucket-new-home-decoration_23-2149086772.jpg", imageAlt: "light ceramic window interior tub"},
|
||||
]}
|
||||
title="Renovation Services"
|
||||
description="Comprehensive tradesman services to elevate your interior aesthetic."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -193,45 +130,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
company: "Growth Inc",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "CEO", company: "Growth Inc", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-happy-white-couple-moving-together-into-new-house_181624-36388.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Cook",
|
||||
role: "Architect",
|
||||
company: "Designs Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cardboard-house-with-tools-flat-lay_23-2148393120.jpg",
|
||||
},
|
||||
id: "2", name: "James Cook", role: "Architect", company: "Designs Ltd", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cardboard-house-with-tools-flat-lay_23-2148393120.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Wright",
|
||||
role: "Director",
|
||||
company: "Media Corp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-making-plans-remodel-house_23-2148814631.jpg",
|
||||
},
|
||||
id: "3", name: "Emma Wright", role: "Director", company: "Media Corp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-making-plans-remodel-house_23-2148814631.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Lee",
|
||||
role: "Manager",
|
||||
company: "Startup XYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg",
|
||||
},
|
||||
id: "4", name: "Robert Lee", role: "Manager", company: "Startup XYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-attractive-glasses-interior-designer-working-house-site-renovation-construction-progress-with-smile-confident-desk-with-blue-print-drawing-tool_609648-514.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Green",
|
||||
role: "Designer",
|
||||
company: "Art Studio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-house-sign-made-measuring-tape_329181-9317.jpg",
|
||||
},
|
||||
id: "5", name: "Alice Green", role: "Designer", company: "Art Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-house-sign-made-measuring-tape_329181-9317.jpg"},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="See why homeowners trust us for their most important renovations."
|
||||
@@ -248,25 +160,13 @@ export default function LandingPage() {
|
||||
description="Our numbers speak for our dedication to excellence."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Projects Completed",
|
||||
description: "Successful home transformations delivered.",
|
||||
icon: CheckCircle,
|
||||
id: "1", value: "500+", title: "Projects Completed", description: "Successful home transformations delivered.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Professional trade background.",
|
||||
icon: Clock,
|
||||
id: "2", value: "15+", title: "Years Experience", description: "Professional trade background.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Happy homeowners love our work.",
|
||||
icon: Smile,
|
||||
id: "3", value: "98%", title: "Client Satisfaction", description: "Happy homeowners love our work.", icon: Smile,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -279,12 +179,7 @@ export default function LandingPage() {
|
||||
title="Trusted Partners"
|
||||
description="Proud to work with industry leading suppliers."
|
||||
names={[
|
||||
"Dulux Pro",
|
||||
"Farrow & Ball",
|
||||
"Bespoke Panelling Ltd",
|
||||
"Modern Media Tech",
|
||||
"Quality Finishes Inc",
|
||||
]}
|
||||
"Dulux Pro", "Farrow & Ball", "Bespoke Panelling Ltd", "Modern Media Tech", "Quality Finishes Inc"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -292,37 +187,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Panelling",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Panelling", href: "#features"},
|
||||
{
|
||||
label: "Painting",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Painting", href: "#features"},
|
||||
{
|
||||
label: "Media Walls",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Media Walls", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user