Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -11,7 +11,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Sparkles, Star, Calendar, Ticket, TrendingUp, Heart, MapPin } from "lucide-react";
|
||||
import { Sparkles, Star, Calendar, Ticket, TrendingUp, Heart, MapPin, Home, Music, Users, Play } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
||||
{ text: "Get Directions", href: "#contact" },
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: "Home", active: true },
|
||||
{ icon: "Ticket", active: false },
|
||||
{ icon: "MapPin", active: false },
|
||||
{ icon: Home, active: true },
|
||||
{ icon: Ticket, active: false },
|
||||
{ icon: MapPin, active: false },
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
@@ -84,11 +84,11 @@ export default function LandingPage() {
|
||||
],
|
||||
listTitle: "Current Productions", listItems: [
|
||||
{
|
||||
icon: "Play", title: "Contemporary Drama Series", status: "Now Showing"},
|
||||
icon: Play, title: "Contemporary Drama Series", status: "Now Showing"},
|
||||
{
|
||||
icon: "Music", title: "Musical Theatre Nights", status: "Coming Soon"},
|
||||
icon: Music, title: "Musical Theatre Nights", status: "Coming Soon"},
|
||||
{
|
||||
icon: "Users", title: "Community Theatre Workshops", status: "Ongoing"},
|
||||
icon: Users, title: "Community Theatre Workshops", status: "Ongoing"},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
tag="Impact"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
|
||||
Reference in New Issue
Block a user