diff --git a/src/app/help/page.tsx b/src/app/help/page.tsx
new file mode 100644
index 0000000..2a0ab4f
--- /dev/null
+++ b/src/app/help/page.tsx
@@ -0,0 +1,49 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+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 (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e38340f..75e201a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,30 +28,13 @@ export default function LandingPage() {
@@ -63,233 +46,25 @@ export default function LandingPage() {
description="Handcrafted wedding florals and accessories designed for timeless celebrations in Bangalore."
testimonials={[
{
- name: "Priya Sharma",
- handle: "@priya_bridal",
- testimonial: "The flowers were absolutely breathtaking. Perfectly handcrafted.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-girl-with-brunette-tied-hair-dark-brown-eyes-naturally-make-up-sincere-smiling-looking-camera-while-posing-outdoor_8353-12415.jpg",
- },
+ name: "Priya Sharma", handle: "@priya_bridal", testimonial: "The flowers were absolutely breathtaking. Perfectly handcrafted.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-girl-with-brunette-tied-hair-dark-brown-eyes-naturally-make-up-sincere-smiling-looking-camera-while-posing-outdoor_8353-12415.jpg"},
{
- name: "Ananya Reddy",
- handle: "@ananya_wed",
- testimonial: "Forever blooms that look so real. My wedding was dreamy.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/sensual-young-lady-dress-with-flower-wreath-head_23-2148054885.jpg",
- },
- {
- name: "Neha V.",
- handle: "@neha_v",
- testimonial: "I love that these flowers never fade. A true keepsake.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-white-dress-posing_1328-4131.jpg",
- },
- {
- name: "Deepa K.",
- handle: "@deepa_wed",
- testimonial: "The attention to detail in my bouquet was unmatched.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-caucasian-bride-with-natural-happy-smile-her-face_181624-23050.jpg",
- },
- {
- name: "Kavya M.",
- handle: "@kavya_m",
- testimonial: "Beyond beautiful. Thank you for making my day special.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/bride-beach-sunset_23-2151976658.jpg",
- },
+ name: "Ananya Reddy", handle: "@ananya_wed", testimonial: "Forever blooms that look so real. My wedding was dreamy.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/sensual-young-lady-dress-with-flower-wreath-head_23-2148054885.jpg"}
]}
buttons={[
- {
- text: "Explore Collections",
- href: "/collections",
- },
- {
- text: "Customize Your Wedding Florals",
- href: "/custom",
- },
+ { text: "Explore Collections", href: "/collections" },
+ { text: "Customize Your Wedding Florals", href: "/custom" }
]}
imageSrc="http://img.b2bpic.net/free-photo/bouquet-holly-berries-peonies-dry-lemon-slices_114579-2539.jpg"
- avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-fresh-flowers-flora-shop-work-space-business_53876-23097.jpg",
- alt: "Artist portrait 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591591.jpg",
- alt: "Artist portrait 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-woman-smelling-flower_23-2149247554.jpg",
- alt: "Artist portrait 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-flowers_23-2149247537.jpg",
- alt: "Artist portrait 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/woman-with-flower-wreath-her-head-posing-field_181624-40565.jpg",
- alt: "Artist portrait 5",
- },
- ]}
- avatarText="Trusted by 500+ happy brides"
- />
-
-
-
-
-
-
-
-
-
-
-
-
-
-