Merge version_4 into main #5
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user