Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f75645b58c | |||
| 4fa7b0ed32 | |||
| 39e3719a61 | |||
| 98d059c55b |
160
src/app/page.tsx
160
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() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Farm City Acacia"
|
||||
/>
|
||||
@@ -52,8 +44,7 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Welcome to Farm City Acacia"
|
||||
description="Experience unparalleled comfort and hospitality in the heart of Isiolo. Your premier retreat awaits."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/village-landscape_1182-948.jpg"
|
||||
@@ -66,9 +57,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Hospitality Excellence"
|
||||
description={[
|
||||
"Farm City Acacia is designed for the traveler who seeks comfort without compromising on elegance. Strategically located in Isiolo, we offer a serene escape for both business and leisure guests.",
|
||||
"Our commitment is to provide a world-class experience, combining local warmth with international standards of service to ensure every stay is memorable.",
|
||||
]}
|
||||
"Farm City Acacia is designed for the traveler who seeks comfort without compromising on elegance. Strategically located in Isiolo, we offer a serene escape for both business and leisure guests.", "Our commitment is to provide a world-class experience, combining local warmth with international standards of service to ensure every stay is memorable."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
<ContactText
|
||||
text="Contact Us at +254 700 000 000 | info@farmcityacacia.com | Isiolo Main Road, Kenya"
|
||||
animationType="reveal-blur"
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Inquiry"
|
||||
title="Book Your Stay"
|
||||
description="Have questions about availability or special requests? Get in touch with our team today."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/guest-checkin-reception-service_482257-80034.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Gallery",
|
||||
href: "#",
|
||||
},
|
||||
title: "Our Property", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Suites", href: "#services" },
|
||||
{ label: "Cuisine", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#",
|
||||
},
|
||||
title: "Stay Connected", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "FAQs", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Farm City Acacia. All rights reserved."
|
||||
bottomLeftText="© 2024 Farm City Acacia"
|
||||
bottomRightText="Designed for Excellence"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user