Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-13 11:07:52 +00:00
2 changed files with 33 additions and 29 deletions

View File

@@ -2,51 +2,57 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import LegalSection from '@/components/legal/LegalSection';
export default function HelpPage() {
return (
<ThemeProvider defaultButtonVariant="hover-bubble" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="smallMedium"
sizing="largeSizeMediumTitles"
background="fluid"
cardStyle="solid"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "Collections", id: "/collections" },
{ name: "Gallery", id: "/gallery" },
{ name: "Custom Orders", id: "/custom" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
{ name: "Help", id: "/help" }
{ name: "Help", id: "/help" },
]}
brandName="EverBloom Bridal"
/>
</div>
<div id="legal" data-section="legal">
<LegalSection
layout="page"
title="How to Manage Your Experience"
sections={[
{
heading: "Uploading Images", content: { type: "paragraph", text: "You can update your floral gallery by selecting the product or testimonial section in our editor. Simply upload your high-resolution image files directly to the image source field in the component settings." }
},
{
heading: "Editing Prices", content: { type: "paragraph", text: "Prices can be managed within the Pricing or Product section settings. Locate the 'plans' or 'products' array, modify the 'price' field for each item, and save changes." }
},
{
heading: "Managing Content", content: { type: "paragraph", text: "All text content, including titles, descriptions, and feature lists, can be edited directly in the component prop fields within the editor interface. Changes reflect instantly on your site." }
}
]}
/>
</div>
<LegalSection
layout="page"
title="Help & Resources"
sections={[
{
heading: "Getting Started", content: { text: "Welcome to our help center. Find guides to manage your bridal website." }
},
{
heading: "Support", content: { items: ["Contact support", "Read FAQs"] }
},
{
heading: "FAQ", content: { items: ["Common questions about image uploads", "Pricing updates"] }
}
]}
/>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[]}
logoText="EverBloom Bridal"
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Collections", href: "/collections" }] }
]}
/>
</div>
</ReactLenis>

View File

@@ -3,12 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() {
return (
@@ -53,6 +50,7 @@ export default function LandingPage() {
sideTitle="Quick Start Guide"
sideDescription="Follow these simple steps to manage your EverBloom Bridal website efficiently."
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{
id: "img", title: "How do I upload images?", content: "Images can be updated directly through the Visual Editor. Simply click on any image area, select a new file from your device, and save the changes."