diff --git a/src/app/page.tsx b/src/app/page.tsx index dd04632..df6bf16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,92 +16,49 @@ export default function LandingPage() { defaultButtonVariant="hover-bubble" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -110,52 +67,16 @@ export default function LandingPage() { @@ -164,45 +85,15 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - testimonials={[ - { - id: "1", - name: "Reva Zoting", - handle: "@reva", - testimonial: "Staff arrived quickly and on schedule. Extremely clean work, didn't leave any mess behind.", - imageSrc: "https://pixabay.com/get/gf2648b4e6bda7af60823a104b879bd2aa177fd3450bdccde434812ab5ed45680dade1034f9ac4c2a75a4865ce59bcb241ccb10c306fd5f8388746205e93517a2_1280.jpg?_wi=1", - }, - { - id: "2", - name: "Takendra Hawkins", - handle: "@takendra", - testimonial: "Efficient, qualified, and affable. They resolved the issue immediately.", - imageSrc: "https://pixabay.com/get/g29e5944cd2c96fa9b44250a8dd60919562b5bd91ec78072b014afdf5a9540376d06719a5056b4a43d21f6ce4e0083576b0ef7908a8d4f6b5de8ceb3c8c5110da_1280.jpg", - }, - { - id: "3", - name: "Ashley Yancy", - handle: "@ashley", - testimonial: "Top-notch knowledge and speed in addressing the issue. Exceptional customer support.", - imageSrc: "https://pixabay.com/get/g87fb214a0bbe4efd2de6bc5dab3951c3331c53d5367e5fb8c86338ba639326fa1bd71eb9ad05b872743a0895dc5002408cbc2c66668a7e64d066a426051dfc55_1280.jpg", - }, - { - id: "4", - name: "Hallie Collette", - handle: "@hallie", - testimonial: "The team's execution was truly remarkable. Flawless work, experience shone through.", - imageSrc: "https://pixabay.com/get/gd1db6b8995b3dd4a5abc4f08b7651326ff892d97b5e7963071e67cd798bc3970f26ffe463c45093d78a8cbed07b4493c_1280.jpg", - }, - { - id: "5", - name: "Jordan Smith", - handle: "@jsmith", - testimonial: "Very professional and knowledgeable. Will definitely call them again.", - imageSrc: "https://pixabay.com/get/gf2648b4e6bda7af60823a104b879bd2aa177fd3450bdccde434812ab5ed45680dade1034f9ac4c2a75a4865ce59bcb241ccb10c306fd5f8388746205e93517a2_1280.jpg?_wi=2", - }, - ]} title="Trusted by Homeowners" description="5.0 star average rating across hundreds of projects." + testimonials={[ + { id: "1", name: "Reva Zoting", handle: "@reva", testimonial: "Staff arrived quickly and on schedule. Extremely clean work, didn't leave any mess behind.", imageSrc: "https://pixabay.com/get/gf2648b4e6bda7af60823a104b879bd2aa177fd3450bdccde434812ab5ed45680dade1034f9ac4c2a75a4865ce59bcb241ccb10c306fd5f8388746205e93517a2_1280.jpg" }, + { id: "2", name: "Takendra Hawkins", handle: "@takendra", testimonial: "Efficient, qualified, and affable. They resolved the issue immediately.", imageSrc: "https://pixabay.com/get/g29e5944cd2c96fa9b44250a8dd60919562b5bd91ec78072b014afdf5a9540376d06719a5056b4a43d21f6ce4e0083576b0ef7908a8d4f6b5de8ceb3c8c5110da_1280.jpg" }, + { id: "3", name: "Ashley Yancy", handle: "@ashley", testimonial: "Top-notch knowledge and speed in addressing the issue. Exceptional customer support.", imageSrc: "https://pixabay.com/get/g87fb214a0bbe4efd2de6bc5dab3951c3331c53d5367e5fb8c86338ba639326fa1bd71eb9ad05b872743a0895dc5002408cbc2c66668a7e64d066a426051dfc55_1280.jpg" }, + { id: "4", name: "Hallie Collette", handle: "@hallie", testimonial: "The team's execution was truly remarkable. Flawless work, experience shone through.", imageSrc: "https://pixabay.com/get/gd1db6b8995b3dd4a5abc4f08b7651326ff892d97b5e7963071e67cd798bc3970f26ffe463c45093d78a8cbed07b4493c_1280.jpg" }, + { id: "5", name: "Jordan Smith", handle: "@jsmith", testimonial: "Very professional and knowledgeable. Will definitely call them again.", imageSrc: "https://pixabay.com/get/gf2648b4e6bda7af60823a104b879bd2aa177fd3450bdccde434812ab5ed45680dade1034f9ac4c2a75a4865ce59bcb241ccb10c306fd5f8388746205e93517a2_1280.jpg" } + ]} /> @@ -212,35 +103,22 @@ export default function LandingPage() { textboxLayout="split" gridVariant="bento-grid" useInvertedBackground={false} - metrics={[ - { - id: "m1", - value: "15+", - description: "Years of Dedicated Experience", - }, - { - id: "m2", - value: "500+", - description: "Happy Clients Served", - }, - { - id: "m3", - value: "100%", - description: "Satisfaction Rate", - }, - { - id: "m4", - value: "5.0", - description: "Star Average Rating", - }, - ]} title="Decades of Excellence" description="Professional plumbing and heating is not just a service—it's a craft." + metrics={[ + { id: "m1", value: "15+", description: "Years of Dedicated Experience" }, + { id: "m2", value: "500+", description: "Happy Clients Served" }, + { id: "m3", value: "100%", description: "Satisfaction Rate" }, + { id: "m4", value: "5.0", description: "Star Average Rating" } + ]} />
@@ -249,14 +127,8 @@ export default function LandingPage() {