Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, Diamond, LayoutDashboard, Star, Wrench, Circle } from "lucide-react";
|
||||
import { Award, Diamond, LayoutDashboard, Star, Wrench, Tool } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy homeowners"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "Bespoke Joinery", icon: Circle },
|
||||
{ type: "text-icon", text: "Bespoke Joinery", icon: Tool },
|
||||
{ type: "text-icon", text: "Premium Materials", icon: Diamond },
|
||||
{ type: "text-icon", text: "Custom Storage", icon: LayoutDashboard },
|
||||
{ type: "text-icon", text: "Luxury Kitchens", icon: Star },
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names=["Google Reviews", "Houzz", "Trustpilot", "Verified Traders", "Kitchen Monthly", "Design Weekly", "Home & Style"]
|
||||
names={["Google Reviews", "Houzz", "Trustpilot", "Verified Traders", "Kitchen Monthly", "Design Weekly", "Home & Style"]}
|
||||
title="Trusted by Homeowners Across the UK"
|
||||
description="We take pride in being the locals' preferred choice for bespoke home renovations."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user