"use client"; import Link from "next/link"; import Image from "next/image"; import AnimatedText from "@/components/common/AnimatedText"; import ModalVideo from "react-modal-video"; import { useState } from "react"; export default function About() { const [isOpen, setOpen] = useState(false); return ( <>
img
img
About Our Company


It is a long established fact that a reader will be distracted the readable content of a page when looking at layout the point of using lorem the is Ipsum Xbuild less normal distribution best company in world of letters.

img
img
  • Proactively pontificate client-centered relationships
  • Is there a waiting list for desired work to be started
  • Release of Letraset sheets containing Lorem Ipsum
Explore more
author-img

Xbuild, CEO

Brooklyn Simmons

setOpen(false)} />{" "} ); }