From e61f5122b055a93af6e447670f7e894ef1e03357 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:06:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 195 +++++++++-------------------------------------- 1 file changed, 34 insertions(+), 161 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aee8a3..8c4ccb2 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 ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,62 +45,34 @@ export default function LandingPage() {
@@ -117,14 +81,8 @@ export default function LandingPage() { @@ -137,19 +95,13 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Bespoke Pieces", - description: "Custom-designed furniture tailored to your specific living requirements.", - }, + title: "Bespoke Pieces", description: "Custom-designed furniture tailored to your specific living requirements."}, { icon: Shield, - title: "Exclusive Design", - description: "Unique concepts that stand the test of time, crafted with absolute integrity.", - }, + title: "Exclusive Design", description: "Unique concepts that stand the test of time, crafted with absolute integrity."}, { icon: Zap, - title: "Transformative Spaces", - description: "Revitalizing residential and commercial interiors with high-end aesthetic vision.", - }, + title: "Transformative Spaces", description: "Revitalizing residential and commercial interiors with high-end aesthetic vision."}, ]} title="Design Philosophy" description="Each project is a testament to exclusivity and precision, blending artisanal heritage with modern luxury." @@ -161,61 +113,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Ana Silva", - date: "Jan 2024", - title: "Homeowner", - quote: "Joana's attention to detail is unmatched. Truly exclusive design.", - tag: "Luxury", - avatarSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-artisan-jobs-equipment-arrangement_23-2148732422.jpg?_wi=2", - imageAlt: "luxurious interior design living room", - }, - { - id: "2", - name: "Pedro Martins", - date: "Dec 2023", - title: "Commercial Client", - quote: "Transformed our space into a masterpiece of elegance.", - tag: "Design", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-decorative-details-candles_169016-23146.jpg", - imageAlt: "interior designer at work atelier", - }, - { - id: "3", - name: "Sofia Costa", - date: "Nov 2023", - title: "Private Residence", - quote: "A tailor-made journey from concept to final installation.", - tag: "Home", - avatarSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-modern-female_23-2148415853.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg", - imageAlt: "elegant woman portrait neutral background", - }, - { - id: "4", - name: "Ricardo Santos", - date: "Oct 2023", - title: "Art Collector", - quote: "The bespoke pieces are simply art. Incredible quality.", - tag: "Art", - avatarSrc: "http://img.b2bpic.net/free-photo/woman-model-appearance-with-flag-ukraine-her-face-holds-posing-pink-background_114579-92661.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg", - imageAlt: "business man portrait professional", - }, - { - id: "5", - name: "Maria Fernandes", - date: "Sep 2023", - title: "Homeowner", - quote: "Professionalism meeting high-end creative vision at every step.", - tag: "Luxury", - avatarSrc: "http://img.b2bpic.net/free-photo/clients-realtor-touring-new-high-class-office-space_482257-90948.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-modern-female_23-2148415853.jpg", - imageAlt: "successful entrepreneur portrait modern", - }, + { id: "1", name: "Ana Silva", date: "Jan 2024", title: "Homeowner", quote: "Joana's attention to detail is unmatched. Truly exclusive design.", tag: "Luxury", avatarSrc: "http://img.b2bpic.net/free-photo/luxury-blond-female-white-dress-posing-studio_613910-10972.jpg" }, + { id: "2", name: "Pedro Martins", date: "Dec 2023", title: "Commercial Client", quote: "Transformed our space into a masterpiece of elegance.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-wearing-shells-necklace_23-2149105401.jpg" }, ]} title="What Clients Say" description="Authentic experiences from those who have curated their homes with us." @@ -225,51 +124,25 @@ export default function LandingPage() {