Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-18 05:59:04 +00:00

View File

@@ -10,13 +10,23 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import ContactText from '@/components/sections/contact/ContactText';
import FooterCard from '@/components/sections/footer/FooterCard';
import Link from 'next/link';
const navItems = [{ name: "Home", id: "/" }];
export default function Page() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay navItems={navItems} />
</div>
@@ -108,6 +118,7 @@ export default function Page() {
<ContactText
text="Experience Enaki for Yourself. Schedule your private tour and view our residences."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[{ text: "Schedule Viewing", href: "#" }, { text: "Request Pricing", href: "#" }]}
/>
</div>