diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c688175..8d3f196 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,10 +21,10 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - title: "Phloetiq | Custom Fragrance Oils Crafted for You", description: "Discover artisan-crafted custom fragrance oils inspired by luxury perfumes. Personalize your scent with Phloetiq's expert blending and premium ingredients.", keywords: "custom fragrance, fragrance oils, perfume, luxury scent, artisan oils, custom blend, personalized fragrance", openGraph: { - title: "Phloetiq | Premium Custom Fragrance Oils", description: "Craft your signature scent with our custom fragrance oils. Luxury, personalized, and long-lasting.", type: "website", siteName: "Phloetiq"}, + title: "PhloetiQ Custom Oils | Premium Fragrance Oils Crafted for You", description: "Discover artisan-crafted custom fragrance oils inspired by luxury perfumes. Personalize your scent with PhloetiQ's expert blending and premium ingredients.", keywords: "custom fragrance, fragrance oils, perfume, luxury scent, artisan oils, custom blend, personalized fragrance", openGraph: { + title: "PhloetiQ Custom Oils | Premium Custom Fragrance Oils", description: "Craft your signature scent with our custom fragrance oils. Luxury, personalized, and long-lasting.", type: "website", siteName: "PhloetiQ Custom Oils"}, twitter: { - card: "summary_large_image", title: "Phloetiq | Custom Fragrance Oils", description: "Experience luxury fragrance crafted just for you"}, + card: "summary_large_image", title: "PhloetiQ Custom Oils | Custom Fragrance Oils", description: "Experience luxury fragrance crafted just for you"}, }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index e1fd6c1..0fa4630 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Award, Droplet, Heart, Globe, Crown, Sparkles, Zap, TrendingUp } from 'lucide-react'; +import { Award, Droplet, Heart, Globe, Crown, Sparkles, Zap, TrendingUp, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,7 +27,7 @@ export default function LandingPage() { > @@ -141,7 +141,7 @@ export default function LandingPage() {