7 Commits

Author SHA1 Message Date
cc0992fdcd Update src/app/page.tsx 2026-05-13 16:15:13 +00:00
8ad98f542d Merge version_2 into main
Merge version_2 into main
2026-05-13 16:09:46 +00:00
f704fd86ad Update src/app/styles/base.css 2026-05-13 16:09:43 +00:00
87ff3f3732 Update src/app/page.tsx 2026-05-13 16:09:43 +00:00
8b220b3d5c Update src/app/layout.tsx 2026-05-13 16:09:43 +00:00
d61df58b35 Merge version_1 into main
Merge version_1 into main
2026-05-13 16:06:45 +00:00
d881f01352 Merge version_1 into main
Merge version_1 into main
2026-05-13 16:04:43 +00:00
3 changed files with 40 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Source_Sans_3 } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Great_Vibes } from "next/font/google";
@@ -23,14 +24,9 @@ export const metadata: Metadata = {
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
const greatVibes = Great_Vibes({ variable: "--font-great-vibes", subsets: ["latin"], weight: ["400"] });
const inter = Inter({ variable: "--font-inter", subsets: ["latin"] });
export default function RootLayout({
children,
@@ -40,7 +36,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<body className={`${greatVibes.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -49,12 +50,12 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coconut-palm-tree-beach-sea_74190-2014.jpg", imageAlt: "Tropical sunset resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-ocean-with-coconut-palm-tree-sunrise-time_74190-7453.jpg", imageAlt: "Tropical sunset resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-silhouette-umbrella-chair-around-resort-sunrise-time_74190-7909.jpg", imageAlt: "Tropical sunset resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6855.jpg", imageAlt: "Tropical sunset resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-luxury-outdoor-swimming-pool_74190-1073.jpg", imageAlt: "Tropical sunset resort" },
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694103.jpg", imageAlt: "Tropical sunset resort" },
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-coconut-palm-tree-beach-sea_74190-2014.jpg?_wi=1", imageAlt: "Tropical sunset resort" },
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-tropical-beach-sea-ocean-with-coconut-palm-tree-sunrise-time_74190-7453.jpg?_wi=1", imageAlt: "Tropical sunset resort" },
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-silhouette-umbrella-chair-around-resort-sunrise-time_74190-7909.jpg?_wi=1", imageAlt: "Tropical sunset resort" },
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6855.jpg?_wi=1", imageAlt: "Tropical sunset resort" },
{ imageSrc: "https://img.b2bpic.net/free-photo/umbrella-chair-around-luxury-outdoor-swimming-pool_74190-1073.jpg?_wi=1", imageAlt: "Tropical sunset resort" },
{ imageSrc: "https://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694103.jpg?_wi=1", imageAlt: "Tropical sunset resort" },
]}
/>
</div>
@@ -83,6 +84,19 @@ export default function LandingPage() {
/>
</div>
<div id="features" data-section="features">
<FeatureCardSix
textboxLayout="split"
useInvertedBackground={true}
title="Our Unique Advantages"
description="Why guests choose La'mina Venue for their special moments."
features={[
{ title: "Luxury Privacy", description: "Exclusive access to our private estate for a serene experience.", imageSrc: "https://img.b2bpic.net/free-photo/luxurious-villa-with-modern-architectural-design_23-2151694103.jpg?_wi=1" },
{ title: "Stunning Sunsets", description: "Unmatched golden hour views for your photography and event atmosphere.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-villa-with-pool-sunset-view_23-2151974399.jpg?_wi=1" }
]}
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardOne
animationType="slide-up"
@@ -90,12 +104,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{ id: "g1", name: "Main Poolside", price: "", imageSrc: "http://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg" },
{ id: "g2", name: "Garden Setup", price: "", imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-neary-sea-ocean-beach-sunrise-sunset-time_74190-8445.jpg" },
{ id: "g3", name: "Sunset Views", price: "", imageSrc: "http://img.b2bpic.net/free-photo/luxury-villa-with-pool-sunset-view_23-2151974399.jpg" },
{ id: "g4", name: "Dining Space", price: "", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-outdoor-swimming-pool-with-umbrella-deck-chair-hotel-resort-relax-tra_74190-8020.jpg" },
{ id: "g5", name: "Night Lighting", price: "", imageSrc: "http://img.b2bpic.net/free-photo/nature-summer-travel-beach-luxury_1203-4812.jpg" },
{ id: "g6", name: "Interior View", price: "", imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993703.jpg" },
{ id: "g1", name: "Main Poolside", price: "", imageSrc: "https://img.b2bpic.net/free-photo/turquoise-bora-sea-ocean-beautiful_1253-584.jpg?_wi=1" },
{ id: "g2", name: "Garden Setup", price: "", imageSrc: "https://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool-neary-sea-ocean-beach-sunrise-sunset-time_74190-8445.jpg?_wi=1" },
{ id: "g3", name: "Sunset Views", price: "", imageSrc: "https://img.b2bpic.net/free-photo/luxury-villa-with-pool-sunset-view_23-2151974399.jpg?_wi=1" },
{ id: "g4", name: "Dining Space", price: "", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-landscape-outdoor-swimming-pool-with-umbrella-deck-chair-hotel-resort-relax-tra_74190-8020.jpg?_wi=1" },
{ id: "g5", name: "Night Lighting", price: "", imageSrc: "https://img.b2bpic.net/free-photo/nature-summer-travel-beach-luxury_1203-4812.jpg?_wi=1" },
{ id: "g6", name: "Interior View", price: "", imageSrc: "https://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993703.jpg?_wi=1" },
]}
title="Venue Gallery"
description="Visualize your perfect event in our stunning tropical oasis."
@@ -123,11 +137,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah J.", role: "Wedding Planner", testimonial: "Lamina provides the most breathtaking sunset views for any event.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-pleasant-looking-brunette-female-with-cheerful-expression-sits-terrace-cafe-waits-order-with-broad-smile-spends-summer-vacations-exotic-country-relaxed-glad-woman_273609-3009.jpg" },
{ id: "2", name: "Mark D.", role: "Birthday Host", testimonial: "The pool facility is world-class and perfectly maintained.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-european-fit-slim-pretty-woman-without-make-up-natural-light-with-long-hair-pink-summer-top-straw-hat_343596-3065.jpg" },
{ id: "3", name: "Elena R.", role: "Event Guest", testimonial: "Peaceful, serene, and absolutely luxurious. Loved it!", imageSrc: "http://img.b2bpic.net/free-photo/slim-romantic-caucasian-girl-posing-with-shy-smile-resort_197531-20681.jpg" },
{ id: "4", name: "Kevin L.", role: "Corporate Client", testimonial: "Excellent service and stunning property for gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-happy-girlfriend-restaurant_23-2147891141.jpg" },
{ id: "5", name: "Maria C.", role: "Event Planner", testimonial: "A truly magical place for intimate family events.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-young-man-holding-beer_23-2148270901.jpg" },
{ id: "1", name: "Sarah J.", role: "Wedding Planner", testimonial: "Lamina provides the most breathtaking sunset views for any event.", imageSrc: "https://img.b2bpic.net/free-photo/horizontal-shot-pleasant-looking-brunette-female-with-cheerful-expression-sits-terrace-cafe-waits-order-with-broad-smile-spends-summer-vacations-exotic-country-relaxed-glad-woman_273609-3009.jpg?_wi=1" },
{ id: "2", name: "Mark D.", role: "Birthday Host", testimonial: "The pool facility is world-class and perfectly maintained.", imageSrc: "https://img.b2bpic.net/free-photo/portrait-european-fit-slim-pretty-woman-without-make-up-natural-light-with-long-hair-pink-summer-top-straw-hat_343596-3065.jpg?_wi=1" },
{ id: "3", name: "Elena R.", role: "Event Guest", testimonial: "Peaceful, serene, and absolutely luxurious. Loved it!", imageSrc: "https://img.b2bpic.net/free-photo/slim-romantic-caucasian-girl-posing-with-shy-smile-resort_197531-20681.jpg?_wi=1" },
{ id: "4", name: "Kevin L.", role: "Corporate Client", testimonial: "Excellent service and stunning property for gatherings.", imageSrc: "https://img.b2bpic.net/free-photo/man-showing-engagement-ring-his-happy-girlfriend-restaurant_23-2147891141.jpg?_wi=1" },
{ id: "5", name: "Maria C.", role: "Event Planner", testimonial: "A truly magical place for intimate family events.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-happy-young-man-holding-beer_23-2148270901.jpg?_wi=1" },
]}
title="Client Stories"
description="Read what our guests have to say about Lamina."
@@ -141,7 +155,7 @@ export default function LandingPage() {
tag="Contact Us"
title="Book Your Celebration"
description="Get in touch to check availability and start planning."
imageSrc="http://img.b2bpic.net/free-photo/good-humored-woman-brown-cropped-top-sincerely-smiles-holds-cellphone_197531-18171.jpg"
imageSrc="https://img.b2bpic.net/free-photo/good-humored-woman-brown-cropped-top-sincerely-smiles-holds-cellphone_197531-18171.jpg?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -157,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter), sans-serif;
font-family: var(--font-great-vibes), cursive;
}