Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d17c4718f0 | |||
| f411cb8736 | |||
| da85c81da8 | |||
| 3a7cb472ce | |||
| 3e41344e73 | |||
| b4e46b4807 | |||
| 2707c7ffdc | |||
| 4b68e3b750 | |||
| 812246e03d | |||
| 644e4bc227 | |||
| e6fc901047 | |||
| 8d30ccfa61 | |||
| f522603bc4 | |||
| 14e567ff87 | |||
| 1ea8656550 | |||
| cfe136fb20 | |||
| 00bc3ed740 | |||
| 899afe7fc3 |
@@ -43,11 +43,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Concessions", description: "Quick bites.", imageSrc: "http://img.b2bpic.net/free-photo/tanned-attractive-woman-with-huge-earrings-makes-selfie-tropical-garden_197531-18172.jpg", buttonIcon: Coffee },
|
||||
{ title: "El Trebol Cafe", description: "Relaxed dining.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-mother-girl-shop_23-2149233940.jpg", buttonIcon: Utensils },
|
||||
{ title: "Picnic Areas", description: "Bring your lunch.", imageSrc: "http://img.b2bpic.net/free-photo/interior-stylish-restaurant_1098-14471.jpg", buttonIcon: Trees },
|
||||
{ title: "Beverage Stations", description: "Stay hydrated.", imageSrc: "http://img.b2bpic.net/free-photo/exotic-fruits-smoke_169016-2288.jpg", buttonIcon: Droplets },
|
||||
{ title: "Garden Terrace", description: "Exotic plants.", imageSrc: "http://img.b2bpic.net/free-photo/glass-orange-juice-table-restaurant_197531-20607.jpg", buttonIcon: Flower }
|
||||
{ title: "Concessions", description: "Quick bites.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200803247-13b6nbuk.jpg", buttonIcon: Coffee },
|
||||
{ title: "El Trebol Cafe", description: "Relaxed dining.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200560828-i9j61rk2.jpg", buttonIcon: Utensils },
|
||||
{ title: "Picnic Areas", description: "Bring your lunch.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200803247-msvhqzg9.jpg", buttonIcon: Trees },
|
||||
{ title: "Beverage Stations", description: "Stay hydrated.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200803247-vp55wu17.jpg", buttonIcon: Droplets },
|
||||
{ title: "Garden Terrace", description: "Exotic plants.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200803246-153s2091.jpg", buttonIcon: Flower }
|
||||
]}
|
||||
title="Where to Eat"
|
||||
description="Refuel with delicious options."
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
description="Our cafe sources ingredients from local organic farms."
|
||||
subdescription="Fresh meals."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200560828-3ax4aaox.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Lato } from "next/font/google";
|
||||
|
||||
@@ -36,7 +35,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${lato.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
description="Heartwarming experiences from guests who explored our conservation efforts."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena R.", role: "Nature Photographer", company: "Costa Rica Travel", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveler-with-camera-takes-pictures-nature_1321-2593.jpg" },
|
||||
{ id: "t2", name: "Carlos M.", role: "Family Visitor", company: "Local Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-traveller-walking-outdoors_23-2148588517.jpg" }
|
||||
{ id: "t2", name: "Carlos M.", role: "Family Visitor", company: "Local Community", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200276401-lxt8x3g9.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "100K+", label: "Annual Visitors" },
|
||||
@@ -127,4 +127,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { ShieldCheck, Zap } from "lucide-react";
|
||||
import { ShieldCheck, Zap, ArrowUpCircle } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -43,11 +43,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Diamondback", description: "Signature high-speed.", imageSrc: "http://img.b2bpic.net/free-photo/roller-coaster-rail-ride-park_74190-4293.jpg", buttonIcon: Zap },
|
||||
{ title: "The Racer", description: "Dual track excitement.", imageSrc: "http://img.b2bpic.net/free-photo/rollercoaster-park_1203-7167.jpg", buttonIcon: Zap },
|
||||
{ title: "Animal Carousel", description: "Classic favorite.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smile-y-woman-taking-selfie_23-2149748537.jpg", buttonIcon: Zap },
|
||||
{ title: "Jungle Tour Train", description: "Gentle journey.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-standing-front-roller-coaster_23-2147910649.jpg", buttonIcon: Zap },
|
||||
{ title: "Safari Swing", description: "Dizzying adventure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-roller-coaster-rail-amusement-park_23-2147910648.jpg", buttonIcon: Zap }
|
||||
{ title: "Diamondback", description: "Signature high-speed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200936839-cgfefgp0.jpg", buttonIcon: Zap },
|
||||
{ title: "The Racer", description: "Dual track excitement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778201080399-t2nwl7eo.jpg", buttonIcon: Zap },
|
||||
{ title: "Drop Tower", description: "Experience the rush.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778201697011-29q0snsm.jpg", buttonIcon: ArrowUpCircle }
|
||||
]}
|
||||
title="Amusements"
|
||||
description="Thrills for all ages."
|
||||
@@ -77,4 +75,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -44,10 +44,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Stuffed Animals", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/interior-kids-room-decoration-with-toys_23-2149096015.jpg" },
|
||||
{ id: "p2", name: "Collectible Keychains", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-pottery-vessels-earthenware_23-2151538360.jpg" },
|
||||
{ id: "p3", name: "Logo Hat", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-trucker-hat_23-2149431208.jpg" },
|
||||
{ id: "p4", name: "Costa Rica Flag", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-safari-party-cupcakes-arrangement_23-2150172571.jpg" }
|
||||
{ id: "p1", name: "Stuffed Animals", price: "$15.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200074743-z4s3jzje.jpg" },
|
||||
{ id: "p2", name: "Collectible Keychains", price: "$5.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200074743-wyyw3z0z.jpg" },
|
||||
{ id: "p3", name: "Zoo Branded T-Shirt", price: "$25.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200074743-r2n7136d.jpg" },
|
||||
{ id: "p4", name: "Costa Rica Flag", price: "$12.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778200074744-u42h7mdk.jpg" }
|
||||
]}
|
||||
title="Zoo Shop Treasures"
|
||||
description="Take a piece of the zoo home with you."
|
||||
@@ -57,8 +57,8 @@ export default function LandingPage() {
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCartItem
|
||||
item={{
|
||||
id: "cart1", name: "Zoo Mascot Plush", price: "$15.00", quantity: 1,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-toy-texture-close-up_23-2149686866.jpg"
|
||||
id: "cart1", name: "Three-Toed Sloth Plush", price: "$18.00", quantity: 1,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bb2kwZ9lORknxaKKgJtEMUQUmU/uploaded-1778199900435-tnahouow.jpg"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -73,4 +73,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user