Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd2ac5ffda | |||
| dde829750d | |||
| cfd0a8e1eb | |||
| aad5eb460d | |||
| 7860310979 | |||
| 8df8f30c2d | |||
| 621a0b0bd6 | |||
| 24145db8a8 | |||
| ac408981ab | |||
| 9995910c91 | |||
| 4e20cee754 | |||
| 8ea840739a | |||
| eff2107c77 | |||
| 70656a73b0 |
@@ -33,8 +33,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Story", id: "story" },
|
{ name: "Story", id: "story" },
|
||||||
{ name: "Experience", id: "interior" },
|
{ name: "Experience", id: "interior" }
|
||||||
{ name: "Privacy Policy", id: "/privacy-policy" }
|
|
||||||
]}
|
]}
|
||||||
brandName="Velvet Roast"
|
brandName="Velvet Roast"
|
||||||
button={{ text: "Order Now" }}
|
button={{ text: "Order Now" }}
|
||||||
@@ -69,7 +68,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "p1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/decoration-shop-aroma-art-natural_1203-3813.jpg?_wi=1"},
|
id: "p1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/decoration-shop-aroma-art-natural_1203-3813.jpg?_wi=1"},
|
||||||
{
|
{
|
||||||
id: "p2", name: "Cold Brew Reserve", price: "$6.00", imageSrc: "http://img.b2bpic.net/high-angle-delicious-coffee-cup_23-2149703699.jpg"},
|
id: "p2", name: "Cold Brew Reserve", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-coffee-cup_23-2149703699.jpg"},
|
||||||
{
|
{
|
||||||
id: "p3", name: "Artisan Morning Set", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-baked-products-arrangement_23-2150251794.jpg"},
|
id: "p3", name: "Artisan Morning Set", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-baked-products-arrangement_23-2150251794.jpg"},
|
||||||
{
|
{
|
||||||
@@ -190,7 +189,7 @@ export default function LandingPage() {
|
|||||||
items: [{ label: "Our Story", href: "#story" }, { label: "Careers", href: "#" }]
|
items: [{ label: "Our Story", href: "#story" }, { label: "Careers", href: "#" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [{ label: "Privacy", href: "/privacy-policy" }, { label: "Terms", href: "#" }]
|
items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -1,57 +0,0 @@
|
|||||||
"use client";
|
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
||||||
import ReactLenis from "lenis/react";
|
|
||||||
import LegalSection from '@/components/legal/LegalSection';
|
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
||||||
|
|
||||||
export default function PrivacyPolicyPage() {
|
|
||||||
return (
|
|
||||||
<ThemeProvider
|
|
||||||
defaultButtonVariant="shift-hover"
|
|
||||||
defaultTextAnimation="reveal-blur"
|
|
||||||
borderRadius="rounded"
|
|
||||||
contentWidth="medium"
|
|
||||||
sizing="large"
|
|
||||||
background="circleGradient"
|
|
||||||
cardStyle="gradient-mesh"
|
|
||||||
primaryButtonStyle="diagonal-gradient"
|
|
||||||
secondaryButtonStyle="solid"
|
|
||||||
headingFontWeight="normal"
|
|
||||||
>
|
|
||||||
<ReactLenis root>
|
|
||||||
<div id="nav" data-section="nav">
|
|
||||||
<NavbarLayoutFloatingInline
|
|
||||||
navItems={[
|
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Privacy Policy", id: "/privacy-policy" }
|
|
||||||
]}
|
|
||||||
brandName="Velvet Roast"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="legal" data-section="legal">
|
|
||||||
<LegalSection
|
|
||||||
layout="page"
|
|
||||||
title="Privacy Policy"
|
|
||||||
subtitle="Last updated: May 2024"
|
|
||||||
sections={[
|
|
||||||
{ heading: "Information We Collect", content: { type: "paragraph", text: "At Velvet Roast, we value your privacy. We collect information you provide directly to us, such as when you create an account, place an order, or subscribe to our newsletter." } },
|
|
||||||
{ heading: "How We Use Your Data", content: { type: "list", items: ["To process and fulfill your orders", "To communicate with you about your account or orders", "To improve our services and website experience", "To send you marketing materials, with your consent"] } },
|
|
||||||
{ heading: "Your Rights", content: { type: "paragraph", text: "You have the right to access, correct, or delete your personal data at any time. Please contact us if you have any questions about your data privacy." } }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div id="footer" data-section="footer">
|
|
||||||
<FooterLogoEmphasis
|
|
||||||
logoText="Velvet Roast"
|
|
||||||
columns={[
|
|
||||||
{ items: [{ label: "Our Story", href: "/#story" }, { label: "Careers", href: "#" }] },
|
|
||||||
{ items: [{ label: "Privacy", href: "/privacy-policy" }, { label: "Terms", href: "#" }] }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</ReactLenis>
|
|
||||||
</ThemeProvider>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user