Merge version_1_1776441525765 into main #4
@@ -7,9 +7,9 @@ export default function AboutPage() {
|
||||
return (
|
||||
<div className="min-h-screen bg-[#f5f4ef]">
|
||||
<NavbarCentered logo="FLAY" navItems={[{name: "Home", href: "/"}, {name: "About", href: "/about"}, {name: "Contact", href: "/contact"}]} ctaButton={{text: "Shop Now", href: "/shop"}} />
|
||||
<AboutMediaOverlay tag="Heritage" title="Crafted With Purpose" description="Flay was born in a small pottery studio, with a desire to replace mass-produced goods with objects that tell a story." imageSrc="https://pixabay.com/get/gcf70865766ff25d71da937d29de23d5696c4016f4ecff096028580c055298b0f55a144117ae8bef7253a36914b4250b0b6325090a63f956ad4b5728f4e645c1d_1280.jpg" />
|
||||
<AboutMediaOverlay tag="Heritage" title="Crafted With Purpose" description="Flay was born in a small pottery studio, with a desire to replace mass-produced goods with objects that tell a story." imageSrc="https://pixabay.com/get/gcf70865766ff25d71da937d29de23d5696c4016f4ecff096028580c055298b0f55a144117ae8bef7253a36914b4250b0b6325090a63f956ad4b5728f4e645c1d_1280.jpg?_wi=2" />
|
||||
<FeaturesFlipCards tag="Process" title="The Flay Method" description="Traditional techniques for the modern home." items={[{title: "Kiln Fired", descriptions: ["Fired at high temps", "High durability"], imageSrc: "https://pixabay.com/get/g25af19d6bdb1f4761c7ea9dc8d90a6e95a03ff0b04599c5c262d4776d30d28f4c23193727c5da931a08c7f6e8d94305e2682a2ff444a08278a09c20e539aad04_1280.jpg"}, {title: "Hand Glazed", descriptions: ["Non-toxic glazes", "Natural finish"], imageSrc: "https://pixabay.com/get/ga17856cfd1ad2bbf2dbd9c4b5cbf1eea4785a50eb8c1e0feebc745702f4868888a9f1325b5d4c3750826df3dccca7d1663b9ad158ca6a03494adc0fde97628e1_1280.jpg"}]} />
|
||||
<FooterSimpleMedia brand="Flay Ceramics" imageSrc="https://pixabay.com/get/g2bc2f8db30d5f0e3570e86ef180bc809fd8c506208682d1dbf2727f792ed3245fdb5129a5e9501cc21e6ec79573acf157ff1dff28093b9448d55676e7532467b_1280.jpg" copyright="© 2024 Flay. All rights reserved." links={[{label: "Privacy Policy", href: "#"}]} columns={[{title: "Shop", items: [{label: "All Cups", href: "/shop"}]}, {title: "Flay", items: [{label: "About", href: "/about"}]}]} />
|
||||
<FooterSimpleMedia brand="Flay Ceramics" imageSrc="https://pixabay.com/get/g2bc2f8db30d5f0e3570e86ef180bc809fd8c506208682d1dbf2727f792ed3245fdb5129a5e9501cc21e6ec79573acf157ff1dff28093b9448d55676e7532467b_1280.jpg?_wi=2" copyright="© 2024 Flay. All rights reserved." links={[{label: "Privacy Policy", href: "#"}]} columns={[{title: "Shop", items: [{label: "All Cups", href: "/shop"}]}, {title: "Flay", items: [{label: "About", href: "/about"}]}]} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -6,8 +6,8 @@ export default function ContactPage() {
|
||||
return (
|
||||
<div className="min-h-screen bg-[#f5f4ef]">
|
||||
<NavbarCentered logo="FLAY" navItems={[{name: "Home", href: "/"}, {name: "About", href: "/about"}, {name: "Contact", href: "/contact"}]} ctaButton={{text: "Shop Now", href: "/shop"}} />
|
||||
<ContactSplitEmail tag="Get in Touch" title="Join Our Community" description="Sign up for early access to new releases and artisan stories." inputPlaceholder="Enter your email" buttonText="Subscribe" imageSrc="https://pixabay.com/get/g410e2de31c40f431870438e9ccfcd064a59e32e20012be4d3772b3b713a831a3867a4063878b05d77dd3b3f80e1b4f5d72d2e450a68de0e747378177b0f948dd_1280.jpg" />
|
||||
<FooterSimpleMedia brand="Flay Ceramics" imageSrc="https://pixabay.com/get/g2bc2f8db30d5f0e3570e86ef180bc809fd8c506208682d1dbf2727f792ed3245fdb5129a5e9501cc21e6ec79573acf157ff1dff28093b9448d55676e7532467b_1280.jpg" copyright="© 2024 Flay. All rights reserved." links={[{label: "Terms", href: "#"}]} columns={[{title: "Shop", items: [{label: "Shop", href: "/shop"}]}, {title: "Contact", items: [{label: "Email Us", href: "mailto:hello@flay.com"}]}]} />
|
||||
<ContactSplitEmail tag="Get in Touch" title="Join Our Community" description="Sign up for early access to new releases and artisan stories." inputPlaceholder="Enter your email" buttonText="Subscribe" imageSrc="https://pixabay.com/get/g410e2de31c40f431870438e9ccfcd064a59e32e20012be4d3772b3b713a831a3867a4063878b05d77dd3b3f80e1b4f5d72d2e450a68de0e747378177b0f948dd_1280.jpg?_wi=2" />
|
||||
<FooterSimpleMedia brand="Flay Ceramics" imageSrc="https://pixabay.com/get/g2bc2f8db30d5f0e3570e86ef180bc809fd8c506208682d1dbf2727f792ed3245fdb5129a5e9501cc21e6ec79573acf157ff1dff28093b9448d55676e7532467b_1280.jpg?_wi=3" copyright="© 2024 Flay. All rights reserved." links={[{label: "Terms", href: "#"}]} columns={[{title: "Shop", items: [{label: "Shop", href: "/shop"}]}, {title: "Contact", items: [{label: "Email Us", href: "mailto:hello@flay.com"}]}]} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -22,13 +22,13 @@ export default function HomePage() {
|
||||
<PricingSimpleCards tag="Pricing" title="Essential Sets" description="Find the perfect set for your kitchen or office." plans={[{tag: "Starter", price: "$35", description: "Single handcrafted mug", features: ["Durable clay", "Glazed finish"]}, {tag: "Duo", price: "$60", description: "Perfect for couples", features: ["Two handcrafted mugs", "Matching design"]}, {tag: "Family", price: "$110", description: "Complete collection", features: ["Four handcrafted mugs", "Complimentary shipping"]}]} />
|
||||
</div>
|
||||
<div id="about-preview" data-section="about-preview">
|
||||
<AboutMediaOverlay tag="Our Story" title="Crafted With Purpose" description="Flay was born in a small pottery studio, with a desire to replace mass-produced goods with objects that tell a story." imageSrc="https://pixabay.com/get/gcf70865766ff25d71da937d29de23d5696c4016f4ecff096028580c055298b0f55a144117ae8bef7253a36914b4250b0b6325090a63f956ad4b5728f4e645c1d_1280.jpg" />
|
||||
<AboutMediaOverlay tag="Our Story" title="Crafted With Purpose" description="Flay was born in a small pottery studio, with a desire to replace mass-produced goods with objects that tell a story." imageSrc="https://pixabay.com/get/gcf70865766ff25d71da937d29de23d5696c4016f4ecff096028580c055298b0f55a144117ae8bef7253a36914b4250b0b6325090a63f956ad4b5728f4e645c1d_1280.jpg?_wi=1" />
|
||||
</div>
|
||||
<div id="contact-preview" data-section="contact-preview">
|
||||
<ContactSplitEmail tag="Community" title="Join Flay" description="Sign up for early access to new releases." inputPlaceholder="Enter your email" buttonText="Subscribe" imageSrc="https://pixabay.com/get/g410e2de31c40f431870438e9ccfcd064a59e32e20012be4d3772b3b713a831a3867a4063878b05d77dd3b3f80e1b4f5d72d2e450a68de0e747378177b0f948dd_1280.jpg" />
|
||||
<ContactSplitEmail tag="Community" title="Join Flay" description="Sign up for early access to new releases." inputPlaceholder="Enter your email" buttonText="Subscribe" imageSrc="https://pixabay.com/get/g410e2de31c40f431870438e9ccfcd064a59e32e20012be4d3772b3b713a831a3867a4063878b05d77dd3b3f80e1b4f5d72d2e450a68de0e747378177b0f948dd_1280.jpg?_wi=1" />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimpleMedia brand="Flay Ceramics" imageSrc="https://pixabay.com/get/g2bc2f8db30d5f0e3570e86ef180bc809fd8c506208682d1dbf2727f792ed3245fdb5129a5e9501cc21e6ec79573acf157ff1dff28093b9448d55676e7532467b_1280.jpg" copyright="© 2024 Flay. All rights reserved." links={[{label: "Privacy Policy", href: "#"}, {label: "Terms of Service", href: "#"}]} columns={[{title: "Shop", items: [{label: "All Cups", href: "/shop"}, {label: "New Arrivals", href: "/new"}]}, {title: "Flay", items: [{label: "Our Story", href: "/about"}, {label: "Contact", href: "/contact"}]}]} />
|
||||
<FooterSimpleMedia brand="Flay Ceramics" imageSrc="https://pixabay.com/get/g2bc2f8db30d5f0e3570e86ef180bc809fd8c506208682d1dbf2727f792ed3245fdb5129a5e9501cc21e6ec79573acf157ff1dff28093b9448d55676e7532467b_1280.jpg?_wi=1" copyright="© 2024 Flay. All rights reserved." links={[{label: "Privacy Policy", href: "#"}, {label: "Terms of Service", href: "#"}]} columns={[{title: "Shop", items: [{label: "All Cups", href: "/shop"}, {label: "New Arrivals", href: "/new"}]}, {title: "Flay", items: [{label: "Our Story", href: "/about"}, {label: "Contact", href: "/contact"}]}]} />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user