Merge version_1 into main #7
@@ -6,7 +6,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles, Heart, Users, Star, Zap, Clock, Music } from "lucide-react";
|
||||
import { Sparkles, Heart, Users, Star, Zap } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -29,7 +29,6 @@ export default function AboutPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Classes", id: "/classes" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
]}
|
||||
brandName="Trupti Dance Academy"
|
||||
bottomLeftText="Melissa, Texas"
|
||||
@@ -140,7 +139,7 @@ export default function AboutPage() {
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,6 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles, Music, Zap, Users, Calendar, Clock, Heart, Star } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ClassesPage() {
|
||||
const navItems = [
|
||||
@@ -15,7 +14,6 @@ export default function ClassesPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Classes", id: "/classes" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -40,7 +38,7 @@ export default function ClassesPage() {
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -65,7 +63,6 @@ export default function ClassesPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Classes", id: "/classes" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
]}
|
||||
brandName="Trupti Dance Academy"
|
||||
bottomLeftText="Melissa, Texas"
|
||||
|
||||
@@ -13,7 +13,6 @@ export default function ContactPage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Classes", id: "/classes" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -38,7 +37,7 @@ export default function ContactPage() {
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
1432
src/app/layout.tsx
1432
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -32,7 +32,6 @@ export default function HomePage() {
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Classes", id: "/classes" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "FAQ", id: "/faq" },
|
||||
]}
|
||||
brandName="Trupti Dance Academy"
|
||||
bottomLeftText="Melissa, Texas"
|
||||
@@ -234,7 +233,7 @@ export default function HomePage() {
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Refund Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -184,4 +184,4 @@ export default function RecitalPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user