diff --git a/src/app/page.tsx b/src/app/page.tsx
index 32189fc..bdce43d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,47 +47,26 @@ export default function LandingPage() {
@@ -106,9 +77,7 @@ export default function LandingPage() {
title="Where Architecture Meets Anticipatory Intelligence."
buttons={[
{
- text: "Our Philosophy",
- href: "#features",
- },
+ text: "Our Philosophy", href: "#features"},
]}
/>
@@ -117,33 +86,19 @@ export default function LandingPage() {
@@ -215,25 +148,15 @@ export default function LandingPage() {
author="Sarah V., Entrepreneur"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-5081.jpg",
- alt: "Sarah",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-5081.jpg", alt: "Sarah"},
{
- src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg",
- alt: "Michael",
- },
+ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-darkroom_23-2149893830.jpg", alt: "Michael"},
{
- src: "http://img.b2bpic.net/free-photo/serious-businessman-standing-front-building-talking-bluetooth_23-2147972874.jpg",
- alt: "Emily",
- },
+ src: "http://img.b2bpic.net/free-photo/serious-businessman-standing-front-building-talking-bluetooth_23-2147972874.jpg", alt: "Emily"},
{
- src: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg",
- alt: "David",
- },
+ src: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", alt: "David"},
{
- src: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg",
- alt: "Elena",
- },
+ src: "http://img.b2bpic.net/free-photo/portriat-beautiful-business-woman-standing_23-2148317282.jpg", alt: "Elena"},
]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
@@ -245,20 +168,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Is my data private?",
- content: "Absolutely. We utilize military-grade encryption and local-first data processing.",
- },
+ id: "1", title: "Is my data private?", content: "Absolutely. We utilize military-grade encryption and local-first data processing."},
{
- id: "2",
- title: "What about installation?",
- content: "Our white-glove service handles every aspect, leaving your home flawless.",
- },
+ id: "2", title: "What about installation?", content: "Our white-glove service handles every aspect, leaving your home flawless."},
{
- id: "3",
- title: "Can I expand later?",
- content: "Yes, our modular architecture is built to grow alongside your needs.",
- },
+ id: "3", title: "Can I expand later?", content: "Yes, our modular architecture is built to grow alongside your needs."},
]}
sideTitle="Common Inquiries"
faqsAnimation="blur-reveal"
@@ -269,8 +183,7 @@ export default function LandingPage() {