diff --git a/src/app/page.tsx b/src/app/page.tsx index a4e49e5..2ad68a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,8 +44,7 @@ export default function LandingPage() {
@@ -79,51 +68,27 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "suite", - label: "Rooms", - title: "Luxury Suites", - items: [ - "Premium king-sized beds", - "High-speed internet", - "24/7 Room Service", - ], + id: "suite", label: "Rooms", title: "Luxury Suites", items: [ + "Premium king-sized beds", "High-speed internet", "24/7 Room Service"], buttons: [ { - text: "Book Now", - href: "#", - }, + text: "Book Now", href: "#"}, ], }, { - id: "dining", - label: "Cuisine", - title: "Gourmet Dining", - items: [ - "International and local menu", - "Fine dining experience", - "Private dining options", - ], + id: "dining", label: "Cuisine", title: "Gourmet Dining", items: [ + "International and local menu", "Fine dining experience", "Private dining options"], buttons: [ { - text: "View Menu", - href: "#", - }, + text: "View Menu", href: "#"}, ], }, { - id: "pool", - label: "Leisure", - title: "Outdoor Oasis", - items: [ - "Crystal-clear swimming pool", - "Landscaped gardens", - "Poolside service", - ], + id: "pool", label: "Leisure", title: "Outdoor Oasis", items: [ + "Crystal-clear swimming pool", "Landscaped gardens", "Poolside service"], buttons: [ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ], }, ]} @@ -138,45 +103,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "A Perfect Stay", - quote: "The service was impeccable. Farm City Acacia is definitely my new go-to place in Isiolo.", - name: "John Doe", - role: "Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg?_wi=1", - }, + id: "1", title: "A Perfect Stay", quote: "The service was impeccable. Farm City Acacia is definitely my new go-to place in Isiolo.", name: "John Doe", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg?_wi=1"}, { - id: "2", - title: "Incredible Ambiance", - quote: "I love the warm atmosphere. It's so quiet and comfortable, truly a home away from home.", - name: "Jane Smith", - role: "Business Guest", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-suit-using-mobile-phone-waiting-business-partner-city-center_1258-194042.jpg", - }, + id: "2", title: "Incredible Ambiance", quote: "I love the warm atmosphere. It's so quiet and comfortable, truly a home away from home.", name: "Jane Smith", role: "Business Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-suit-using-mobile-phone-waiting-business-partner-city-center_1258-194042.jpg"}, { - id: "3", - title: "Best in Isiolo", - quote: "The amenities and the food are top-notch. I had a wonderful experience throughout my week-long stay.", - name: "Sam Karisa", - role: "Local Professional", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-guy-shows-his-biceps-photo-takes-selfies-smartphone-sits-near_1258-270601.jpg", - }, + id: "3", title: "Best in Isiolo", quote: "The amenities and the food are top-notch. I had a wonderful experience throughout my week-long stay.", name: "Sam Karisa", role: "Local Professional", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-handsome-guy-shows-his-biceps-photo-takes-selfies-smartphone-sits-near_1258-270601.jpg"}, { - id: "4", - title: "Exceptional Hospitality", - quote: "Everything from the reception to the suite was perfectly organized. Highly recommend.", - name: "Maria Wanjiku", - role: "Tourist", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg", - }, + id: "4", title: "Exceptional Hospitality", quote: "Everything from the reception to the suite was perfectly organized. Highly recommend.", name: "Maria Wanjiku", role: "Tourist", imageSrc: "http://img.b2bpic.net/free-photo/elderly-person-paying-coffee-cup_482257-87199.jpg"}, { - id: "5", - title: "Wonderful Experience", - quote: "An absolute gem in the city. The staff went above and beyond to make our stay comfortable.", - name: "David Otieno", - role: "Vacationer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg?_wi=2", - }, + id: "5", title: "Wonderful Experience", quote: "An absolute gem in the city. The staff went above and beyond to make our stay comfortable.", name: "David Otieno", role: "Vacationer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-maid-fixes-curtain-hotel-room_23-2148033213.jpg?_wi=2"}, ]} title="Guest Stories" description="Don't just take our word for it—hear what our esteemed guests have to say." @@ -184,55 +119,34 @@ export default function LandingPage() {
-
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..b168257 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #f6f0e9; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #efe7dd; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);