Update src/app/services/page.tsx
This commit is contained in:
@@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="shift-hover" defaultTextAnimation="entrance-slide" borderRadius="soft" contentWidth="medium" sizing="medium" background="grid" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
@@ -18,6 +18,7 @@ export default function ServicesPage() {
|
||||
{ name: "Results", id: "/#metrics" },
|
||||
]}
|
||||
brandName="Vantage Media"
|
||||
button={{ text: "Contact", href: "/#contact" }}
|
||||
/>
|
||||
<div className="pt-32 pb-20">
|
||||
<FeatureCardTwentyEight
|
||||
@@ -25,20 +26,22 @@ export default function ServicesPage() {
|
||||
description="Comprehensive solutions designed to elevate your brand's digital footprint."
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1", category: "Strategy", title: "Social Media Strategy", subtitle: "Tailored roadmaps for brand growth.", value: "High-Impact"},
|
||||
id: "s1", category: "Strategy", title: "Social Media Strategy", subtitle: "Tailored roadmaps for brand growth.", value: "High-Impact"},
|
||||
{
|
||||
id: "s2", category: "Creative", title: "Content Creation", subtitle: "Cinematic production for social platforms.", value: "Premium"},
|
||||
id: "s2", category: "Creative", title: "Content Creation", subtitle: "Cinematic production for social platforms.", value: "Premium"},
|
||||
{
|
||||
id: "s3", category: "Growth", title: "Advertising Campaigns", subtitle: "Hyper-targeted performance marketing.", value: "Data-Driven"},
|
||||
id: "s3", category: "Growth", title: "Advertising Campaigns", subtitle: "Hyper-targeted performance marketing.", value: "Data-Driven"},
|
||||
{
|
||||
id: "s4", category: "Management", title: "Community Management", subtitle: "Building lasting engagement with your audience.", value: "Consistent"}
|
||||
id: "s4", category: "Management", title: "Community Management", subtitle: "Building lasting engagement with your audience.", value: "Consistent"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterMedia
|
||||
logoText="Vantage Media"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797653.jpg"
|
||||
columns={[
|
||||
{ title: "Agency", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }] }
|
||||
|
||||
Reference in New Issue
Block a user