From 8eb2b79fae2e38b42331e297fc31cd640c31910d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:41:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 127 +++++++++++------------------------------------ 1 file changed, 29 insertions(+), 98 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 415b697..4040cea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Smile, Users } from "lucide-react"; +import { Award, Star, Building2, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -35,38 +35,30 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Rooms", id: "rooms" }, + { name: "Facilities", id: "facilities" }, { name: "Testimonials", id: "testimonials" }, { name: "Location", id: "location" }, { name: "Contact", id: "contact" }, ]} - brandName="Summit Guest House" + brandName="Minister Tower" />
@@ -75,11 +67,11 @@ export default function LandingPage() {
@@ -91,73 +83,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "f1", title: "Үнэгүй Wi-Fi", tags: ["High Speed"], imageSrc: "http://img.b2bpic.net/free-photo/push-pin-front-side-with-white-background_187299-39941.jpg" }, - { id: "f2", title: "Өглөөний цай", tags: ["Tasty"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598851.jpg?_wi=2" }, - { id: "f3", title: "Цэвэр гал тогоо", tags: ["Self Service"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598846.jpg?_wi=2" } + { id: "f1", title: "Best Bridge", tags: ["Бизнес", "Технологи"], imageSrc: "http://img.b2bpic.net/free-photo/business-working-laptop_23-2148770760.jpg" }, + { id: "f2", title: "Signature Pub", tags: ["Амралт", "Хоол"], imageSrc: "http://img.b2bpic.net/free-photo/modern-pub-interior_23-2148770766.jpg" }, + { id: "f3", title: "Цэвэр орчин", tags: ["Ариун цэвэр"], imageSrc: "http://img.b2bpic.net/free-photo/clean-modern-lobby_23-2148770772.jpg" } ]} - title="Бидний онцлог" - description="Аялагчдад зориулсан хамгийн тухтай үйлчилгээнүүд." - /> -
- -
- -
- -
- -
- -
- -
- -
-
@@ -165,11 +96,11 @@ export default function LandingPage() {
@@ -180,23 +111,23 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} title="Холбоо барих" - description="Бидэнтэй холбогдон захиалга хийгээрэй." - imageSrc="http://img.b2bpic.net/free-photo/top-view-with-money-wooden-background_23-2148256055.jpg" + description="Оффис түрээслэх эсвэл илүү дэлгэрэнгүй мэдээлэл авах бол бидэнтэй холбогдоорой." + imageSrc="http://img.b2bpic.net/free-photo/business-contact-form-background_23-2148770780.jpg" mediaAnimation="slide-up" /> ); -} +} \ No newline at end of file -- 2.49.1