diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a83594d..d23d00b 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -1,13 +1,15 @@
"use client";
-import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import SplitAbout from "@/components/sections/about/SplitAbout";
+import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
+import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterCard from "@/components/sections/footer/FooterCard";
-import { Heart, Flower2, Users, Mail, Phone, MessageCircle, MapPin } from "lucide-react";
+import { Flower2, Sparkles, Zap, Users, Mail, Phone, MessageCircle, MapPin, HelpCircle, Heart } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -35,87 +37,143 @@ export default function AboutPage() {
-
+
+
+
+
+
-
+
+
+
+
+
-
-
+
+
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/bouquets/page.tsx b/src/app/bouquets/page.tsx
index 2dfa062..9e9ea5e 100644
--- a/src/app/bouquets/page.tsx
+++ b/src/app/bouquets/page.tsx
@@ -6,12 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import FooterCard from "@/components/sections/footer/FooterCard";
-import {
- Truck,
- Phone,
- MessageCircle,
- MapPin,
-} from "lucide-react";
+import { Truck, Phone, MessageCircle, MapPin } from "lucide-react";
export default function BouquetsPage() {
const navItems = [
@@ -116,4 +111,4 @@ export default function BouquetsPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index aa0f929..14c1018 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -159,4 +159,4 @@ export default function ContactPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx
index b3ea6ff..f142621 100644
--- a/src/app/delivery/page.tsx
+++ b/src/app/delivery/page.tsx
@@ -137,4 +137,4 @@ export default function DeliveryPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 2e37bae..de0cef6 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,70 +1,18 @@
import type { Metadata } from "next";
-import { Halant } from "next/font/google";
-import { Inter } from "next/font/google";
-import { Nunito } from "next/font/google";
-import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-
-const halant = Halant({
- variable: "--font-halant",
- subsets: ["latin"],
- weight: ["300", "400", "500", "600", "700"],
-});
-
-const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
-});
-
-const nunito = Nunito({
- variable: "--font-nunito",
- subsets: ["latin"],
-});
+import "./styles/variables.css";
+import "./styles/base.css";
export const metadata: Metadata = {
- title: "Lilat Flowers | Fresh Flower Delivery in Tbilisi",
- description: "Beautiful handcrafted flowers for birthdays, weddings, and special moments. Same-day delivery in Tbilisi. Order now!",
- keywords: "flower shop Tbilisi, flower delivery Tbilisi, same day flowers, bouquets, wedding flowers, anniversary flowers, roses delivery",
- robots: {
- index: true,
- follow: true,
- },
- openGraph: {
- title: "Lilat Flowers | Fresh Flower Delivery in Tbilisi",
- description: "Beautiful handcrafted flowers delivered fresh. Same-day delivery available. Order your perfect bouquet today!",
- url: "https://lilatflowers.ge",
- siteName: "Lilat Flowers",
- type: "website",
- images: [
- {
- url: "http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg",
- alt: "Lilat Flowers - Beautiful fresh bouquets",
- },
- ],
- },
- twitter: {
- card: "summary_large_image",
- title: "Lilat Flowers | Fresh Flower Delivery in Tbilisi",
- description: "Same-day flower delivery in Tbilisi. Beautiful handcrafted bouquets for every occasion.",
- images: ["http://img.b2bpic.net/free-photo/vertical-bouquet-vase_181624-37904.jpg"],
- },
-};
+ title: "Lilat Flowers - Fresh Handcrafted Bouquets in Tbilisi", description: "Beautiful handcrafted flower bouquets delivered same-day in Tbilisi. Perfect for birthdays, anniversaries, weddings, and special moments."};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+ {children}
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index badc395..47cb70c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -223,4 +223,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3f290fd..1f2beb4 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #120a00e6;
- --primary-cta: #ff8c42;
+ --background: #fef7f0;
+ --card: #fef1eb;
+ --foreground: #2d1810;
+ --primary-cta: #d97063;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
- --secondary-cta-text: #120a00e6;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --secondary-cta: #fef1eb;
+ --secondary-cta-text: #2d1810;
+ --accent: #e8d0c4;
+ --background-accent: #d9a997;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);