Merge version_1 into main #7

Merged
bender merged 2 commits from version_1 into main 2026-04-02 20:01:20 +00:00
2 changed files with 0 additions and 22 deletions

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBase from '@/components/sections/footer/FooterBase';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
@@ -47,16 +46,6 @@ export default function AboutPage() {
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Our Values"
sections={[
{ heading: "Design Philosophy", content: { text: "We believe in minimalism, clarity, and bold, futuristic aesthetics." } },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[

View File

@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterBase from '@/components/sections/footer/FooterBase';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function ContactPage() {
@@ -42,16 +41,6 @@ export default function ContactPage() {
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="section"
title="Get in Touch"
sections={[
{ heading: "Inquiries", content: { items: ["Email us for quotes.", "DM on social for quick chat."] } },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[