Update src/app/page.tsx

This commit is contained in:
2026-03-30 03:05:00 +00:00
parent 647c6103d2
commit 0bc5d9d38c

View File

@@ -5,6 +5,7 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwentyThree";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
@@ -15,6 +16,12 @@ export default function LandingPage() {
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
@@ -84,6 +91,23 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="The quality of work Miami Millwork Co. delivered for our walk-in closet is unmatched. The attention to detail and professional installation made a significant difference."
rating={5}
author="Elena Rodriguez"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-having-lunch-with-her-husband-talking-him-dining-table_637285-10457.jpg", alt: "Client One" },
{ src: "http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg", alt: "Client Two" },
{ src: "http://img.b2bpic.net/free-photo/gorgeous-young-girl-talking-by-phone-wardrobe-getting-ready-date-putting-make-up-she-was-surprised-look-holding-lip-gloss-hand-wearing-black-beautiful-dress_197531-1681.jpg", alt: "Client Three" },
{ src: "http://img.b2bpic.net/free-photo/attractive-girl-pink-robe-posing-with-salad-plate-kitchen_627829-11338.jpg", alt: "Client Four" }
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Get Started"