From 00523eff5dbac81cf6856be0bb984273fe80f341 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 07:59:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 114 +++++++++++++++++++++++------------------------ 1 file changed, 55 insertions(+), 59 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 131fbee..a6df267 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Building, Coffee, Facebook, Instagram, Laptop, Music, ShoppingBag, Twitter, Users, Wrench, Briefcase, Zap, Film } from "lucide-react"; +import { Building, Coffee, Facebook, Instagram, Twitter, Users, Briefcase, Zap, Utensils, BedDouble, Droplets, Smile } from "lucide-react"; export default function LandingPage() { return ( @@ -33,84 +31,82 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Shopping", id: "shopping" }, - { name: "Facilities", id: "facilities" }, - { name: "Entertainment", id: "entertainment" }, + { name: "Rooms", id: "rooms" }, + { name: "Dining", id: "dining" }, + { name: "Features", id: "facilities" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - brandName="Concord Arua" + brandName="Beal Luxury Hotel" />
-
- + +
+ +
+
- -
- -
@@ -121,12 +117,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Mambo Fred", handle: "@mambo", testimonial: "My one stop center for all my shopping needs and more in Arua city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167457.jpg" }, - { id: "2", name: "Chandia Jafati", handle: "@chandia", testimonial: "One of the best shopping malls in the heart of Arua city, opposite Hass fuel station.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg" } + { id: "1", name: "Sarah K.", handle: "@sarahtravels", testimonial: "The stay was absolutely incredible. George and Linda were extremely helpful throughout our visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-hotel-guest_23-2150167457.jpg" }, + { id: "2", name: "John M.", handle: "@johnm", testimonial: "Francine at the front desk was fantastic. The rooms and the fountain view were highlights of our trip to Arua.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-business-traveler_1194-2551.jpg" } ]} showRating={true} - title="Community Voices" - description="Hear from our frequent visitors." + title="Guest Experiences" + description="See what our guests say about their stay at Beal Luxury Hotel." /> @@ -134,16 +130,16 @@ export default function LandingPage() {