diff --git a/src/app/corporate/page.tsx b/src/app/corporate/page.tsx
index 6c4371a..6f0a2be 100644
--- a/src/app/corporate/page.tsx
+++ b/src/app/corporate/page.tsx
@@ -2,12 +2,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCenter from '@/components/sections/contact/ContactCenter';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
+import ProductCardThree from '@/components/sections/product/ProductCardThree';
+import TextAbout from '@/components/sections/about/TextAbout';
+import ContactText from '@/components/sections/contact/ContactText';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
-export default function LandingPage() {
+export default function CorporateGiftsPage() {
return (
-
-
-
+
+
+
-
+
+
+
-
-
-
+
-
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1a9eeaf..b8153c3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,22 +27,10 @@ export default function LandingPage() {
@@ -50,42 +38,16 @@ export default function LandingPage() {
@@ -113,12 +75,7 @@ export default function LandingPage() {
title="Trusted by American Institutions"
description="Our heritage clocks adorn executive offices and public spaces across the country."
names={[
- "Pennsylvania Rail Historical Society",
- "Grand Central Conservancy",
- "American Clockmakers Guild",
- "National Archives Trust",
- "Heritage House Museums",
- ]}
+ "Pennsylvania Rail Historical Society", "Grand Central Conservancy", "American Clockmakers Guild", "National Archives Trust", "Heritage House Museums"]}
/>
@@ -132,31 +89,11 @@ export default function LandingPage() {
mediaAnimation="slide-up"
faqsAnimation="slide-up"
faqs={[
- {
- id: "f1",
- title: "What wood do you use?",
- content: "We exclusively use North American black walnut, harvested sustainably.",
- },
- {
- id: "f2",
- title: "Are the movements mechanical?",
- content: "Yes, we use precision-weighted brass mechanical movements.",
- },
- {
- id: "f3",
- title: "Do you offer repairs?",
- content: "Every clock carries a lifetime warranty on internal mechanics.",
- },
- {
- id: "f4",
- title: "Lead time for orders?",
- content: "As each is handbuilt, please allow 4-6 weeks for delivery.",
- },
- {
- id: "f5",
- title: "Custom plaque engraving?",
- content: "We offer laser-etched brass plaques for all corporate orders.",
- },
+ { id: "f1", title: "What wood do you use?", content: "We exclusively use North American black walnut, harvested sustainably." },
+ { id: "f2", title: "Are the movements mechanical?", content: "Yes, we use precision-weighted brass mechanical movements." },
+ { id: "f3", title: "Do you offer repairs?", content: "Every clock carries a lifetime warranty on internal mechanics." },
+ { id: "f4", title: "Lead time for orders?", content: "As each is handbuilt, please allow 4-6 weeks for delivery." },
+ { id: "f5", title: "Custom plaque engraving?", content: "We offer laser-etched brass plaques for all corporate orders." },
]}
/>
@@ -165,36 +102,12 @@ export default function LandingPage() {