3 Commits

Author SHA1 Message Date
57a1df8915 Update src/app/page.tsx 2025-12-25 16:04:08 +00:00
33fed539d9 Update src/app/layout.tsx 2025-12-25 16:04:07 +00:00
c84c5a0018 Update src/app/page.tsx 2025-12-25 15:45:06 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
@@ -101,10 +101,13 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<InlineImageSplitTextAbout <AboutPhoneTimeline
heading={[ title="Our Mission"
{ type: "text", content: "Leading Dubai Real Estate Company with over 15 years of market expertise" } description="We believe in creating experiences that inspire, empower, and transform. Our team is dedicated to building solutions that make a real difference in people's lives."
]} tag="About Us"
phoneOne={{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766677283454-saiau266.jpg", imageAlt: "Dashboard view" }}
phoneTwo={{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766677284138-zvo3uevt.jpg", imageAlt: "Product demo view" }}
textboxLayout="default"
buttons={[ buttons={[
{ text: "Learn More", href: "#contact" }, { text: "Learn More", href: "#contact" },
{ text: "Contact Team", href: "#contact" } { text: "Contact Team", href: "#contact" }