Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-03-03 11:10:41 +00:00
2 changed files with 165 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Terms", id: "/terms" }
]}
bottomLeftText="Handcrafted Flowers"
bottomRightText="hello@emiliflowers.com"
@@ -183,6 +184,13 @@ export default function LandingPage() {
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Terms of Service", href: "/terms" },
{ label: "Privacy Policy", href: "#contact" },
{ label: "Contact", href: "mailto:hello@emiliflowers.com" }
]
},
{
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },

156
src/app/terms/page.tsx Normal file
View File

@@ -0,0 +1,156 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import LegalSection from '@/components/legal/LegalSection';
import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function TermsPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmall"
background="grid"
cardStyle="outline"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="light"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Emili"
navItems={[
{ name: "Gallery", id: "gallery" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Terms", id: "/terms" }
]}
bottomLeftText="Handcrafted Flowers"
bottomRightText="hello@emiliflowers.com"
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
title="Terms of Service"
subtitle="Last updated: January 2025"
sections={[
{
heading: "1. Acceptance of Terms", content: [
{
type: "paragraph", text: "By accessing and using this website and services provided by Emili Flowers Studio, you accept and agree to be bound by the terms and provision of this agreement. If you do not agree to abide by the above, please do not use this service."
}
]
},
{
heading: "2. Use License", content: [
{
type: "paragraph", text: "Permission is granted to temporarily download one copy of the materials (information or software) on Emili Flowers Studio's website for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:"
},
{
type: "list", items: [
"Modifying or copying the materials", "Using the materials for any commercial purpose or for any public display", "Attempting to decompile or reverse engineer any software contained on the website", "Removing any copyright or other proprietary notations from the materials", "Transferring the materials to another person or 'mirroring' the materials on any other server"
]
}
]
},
{
heading: "3. Disclaimer", content: [
{
type: "paragraph", text: "The materials on Emili Flowers Studio's website are provided on an 'as is' basis. Emili Flowers Studio makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties including, without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights."
}
]
},
{
heading: "4. Limitations", content: [
{
type: "paragraph", text: "In no event shall Emili Flowers Studio or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the materials on Emili Flowers Studio's website, even if we or our authorized representative has been notified orally or in writing of the possibility of such damage."
}
]
},
{
heading: "5. Accuracy of Materials", content: [
{
type: "paragraph", text: "The materials appearing on Emili Flowers Studio's website could include technical, typographical, or photographic errors. Emili Flowers Studio does not warrant that any of the materials on its website are accurate, complete, or current. Emili Flowers Studio may make changes to the materials contained on its website at any time without notice."
}
]
},
{
heading: "6. Links", content: [
{
type: "paragraph", text: "Emili Flowers Studio has not reviewed all of the sites linked to its website and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by Emili Flowers Studio of the site. Use of any such linked website is at the user's own risk."
}
]
},
{
heading: "7. Modifications", content: [
{
type: "paragraph", text: "Emili Flowers Studio may revise these terms of service for its website at any time without notice. By using this website, you are agreeing to be bound by the then current version of these terms of service."
}
]
},
{
heading: "8. Governing Law", content: [
{
type: "paragraph", text: "These terms and conditions are governed by and construed in accordance with the laws of the jurisdiction in which Emili Flowers Studio operates, and you irrevocably submit to the exclusive jurisdiction of the courts in that location."
}
]
},
{
heading: "9. Contact Information", content: [
{
type: "paragraph", text: "If you have any questions about these Terms of Service, please contact us at hello@emiliflowers.com or visit our contact page."
}
]
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/composition-from-flowers-plants-lit-candles-as-part-decorations-wooden-table_181624-59023.jpg"
imageAlt="Emili Flowers Studio"
logoText="Emili Flowers"
copyrightText="© 2025 Emili Flowers Studio. All rights reserved."
columns={[
{
title: "Services", items: [
{ label: "Wedding Florals", href: "#services" },
{ label: "Corporate Events", href: "#services" },
{ label: "Subscriptions", href: "#services" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Gallery", href: "#gallery" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Terms of Service", href: "/terms" },
{ label: "Privacy Policy", href: "#contact" },
{ label: "Contact", href: "mailto:hello@emiliflowers.com" }
]
},
{
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Email", href: "mailto:hello@emiliflowers.com" }
]
}
]}
/>
</div>
</ThemeProvider>
);
}