Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-10 12:52:25 +00:00

View File

@@ -12,7 +12,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Facebook, Instagram, Sparkles, MapPin, Mail, Phone } from "lucide-react";
import { Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -38,7 +38,6 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="L-Artigjana"
button={{ text: "Shop Now", href: "#products" }}
/>
</div>
@@ -101,6 +100,7 @@ export default function LandingPage() {
<SocialProofOne
useInvertedBackground={false}
names={["Maltese Women Artisans", "Traditional Filigree", "Unique Handcrafted Gifts"]}
textboxLayout="default"
title="Supporting Local Craftsmanship"
description="We pride ourselves on promoting the creative brilliance of our community."
/>
@@ -131,6 +131,7 @@ export default function LandingPage() {
title="Questions & Answers"
description="Find answers to common questions about our shop."
faqsAnimation="blur-reveal"
textboxLayout="default"
imageSrc="http://img.b2bpic.net/free-photo/interior-flower-shop_181624-58301.jpg"
/>
</div>
@@ -142,6 +143,7 @@ export default function LandingPage() {
description="We are located at 73 St Rita Street, Rabat. Stop by for authentic gifts and friendly artisan chats."
buttons={[{ text: "Get Directions", href: "#" }]}
useInvertedBackground={true}
background={{ variant: "plain" }}
/>
</div>