Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -5,8 +5,8 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -43,14 +43,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Discover Authentic Maltese Artistry"
|
||||
<HeroLogoBillboard
|
||||
logoText="L-Artigjana"
|
||||
description="L-Artigjana is a creative hub showcasing unique, handmade treasures crafted locally by talented women artisans in the heart of Rabat."
|
||||
testimonials={[
|
||||
{ name: "Abigail Cassar", handle: "@abigail", testimonial: "Lovely shop showcasing items made by local female artisans. Full of little treasures and unique items perfect for gifting.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164910.jpg?_wi=1", imageAlt: "gift shop interior artisanal crafts" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-essentials-pottery-studio_23-2150164910.jpg?_wi=2"
|
||||
imageAlt="Handcrafted gifts at L-Artigjana"
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyePlZHwJV7P7hJGmeKN9goKqt/uploaded-1778418573584-n3990ge5.jpg"
|
||||
imageAlt="L-Artigjana Brand Logo"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,19 +148,19 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
<FooterLogoEmphasis
|
||||
logoText="L-Artigjana"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ceramic-pottery-tools-still-life_23-2150197308.jpg"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyePlZHwJV7P7hJGmeKN9goKqt/uploaded-1778418573584-n3990ge5.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact", items: [
|
||||
items: [
|
||||
{ label: "73 St Rita St, Rabat", href: "#" },
|
||||
{ label: "info@l-artigjana.com", href: "mailto:info@l-artigjana.com" },
|
||||
{ label: "+356 2145 0000", href: "tel:+35621450000" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
items: [
|
||||
{ label: "Instagram", href: "https://www.instagram.com/l.artigjana/" },
|
||||
{ label: "Facebook", href: "https://www.facebook.com/l.artigjana/" }
|
||||
]
|
||||
@@ -172,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user