diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4e780a1..466b97f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
-import HeroSplit from '@/components/sections/hero/HeroSplit';
+import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -29,87 +29,31 @@ export default function LandingPage() {
-
@@ -118,9 +62,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="The Art of Living Well"
description={[
- "Our philosophy is rooted in the belief that great design should feel as effortless as a coastal sunset. We focus on natural textures, soft palettes, and purposeful light to craft timeless interiors.",
- "We treat every project as a unique collaboration, translating your personal vision into an environment that nurtures and inspires.",
- ]}
+ "Our philosophy is rooted in the belief that great design should feel as effortless as a coastal sunset. We focus on natural textures, soft palettes, and purposeful light to craft timeless interiors.", "We treat every project as a unique collaboration, translating your personal vision into an environment that nurtures and inspires."]}
/>
@@ -132,59 +74,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Bedroom",
- name: "Coastal Haven Suite",
- price: "Custom Project",
- rating: 5,
- reviewCount: "10",
- imageSrc: "http://img.b2bpic.net/free-photo/lamp-bedroom_1203-3404.jpg",
- },
+ id: "1", brand: "Bedroom", name: "Coastal Haven Suite", price: "Custom Project", rating: 5,
+ reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/lamp-bedroom_1203-3404.jpg"},
{
- id: "2",
- brand: "Kitchen",
- name: "Modern Marble Kitchen",
- price: "Custom Project",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-tangerine-mixed-table_114579-46712.jpg",
- },
+ id: "2", brand: "Kitchen", name: "Modern Marble Kitchen", price: "Custom Project", rating: 5,
+ reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/pile-fresh-tangerine-mixed-table_114579-46712.jpg"},
{
- id: "3",
- brand: "Bathroom",
- name: "Serene Spa Bath",
- price: "Custom Project",
- rating: 5,
- reviewCount: "5",
- imageSrc: "http://img.b2bpic.net/free-photo/bathroom-decorated-with-brazilian-folklore-design_23-2150794049.jpg",
- },
+ id: "3", brand: "Bathroom", name: "Serene Spa Bath", price: "Custom Project", rating: 5,
+ reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/bathroom-decorated-with-brazilian-folklore-design_23-2150794049.jpg"},
{
- id: "4",
- brand: "Dining",
- name: "Sunset Dining Room",
- price: "Custom Project",
- rating: 5,
- reviewCount: "7",
- imageSrc: "http://img.b2bpic.net/free-photo/festive-table-setting-home-with-scandinavian-decorative-details-close-up_169016-10948.jpg",
- },
+ id: "4", brand: "Dining", name: "Sunset Dining Room", price: "Custom Project", rating: 5,
+ reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/festive-table-setting-home-with-scandinavian-decorative-details-close-up_169016-10948.jpg"},
{
- id: "5",
- brand: "Living",
- name: "Organic Living Area",
- price: "Custom Project",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899458.jpg",
- },
+ id: "5", brand: "Living", name: "Organic Living Area", price: "Custom Project", rating: 5,
+ reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/room-interior-design_23-2148899458.jpg"},
{
- id: "6",
- brand: "Entryway",
- name: "Modern Foyer Gallery",
- price: "Custom Project",
- rating: 5,
- reviewCount: "4",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407584.jpg",
- },
+ id: "6", brand: "Entryway", name: "Modern Foyer Gallery", price: "Custom Project", rating: 5,
+ reviewCount: "4", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407584.jpg"},
]}
title="Selected Works"
description="A curated glimpse into our recent interior transformations."
@@ -197,45 +103,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- title: "Transformative",
- quote: "The team at Left Coast Design Studio turned our outdated bungalow into a masterpiece of modern serenity.",
- name: "Sarah Miller",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424005.jpg",
- },
+ id: "1", title: "Transformative", quote: "The team at Left Coast Design Studio turned our outdated bungalow into a masterpiece of modern serenity.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-coffee-spacious-cafeteria_23-2150424005.jpg"},
{
- id: "2",
- title: "Incredible",
- quote: "They truly listened to our lifestyle needs. Every room feels both functional and incredibly luxurious.",
- name: "James Chen",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_23-2149410393.jpg",
- },
+ id: "2", title: "Incredible", quote: "They truly listened to our lifestyle needs. Every room feels both functional and incredibly luxurious.", name: "James Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-woman-sitting-chair_23-2149410393.jpg"},
{
- id: "3",
- title: "Professional",
- quote: "I've never worked with designers so attuned to natural light and texture. Exceeded all our expectations.",
- name: "Elena Rodriguez",
- role: "Architect",
- imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg",
- },
+ id: "3", title: "Professional", quote: "I've never worked with designers so attuned to natural light and texture. Exceeded all our expectations.", name: "Elena Rodriguez", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-u-pon-couple-home-sharing-tender-moments_23-2149105982.jpg"},
{
- id: "4",
- title: "Exceptional",
- quote: "The entire process was stress-free and the outcome is beyond beautiful. We are so happy.",
- name: "David Thorne",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074444.jpg",
- },
+ id: "4", title: "Exceptional", quote: "The entire process was stress-free and the outcome is beyond beautiful. We are so happy.", name: "David Thorne", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/view-woman-decorating-her-home-with-orchid-flower_23-2151074444.jpg"},
{
- id: "5",
- title: "Stunning",
- quote: "Attention to detail is unmatched. Our home feels entirely brand new, yet completely aligned with our identity.",
- name: "Maria Lopez",
- role: "Executive",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-friends-watching-discussing-media-content_1262-18392.jpg",
- },
+ id: "5", title: "Stunning", quote: "Attention to detail is unmatched. Our home feels entirely brand new, yet completely aligned with our identity.", name: "Maria Lopez", role: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-friends-watching-discussing-media-content_1262-18392.jpg"},
]}
title="Client Stories"
description="Hear from the wonderful people who have welcomed us into their homes."
@@ -246,8 +122,7 @@ export default function LandingPage() {