diff --git a/src/app/page.tsx b/src/app/page.tsx index bf4d47c..105fd3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; @@ -30,12 +29,11 @@ export default function LandingPage() { brandName="Irentall" navItems={[ { name: "Home", id: "home" }, - { name: "About", id: "about" }, { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" } ]} button={{ - text: "Call Now", href: "tel:(747)800-7770" + text: "Call Now", href: "tel:747-800-7770" }} /> @@ -49,7 +47,7 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" buttons={[ - { text: "Call Now", href: "tel:(747)800-7770" } + { text: "Call Now", href: "tel:747-800-7770" } ]} buttonAnimation="slide-up" leftCarouselItems={[ @@ -78,19 +76,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}