Merge version_2 into main #2
@@ -38,7 +38,6 @@ export default function CorporateGiftsPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<TextAbout
|
||||
title="Corporate & Retirement Honors"
|
||||
description="Celebrate milestones with handcrafted American-made timepieces. Perfect for executive recognition and distinguished retirement gifts."
|
||||
tag="Excellence in Recognition"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
@@ -51,6 +50,7 @@ export default function CorporateGiftsPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Executive Heritage Station Clock", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-outdoors-still-life_23-2150436103.jpg" },
|
||||
{ id: "p2", name: "Presidential Walnut Timekeeper", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg" },
|
||||
@@ -64,6 +64,7 @@ export default function CorporateGiftsPage() {
|
||||
text="Ready to discuss your corporate branding and customization needs? Contact our concierge team for bulk ordering and personalization options."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[{ text: "Contact Concierge", href: "mailto:support@bradleywoodworks.com" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ export default function ProductPage() {
|
||||
<div id="related-products" data-section="related-products">
|
||||
<ProductCardTwo
|
||||
title="Related Timepieces"
|
||||
description="Other popular timepieces."
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -6,7 +6,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import { Sparkles, History, Users, Award } from "lucide-react";
|
||||
import { History } from "lucide-react";
|
||||
|
||||
export default function StoryPage() {
|
||||
return (
|
||||
@@ -38,12 +38,16 @@ export default function StoryPage() {
|
||||
title="A Century of Craft"
|
||||
tag="Our Heritage"
|
||||
tagIcon={History}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardSix
|
||||
title="The Makers Behind the Time"
|
||||
description="Our dedicated team of artisans."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
members={[
|
||||
|
||||
Reference in New Issue
Block a user