diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3cf0945..0a226bd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,12 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
-import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
+import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
+import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
+import ProductCardFour from '@/components/sections/product/ProductCardFour';
export default function LandingPage() {
return (
@@ -30,9 +31,9 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
- { name: "Features", id: "features" },
+ { name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "testimonials" },
- { name: "Contact", id: "contact" },
+ { name: "Book", id: "contact" },
]}
brandName="Hideaway Estate"
/>
@@ -70,38 +71,34 @@ export default function LandingPage() {
/>
-
-
@@ -110,9 +107,9 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Booking Inquiries"
- title="Ready to Plan Your Getaway?"
- description="We’d love to host your next celebration. Contact us to check availability and book your preferred dates."
- buttons={[{ text: "Check Availability", href: "mailto:info@hideawayestate.com" }]}
+ title="Secure Your Dates"
+ description="Our calendar fills up quickly. Reach out to discuss your requirements and confirm availability for your preferred stay dates."
+ buttons={[{ text: "Contact for Booking", href: "mailto:info@hideawayestate.com" }]}
/>
@@ -121,21 +118,21 @@ export default function LandingPage() {
logoText="Hideaway Estate"
columns={[
{
- title: "Stay", items: [
- { label: "About Property", href: "#about" },
- { label: "Features", href: "#features" },
- { label: "Testimonials", href: "#testimonials" },
+ title: "Quick Links", items: [
+ { label: "Home", href: "#hero" },
+ { label: "About", href: "#about" },
+ { label: "Gallery", href: "#gallery" },
],
},
{
- title: "Booking", items: [
- { label: "Check Availability", href: "mailto:info@hideawayestate.com" },
- { label: "FAQs", href: "#" },
+ title: "Support", items: [
+ { label: "Bookings", href: "#contact" },
{ label: "Privacy Policy", href: "#" },
+ { label: "Contact Us", href: "mailto:info@hideawayestate.com" },
],
},
]}
- copyrightText="© 2025 Hideaway Estate | Spacious Country Getaways"
+ copyrightText="© 2025 Hideaway Estate | Premium Vacation Rentals"
/>