Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d30ccfa61 | |||
| 14e567ff87 | |||
| 1ea8656550 | |||
| cfe136fb20 | |||
| 00bc3ed740 | |||
| 899afe7fc3 | |||
| 42e6191220 | |||
| 2d80fdf854 | |||
| d79f919fc2 |
@@ -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={{
|
||||
|
||||
@@ -113,6 +113,7 @@ export default function LandingPage() {
|
||||
tag="Visit Us"
|
||||
title="Contact Selva Tropical Zoo"
|
||||
description="Located in beautiful San Jose, Costa Rica. Questions? We're here to help."
|
||||
buttonText="Plan Your Visit"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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 (
|
||||
@@ -45,9 +45,7 @@ export default function LandingPage() {
|
||||
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: "Drop Tower", description: "Experience the rush.", imageSrc: "http://img.b2bpic.net/free-photo/amusement-park-ride-drop-tower_1203-7168.jpg", buttonIcon: ArrowUpCircle }
|
||||
]}
|
||||
title="Amusements"
|
||||
description="Thrills for all ages."
|
||||
@@ -77,4 +75,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -45,9 +45,9 @@ export default function LandingPage() {
|
||||
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: "p2", name: "Collectible Keychains", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/small-souvenir-keychain-costa-rica-map_1234-5678.jpg" },
|
||||
{ id: "p3", name: "Zoo Branded T-Shirt", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/cotton-tshirt-mockup_23-2148483594.jpg" },
|
||||
{ id: "p4", name: "Costa Rica Flag", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/costa-rica-flag-waving_181624-9827.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: "http://img.b2bpic.net/free-photo/soft-toy-three-toed-sloth_1234-5679.jpg"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user