diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
new file mode 100644
index 0000000..9f6d411
--- /dev/null
+++ b/src/app/admin/page.tsx
@@ -0,0 +1,49 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import FooterCard from '@/components/sections/footer/FooterCard';
+
+export default function AdminPage() {
+ return (
+
+
+
+
+
+
+
+ Product and Inventory Management
+
+
Welcome to the Admin Dashboard. Here you can manage your product inventory, monitor stock levels, and update product details.
+
+
Inventory management interface would be rendered here.
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 60e844d..11f9b04 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -54,60 +43,23 @@ export default function LandingPage() {
@@ -116,26 +68,11 @@ export default function LandingPage() {
@@ -146,48 +83,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Modern Comfort Sofa",
- price: "R$ 2.499",
- variant: "Beige",
- imageSrc: "http://img.b2bpic.net/free-photo/corner-couch_1203-11.jpg",
- },
- {
- id: "p2",
- name: "Oak Dining Table",
- price: "R$ 1.899",
- variant: "Wood",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg",
- },
- {
- id: "p3",
- name: "Velvet Armchair",
- price: "R$ 950",
- variant: "Grey",
- imageSrc: "http://img.b2bpic.net/free-photo/comfy-blue-wing-chair-studio-with-gray-walls_181624-28916.jpg",
- },
- {
- id: "p4",
- name: "Modular Bookshelf",
- price: "R$ 799",
- variant: "White",
- imageSrc: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256482.jpg",
- },
- {
- id: "p5",
- name: "Minimalist Coffee Table",
- price: "R$ 499",
- variant: "Dark Wood",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_53876-145504.jpg",
- },
- {
- id: "p6",
- name: "Classic Bed Frame",
- price: "R$ 3.200",
- variant: "Queen Size",
- imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160128.jpg",
- },
+ { id: "p1", name: "Modern Comfort Sofa", price: "R$ 2.499", variant: "Beige", imageSrc: "http://img.b2bpic.net/free-photo/corner-couch_1203-11.jpg" },
+ { id: "p2", name: "Oak Dining Table", price: "R$ 1.899", variant: "Wood", imageSrc: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg" },
+ { id: "p3", name: "Velvet Armchair", price: "R$ 950", variant: "Grey", imageSrc: "http://img.b2bpic.net/free-photo/comfy-blue-wing-chair-studio-with-gray-walls_181624-28916.jpg" },
+ { id: "p4", name: "Modular Bookshelf", price: "R$ 799", variant: "White", imageSrc: "http://img.b2bpic.net/free-photo/stack-old-coming-book-strips-box_23-2150256482.jpg" },
+ { id: "p5", name: "Minimalist Coffee Table", price: "R$ 499", variant: "Dark Wood", imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-interior-design_53876-145504.jpg" },
+ { id: "p6", name: "Classic Bed Frame", price: "R$ 3.200", variant: "Queen Size", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160128.jpg" },
]}
title="Featured Collection"
description="Explore our curated selection of quality furniture for your apartment or house."
@@ -201,27 +102,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
- {
- title: "Fast Delivery",
- description: "Quick shipping across São Bernardo.",
- imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371926.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-mask-gloves_23-2148590693.jpg",
- buttonText: "Read More",
- },
- {
- title: "Secure Payments",
- description: "PIX, Boleto, and Cards accepted.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-floor-looking-credit-card_23-2148304825.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/labels-shopping-trolley-near-coins_23-2147957015.jpg",
- buttonText: "See Payment",
- },
- {
- title: "Direct Support",
- description: "Always available on WhatsApp.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148975608.jpg",
- titleImageSrc: "http://img.b2bpic.net/free-photo/woman-talking-mobile-phone-shrugging_23-2147842103.jpg",
- buttonText: "Chat Now",
- },
+ { title: "Fast Delivery", description: "Quick shipping across São Bernardo.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371926.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-mask-gloves_23-2148590693.jpg", buttonText: "Read More" },
+ { title: "Secure Payments", description: "PIX, Boleto, and Cards accepted.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-floor-looking-credit-card_23-2148304825.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/labels-shopping-trolley-near-coins_23-2147957015.jpg", buttonText: "See Payment" },
+ { title: "Direct Support", description: "Always available on WhatsApp.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sitting-desk_23-2148975608.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-talking-mobile-phone-shrugging_23-2147842103.jpg", buttonText: "Chat Now" },
]}
title="Why Choose Bey Móveis?"
description="We offer premium service designed for your home needs in São Bernardo."
@@ -234,33 +117,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "1500+",
- title: "Homes Furnished",
- items: [
- "Apartments",
- "Houses",
- ],
- },
- {
- id: "m2",
- value: "4.9",
- title: "Avg. Rating",
- items: [
- "Reviews",
- "Quality",
- ],
- },
- {
- id: "m3",
- value: "500+",
- title: "Products Available",
- items: [
- "Catalog",
- "Variety",
- ],
- },
+ { id: "m1", value: "1500+", title: "Homes Furnished", items: ["Apartments", "Houses"] },
+ { id: "m2", value: "4.9", title: "Avg. Rating", items: ["Reviews", "Quality"] },
+ { id: "m3", value: "500+", title: "Products Available", items: ["Catalog", "Variety"] },
]}
title="Serving São Bernardo"
description="Our impact in the local community."
@@ -273,60 +132,16 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Ana Silva",
- role: "Owner",
- company: "Home",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
- },
- {
- id: "t2",
- name: "Pedro Souza",
- role: "Architect",
- company: "Studio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg",
- },
- {
- id: "t3",
- name: "Camila Dias",
- role: "Resident",
- company: "Apartment",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/laughing-brunette-woman-stylish-dress-talking-by-mobile-phone-tropical-cafe-near-beach_273443-559.jpg",
- },
- {
- id: "t4",
- name: "Roberto Viana",
- role: "Designer",
- company: "Office",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/chic-mid-century-modern-luxury-aesthetics-living-room-with-gray-velvet-couch-blue-rug_53876-134091.jpg",
- },
- {
- id: "t5",
- name: "Fernanda Lima",
- role: "Customer",
- company: "Home",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
- },
+ { id: "t1", name: "Ana Silva", role: "Owner", company: "Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg" },
+ { id: "t2", name: "Pedro Souza", role: "Architect", company: "Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" },
+ { id: "t3", name: "Camila Dias", role: "Resident", company: "Apartment", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laughing-brunette-woman-stylish-dress-talking-by-mobile-phone-tropical-cafe-near-beach_273443-559.jpg" },
+ { id: "t4", name: "Roberto Viana", role: "Designer", company: "Office", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chic-mid-century-modern-luxury-aesthetics-living-room-with-gray-velvet-couch-blue-rug_53876-134091.jpg" },
+ { id: "t5", name: "Fernanda Lima", role: "Customer", company: "Home", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" },
]}
kpiItems={[
- {
- value: "100%",
- label: "Satisfaction",
- },
- {
- value: "500+",
- label: "Happy Clients",
- },
- {
- value: "24/7",
- label: "Online Support",
- },
+ { value: "100%", label: "Satisfaction" },
+ { value: "500+", label: "Happy Clients" },
+ { value: "24/7", label: "Online Support" },
]}
title="What Our Clients Say"
description="Trusted by hundreds of homeowners in São Bernardo."
@@ -338,21 +153,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "What payment methods do you accept?",
- content: "We accept PIX, Boleto, and all major Credit Cards.",
- },
- {
- id: "f2",
- title: "Do you deliver to São Bernardo?",
- content: "Yes, we offer fast local delivery to all areas in São Bernardo.",
- },
- {
- id: "f3",
- title: "How can I track my order?",
- content: "We provide updates via WhatsApp and email.",
- },
+ { id: "f1", title: "What payment methods do you accept?", content: "We accept PIX, Boleto, and all major Credit Cards." },
+ { id: "f2", title: "Do you deliver to São Bernardo?", content: "Yes, we offer fast local delivery to all areas in São Bernardo." },
+ { id: "f3", title: "How can I track my order?", content: "We provide updates via WhatsApp and email." },
]}
title="Frequently Asked Questions"
description="Answers to your common queries."
@@ -363,18 +166,11 @@ export default function LandingPage() {