Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardEight from '@/components/sections/testimonial/TestimonialC
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Sparkles, Home, CheckCircle, Award, TrendingUp, Building2, Shield, HelpCircle, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Premium Properties in Premium Locations"
|
||||
description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing. "
|
||||
description="Carefully selected investment opportunities with verified documentation, legal support, and transparent pricing. "
|
||||
tag="NEW LISTINGS ADDED THIS WEEK"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
@@ -383,7 +383,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
<FooterBaseReveal
|
||||
logoText="PrimeProperties"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user