diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0a346cd..9009dd5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
@@ -34,54 +34,35 @@ export default function LandingPage() {
@@ -343,30 +208,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "faq1",
- title: "What types of projects does Grupo Urbanos specialize in?",
- content: "Grupo Urbanos specializes in a broad range of urban development projects including residential complexes, commercial buildings, mixed-use developments, and public spaces, focusing on sustainable and innovative designs.",
- },
+ id: "faq1", title: "What types of projects does Grupo Urbanos specialize in?", content: "Grupo Urbanos specializes in a broad range of urban development projects including residential complexes, commercial buildings, mixed-use developments, and public spaces, focusing on sustainable and innovative designs."},
{
- id: "faq2",
- title: "How does Grupo Urbanos ensure sustainability in its projects?",
- content: "Sustainability is at the core of our operations. We integrate eco-friendly materials, energy-efficient designs, green infrastructure, and smart technology to minimize environmental impact and promote long-term ecological balance.",
- },
+ id: "faq2", title: "How does Grupo Urbanos ensure sustainability in its projects?", content: "Sustainability is at the core of our operations. We integrate eco-friendly materials, energy-efficient designs, green infrastructure, and smart technology to minimize environmental impact and promote long-term ecological balance."},
{
- id: "faq3",
- title: "Can I invest in Grupo Urbanos projects?",
- content: "We welcome investment inquiries for our upcoming and ongoing projects. Please contact our business development team through the provided contact form for detailed information on investment opportunities.",
- },
+ id: "faq3", title: "Can I invest in Grupo Urbanos projects?", content: "We welcome investment inquiries for our upcoming and ongoing projects. Please contact our business development team through the provided contact form for detailed information on investment opportunities."},
{
- id: "faq4",
- title: "What is the process for initiating a new development project with Grupo Urbanos?",
- content: "The process typically begins with an initial consultation to understand your vision and requirements. Following this, we move to feasibility studies, design conceptualization, detailed planning, and finally, execution. We maintain transparent communication at every stage.",
- },
+ id: "faq4", title: "What is the process for initiating a new development project with Grupo Urbanos?", content: "The process typically begins with an initial consultation to understand your vision and requirements. Following this, we move to feasibility studies, design conceptualization, detailed planning, and finally, execution. We maintain transparent communication at every stage."},
{
- id: "faq5",
- title: "Where are Grupo Urbanos projects primarily located?",
- content: "While our expertise is adaptable, our primary focus has been on urban centers and expanding metropolitan areas where there is a high demand for modern, sustainable, and community-focused developments.",
- },
+ id: "faq5", title: "Where are Grupo Urbanos projects primarily located?", content: "While our expertise is adaptable, our primary focus has been on urban centers and expanding metropolitan areas where there is a high demand for modern, sustainable, and community-focused developments."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about Grupo Urbanos and our urban development services."
@@ -378,38 +228,39 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file