Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7b25ac9c2b | |||
| 901f8b4180 | |||
| df95c6a09c | |||
| 29555f4b01 | |||
| d113ec4ff1 | |||
| 8f478bbfaa | |||
| 72525533f0 | |||
| f43f62cc64 | |||
| d4534468d2 | |||
| fd6f17bc51 | |||
| 2bca1bc279 | |||
| b797efc6ee | |||
| a1593aea55 | |||
| 5fa2aa5de2 | |||
| f639e8144f | |||
| 5a56d05aba | |||
| c487845b6e | |||
| 448944d518 | |||
| af2dbb5dad | |||
| 97cd020e6c | |||
| 1c5f78c5f0 | |||
| eb069a1d88 | |||
| 269fc73c6d | |||
| 64206bc28d | |||
| e70d06dd2a | |||
| 1042ef7ad1 | |||
| 41833c94b9 | |||
| 63a71d693e |
@@ -7,7 +7,7 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
import {
|
||||
Layout,
|
||||
@@ -39,35 +39,6 @@ export default function HomePage() {
|
||||
{ name: "Process", id: "/process" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design & Development", href: "/services" },
|
||||
{ label: "Digital Marketing Strategy", href: "/services" },
|
||||
{ label: "SEO & Search Visibility", href: "/services" },
|
||||
{ label: "Paid Advertising", href: "/services" },
|
||||
{ label: "AI Optimization", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Process", href: "#process" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -86,7 +57,8 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="VintDragon"
|
||||
button={{
|
||||
text: "Book Strategy Call", href: "/contact"}}
|
||||
text: "Book Strategy Call", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -332,11 +304,11 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={footerColumns}
|
||||
<FooterCard
|
||||
logoText="VintDragon"
|
||||
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import Link from "next/link";
|
||||
import {
|
||||
TrendingUp,
|
||||
@@ -24,35 +24,6 @@ export default function PortfolioPage() {
|
||||
{ name: "Process", id: "/process" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design & Development", href: "/services" },
|
||||
{ label: "Digital Marketing Strategy", href: "/services" },
|
||||
{ label: "SEO & Search Visibility", href: "/services" },
|
||||
{ label: "Paid Advertising", href: "/services" },
|
||||
{ label: "AI Optimization", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Process", href: "#process" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Blog", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
@@ -71,7 +42,8 @@ export default function PortfolioPage() {
|
||||
navItems={navItems}
|
||||
brandName="VintDragon"
|
||||
button={{
|
||||
text: "Book Strategy Call", href: "/contact"}}
|
||||
text: "Book Strategy Call", href: "/contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,11 +140,11 @@ export default function PortfolioPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={footerColumns}
|
||||
<FooterCard
|
||||
logoText="VintDragon"
|
||||
copyrightText="© 2025 VintDragon. Driving Business Growth Through Digital Excellence."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user