Update src/app/social-spot/page.tsx
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import Link from 'next/link';
|
||||
import { Rocket, Target, Zap, TrendingUp } from 'lucide-react';
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import Link from "next/link";
|
||||
import { Rocket, Target, Zap, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function SocialSpotPage() {
|
||||
return (
|
||||
@@ -24,23 +24,22 @@ export default function SocialSpotPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Social Spot", id: "social-spot" },
|
||||
{ name: "Cosmic Monkey", id: "cosmic-monkey" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "/#services" },
|
||||
{ name: "Social Spot", id: "/social-spot" },
|
||||
{ name: "Cosmic Monkey", id: "/cosmic-monkey" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Your Project", href: "contact"
|
||||
}}
|
||||
text: "Start Your Project", href: "#contact"}}
|
||||
brandName="TG Entertainment"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-spot-overview" data-section="social-spot-overview">
|
||||
<FeatureCardThree
|
||||
<FeatureCardEight
|
||||
title="Social Spot"
|
||||
description="The creative spark startups need to stand out. Growth-focused social media solutions that drive engagement and build brands."
|
||||
tag="For Startups & SMEs"
|
||||
@@ -48,69 +47,53 @@ export default function SocialSpotPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Back to Home", href: "/"
|
||||
}
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "01", title: "Swipe-Worthy Content", description: "Thumb-stopping designs and copywriting that captures attention in crowded feeds.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/vibrant-social-media-content-creation-sh-1773035468629-c86e61a3.png?_wi=3", imageAlt: "Social media content showcase"
|
||||
},
|
||||
id: "01", title: "Swipe-Worthy Content", description: "Thumb-stopping designs and copywriting that captures attention in crowded feeds.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/vibrant-social-media-content-creation-sh-1773035468629-c86e61a3.png", imageAlt: "Social media content showcase"},
|
||||
{
|
||||
id: "02", title: "Reels & Short-Form Video", description: "Trending video content, transitions, and formats optimized for viral potential.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-sophisticated-fashion-brand-campaign-v-1773035469241-7690ec4f.png?_wi=3", imageAlt: "Video content creation"
|
||||
},
|
||||
id: "02", title: "Reels & Short-Form Video", description: "Trending video content, transitions, and formats optimized for viral potential.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-sophisticated-fashion-brand-campaign-v-1773035469241-7690ec4f.png", imageAlt: "Video content creation"},
|
||||
{
|
||||
id: "03", title: "Monthly Content Strategy", description: "Strategic planning, scheduling, and engagement management tailored to your growth goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-planning-visualization-showi-1773035469617-c5565f96.png?_wi=3", imageAlt: "Content strategy planning"
|
||||
}
|
||||
id: "03", title: "Monthly Content Strategy", description: "Strategic planning, scheduling, and engagement management tailored to your growth goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-planning-visualization-showi-1773035469617-c5565f96.png", imageAlt: "Content strategy planning"},
|
||||
]}
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-spot-why-choose" data-section="social-spot-why-choose">
|
||||
<MetricCardThree
|
||||
<FeatureCardThree
|
||||
title="Why Social Spot Works"
|
||||
description="Built specifically for startups and SMEs who need to move fast without sacrificing quality."
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
features={[
|
||||
{
|
||||
id: "1", icon: Zap,
|
||||
title: "Fast Turnaround", value: "Weekly Delivery"
|
||||
},
|
||||
id: "1", title: "Fast Turnaround", description: "Weekly Delivery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/vibrant-social-media-content-creation-sh-1773035468629-c86e61a3.png", imageAlt: "Fast turnaround"},
|
||||
{
|
||||
id: "2", icon: Target,
|
||||
title: "High Engagement", value: "3x Better CTR"
|
||||
},
|
||||
id: "2", title: "High Engagement", description: "3x Better CTR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-strategic-planning-visualization-showi-1773035469617-c5565f96.png", imageAlt: "High engagement"},
|
||||
{
|
||||
id: "3", icon: TrendingUp,
|
||||
title: "Growth Focused", value: "100% ROI Focus"
|
||||
},
|
||||
id: "3", title: "Growth Focused", description: "100% ROI Focus", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-collaborative-creative-team-of-diverse-1773035470076-7f8faaf6.png", imageAlt: "Growth focused"},
|
||||
{
|
||||
id: "4", icon: Rocket,
|
||||
title: "Startup Mentality", value: "Agile & Flexible"
|
||||
}
|
||||
id: "4", title: "Startup Mentality", description: "Agile & Flexible", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/a-sophisticated-visualization-of-ai-augm-1773035469134-2cc7be9e.png", imageAlt: "Startup mentality"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-spot-contact" data-section="social-spot-contact">
|
||||
<ContactText
|
||||
<ContactText
|
||||
text="Ready to elevate your social presence? Let's create content that stops the scroll and converts."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start With Social Spot",
|
||||
href: "contact"
|
||||
},
|
||||
{
|
||||
text: "View Our Work",
|
||||
href: "/"
|
||||
}
|
||||
{
|
||||
text: "Start With Social Spot", href: "#contact"},
|
||||
{
|
||||
text: "View Our Work", href: "/"},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -118,7 +101,7 @@ export default function SocialSpotPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterMedia
|
||||
logoText="TG Entertainment"
|
||||
columns={[
|
||||
{
|
||||
@@ -126,29 +109,31 @@ export default function SocialSpotPage() {
|
||||
{ label: "TG Entertainment", href: "/" },
|
||||
{ label: "Social Spot", href: "/social-spot" },
|
||||
{ label: "Cosmic Monkey", href: "/cosmic-monkey" },
|
||||
{ label: "Services", href: "/#services" }
|
||||
]
|
||||
{ label: "Services", href: "/#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/#about" },
|
||||
{ label: "Our Process", href: "/#services" },
|
||||
{ label: "Team", href: "/#about" },
|
||||
{ label: "Contact", href: "/#contact" }
|
||||
]
|
||||
{ label: "Contact", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Dribbble", href: "https://dribbble.com" },
|
||||
{ label: "Email Us", href: "mailto:hello@tgentertainment.com" }
|
||||
]
|
||||
}
|
||||
{ label: "Email Us", href: "mailto:hello@tgentertainment.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 TG Entertainment. All rights reserved. Crafted with creativity and intelligence."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhBv7evUTHaOIePB7DlawcPUSp/vibrant-social-media-content-creation-sh-1773035468629-c86e61a3.png"
|
||||
imageAlt="Social media content"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user