Merge version_2 into main #5
@@ -8,7 +8,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import { Globe, MapPin, Music, Zap, Spotify, Apple, Youtube, Instagram, Twitter, Facebook, Twitch } from "lucide-react";
|
||||
import { Globe, MapPin, Music, Zap, Apple, Youtube, Instagram, Twitter, Facebook, Twitch } from "lucide-react";
|
||||
|
||||
export default function ArsonBlackPage() {
|
||||
return (
|
||||
@@ -148,8 +148,7 @@ export default function ArsonBlackPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "spotify", badge: "Most Popular", badgeIcon: Spotify,
|
||||
price: "Free/Premium", name: "Spotify", buttons: [
|
||||
id: "spotify", badge: "Most Popular", price: "Free/Premium", name: "Spotify", buttons: [
|
||||
{ text: "Listen on Spotify", href: "https://open.spotify.com" },
|
||||
],
|
||||
features: [
|
||||
|
||||
Reference in New Issue
Block a user