From 54b73898b7e0eb11f7c31fa57f9cc4cfbf9a7999 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:48:07 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 95 ++++++++++-------------------------------- 1 file changed, 22 insertions(+), 73 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 183976e..513963d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,12 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Heart, Store, Sparkles, Gift, Phone, ShoppingBag, MessageSquare, Award, Users, TrendingUp } from 'lucide-react'; +import { Heart, Store, Sparkles, Award, Users, MapPin } from 'lucide-react'; export default function AboutPage() { return ( @@ -27,7 +25,8 @@ export default function AboutPage() {
-
-
+
-
- -
- -
- -
- -
- -
- -
- console.log("Form data:", data)} - /> -
- -
+
+
+ +
+
@@ -95,7 +81,8 @@ export default function ContactPage() { columns={[ { items: [ - { label: "Collection", href: "/collection" }, + { label: "Home", href: "/" }, + { label: "Gallery", href: "/gallery" }, { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" } ] @@ -109,9 +96,9 @@ export default function ContactPage() { }, { items: [ - { label: "🚗 Drive Available", href: "#" }, - { label: "🚚 Delivery Service", href: "#" }, - { label: "⭐ Family Owned", href: "#" } + { label: "🚗 Drive Available", href: "tel:+212625728825" }, + { label: "🚚 Delivery Service", href: "tel:+212625728825" }, + { label: "⭐ Family Owned", href: "/about" } ] } ]} -- 2.49.1 From 59c13a0de41b350abf68867426f4669e702d218e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:48:08 +0000 Subject: [PATCH 3/5] Add src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 105 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 src/app/gallery/page.tsx diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx new file mode 100644 index 0000000..60ab899 --- /dev/null +++ b/src/app/gallery/page.tsx @@ -0,0 +1,105 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Sparkles, Star } from 'lucide-react'; + +export default function GalleryPage() { + return ( + + + + + + + + ); +} -- 2.49.1 From 63eb6d24eca81e2573bb6d6a8587712099465fde Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:48:09 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3622f62..6f0093e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,20 +22,20 @@ export const metadata: Metadata = { title: "Boutique Gawta Familly | Elegant Robes & Caftans", description: "Premium caftans and robes for your special occasion. Located in El Jadida near Jazzira Mall.", url: "https://boutiquegawtafamilly.com", siteName: "Boutique Gawta Familly", type: "website", images: [ { url: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908614.jpg", alt: "Elegant robes and caftans" - } - ] + }, + ], }, twitter: { - card: "summary_large_image", title: "Boutique Gawta Familly - Elegant Robes & Caftans", description: "Discover timeless elegance at our boutique in El Jadida. Free delivery & drive service available.", images: ["http://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908614.jpg"] + card: "summary_large_image", title: "Boutique Gawta Familly - Elegant Robes & Caftans", description: "Discover timeless elegance at our boutique in El Jadida. Free delivery & drive service available.", images: ["http://img.b2bpic.net/free-photo/front-view-woman-posing-with-old-phone_23-2150908614.jpg"], }, robots: { index: true, - follow: true - } + follow: true, + }, }; export default function RootLayout({ - children + children, }: Readonly<{ children: React.ReactNode; }>) { -- 2.49.1 From 5ac3348cc8f956c0ccf03fda3e89348256c0c997 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:48:09 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 59 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 39 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b59d297..61f4c62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,9 +29,10 @@ export default function LandingPage() {
- @@ -216,6 +230,10 @@ export default function LandingPage() { inputPlaceholder="Your email address" buttonText="Request Information" termsText="We'll get back to you within 24 hours during business hours." + buttons={[ + { text: "📞 Call Now", href: "tel:+212625728825" }, + { text: "💬 WhatsApp", href: "https://wa.me/212625728825" } + ]} />
@@ -225,9 +243,10 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Collection", href: "/collection" }, - { label: "About Us", href: "/about" }, - { label: "Contact", href: "/contact" } + { label: "Collection", href: "/#featured" }, + { label: "Gallery", href: "/#gallery" }, + { label: "About Us", href: "/#about" }, + { label: "Contact", href: "/#contact" } ] }, { -- 2.49.1