Update src/app/page.tsx

This commit is contained in:
2026-05-27 23:36:56 +00:00
parent c7a4ac371e
commit 6d9275cc35

View File

@@ -32,33 +32,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Souvenirs Salas"
/>
@@ -70,39 +56,23 @@ export default function LandingPage() {
description="Your Home for Authentic Mallorcan Treasures in Can Picafort"
buttons={[
{
text: "Explore Our Collections",
href: "#products",
},
text: "Explore Our Collections", href: "#products"},
{
text: "Visit Us Today",
href: "#contact",
},
text: "Visit Us Today", href: "#contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg",
imageAlt: "Inside Souvenirs Salas shop with diverse products",
},
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-souvenirs-shop-side-view_23-2149726228.jpg", imageAlt: "Inside Souvenirs Salas shop with diverse products"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-hipster-beautiful-couple-sitting-colorful-cafe-flirty-fashion-outfit-trendy-outfit-sunglasses-tropical-vacation-holiday-romance-honey-moon-smiling-happy-listening-music_285396-5928.jpg",
imageAlt: "Souvenirs near a beautiful beach in Can Picafort",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-hipster-beautiful-couple-sitting-colorful-cafe-flirty-fashion-outfit-trendy-outfit-sunglasses-tropical-vacation-holiday-romance-honey-moon-smiling-happy-listening-music_285396-5928.jpg", imageAlt: "Souvenirs near a beautiful beach in Can Picafort"},
{
imageSrc: "http://img.b2bpic.net/free-photo/clsoe-up-hands-doing-pottery_23-2148944919.jpg",
imageAlt: "Colorful Mallorcan ceramic pottery",
},
imageSrc: "http://img.b2bpic.net/free-photo/clsoe-up-hands-doing-pottery_23-2148944919.jpg", imageAlt: "Colorful Mallorcan ceramic pottery"},
{
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12254.jpg",
imageAlt: "Handcrafted leather goods from Mallorca",
},
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12254.jpg", imageAlt: "Handcrafted leather goods from Mallorca"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sliced-brown-bread-with-salt-empty-wooden-spoon-blue-background_114579-45539.jpg",
imageAlt: "Artisan olive wood carvings",
},
imageSrc: "http://img.b2bpic.net/free-photo/sliced-brown-bread-with-salt-empty-wooden-spoon-blue-background_114579-45539.jpg", imageAlt: "Artisan olive wood carvings"},
{
imageSrc: "http://img.b2bpic.net/free-photo/sausage-slices-with-cheese-cubes-olives-crackers-wooden-board-with-dry-fish_114579-8804.jpg",
imageAlt: "Local Mallorcan food products and delicacies",
},
imageSrc: "http://img.b2bpic.net/free-photo/sausage-slices-with-cheese-cubes-olives-crackers-wooden-board-with-dry-fish_114579-8804.jpg", imageAlt: "Local Mallorcan food products and delicacies"},
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -114,18 +84,12 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Your Authentic Taste of Mallorca"
description={[
"Welcome to Souvenirs Salas, a cherished local shop in the heart of Can Picafort, Mallorca. For decades, we've been dedicated to bringing you the finest selection of authentic Mallorcan and Spanish souvenirs.",
"Our collection ranges from traditional ceramics and artisan crafts to local delicacies and unique gifts, each piece telling a story of our beautiful island. We pride ourselves on quality, authenticity, and a warm, welcoming shopping experience for every visitor. Find the perfect memento of your Mallorcan adventure with us.",
]}
"Welcome to Souvenirs Salas, a cherished local shop in the heart of Can Picafort, Mallorca. For decades, we've been dedicated to bringing you the finest selection of authentic Mallorcan and Spanish souvenirs.", "Our collection ranges from traditional ceramics and artisan crafts to local delicacies and unique gifts, each piece telling a story of our beautiful island. We pride ourselves on quality, authenticity, and a warm, welcoming shopping experience for every visitor. Find the perfect memento of your Mallorcan adventure with us."]}
buttons={[
{
text: "Our Story",
href: "#",
},
text: "Our Story", href: "#"},
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
]}
/>
</div>
@@ -138,53 +102,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Mallorcan Ceramic Plate",
price: "€24.99",
variant: "Hand-painted Sun",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-flower-vase_23-2149672976.jpg",
imageAlt: "Hand-painted Mallorcan ceramic plate",
},
id: "1", name: "Mallorcan Ceramic Plate", price: "€24.99", variant: "Hand-painted Sun", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-flower-vase_23-2149672976.jpg", imageAlt: "Hand-painted Mallorcan ceramic plate"},
{
id: "2",
name: "Beach Keyring Set",
price: "€9.50",
variant: "Set of 3",
imageSrc: "http://img.b2bpic.net/free-photo/summer-composition-with-souvenirs_23-2147656276.jpg",
imageAlt: "Beach-themed keychains",
},
id: "2", name: "Beach Keyring Set", price: "€9.50", variant: "Set of 3", imageSrc: "http://img.b2bpic.net/free-photo/summer-composition-with-souvenirs_23-2147656276.jpg", imageAlt: "Beach-themed keychains"},
{
id: "3",
name: "Traditional Espadrilles",
price: "€35.00",
variant: "Various Sizes",
imageSrc: "http://img.b2bpic.net/free-photo/shoes-shelf_1339-3215.jpg",
imageAlt: "Traditional Spanish espadrilles",
},
id: "3", name: "Traditional Espadrilles", price: "€35.00", variant: "Various Sizes", imageSrc: "http://img.b2bpic.net/free-photo/shoes-shelf_1339-3215.jpg", imageAlt: "Traditional Spanish espadrilles"},
{
id: "4",
name: "Local Olive Oil",
price: "€18.75",
variant: "500ml Bottle",
imageSrc: "http://img.b2bpic.net/free-photo/olive-oil-olives-tomatoes-wooden-background_93675-135357.jpg",
imageAlt: "Bottle of local Mallorcan olive oil",
},
id: "4", name: "Local Olive Oil", price: "€18.75", variant: "500ml Bottle", imageSrc: "http://img.b2bpic.net/free-photo/olive-oil-olives-tomatoes-wooden-background_93675-135357.jpg", imageAlt: "Bottle of local Mallorcan olive oil"},
{
id: "5",
name: "Handmade Straw Bag",
price: "€49.00",
variant: "Natural Fiber",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440675.jpg",
imageAlt: "Handmade straw bag",
},
id: "5", name: "Handmade Straw Bag", price: "€49.00", variant: "Natural Fiber", imageSrc: "http://img.b2bpic.net/free-photo/still-life-beach-bag-ready-travel_23-2150440675.jpg", imageAlt: "Handmade straw bag"},
{
id: "6",
name: "Mallorcan Textile Blanket",
price: "€59.99",
variant: "Geometric Pattern",
imageSrc: "http://img.b2bpic.net/free-photo/golden-lace-stripes-garment_23-2147921791.jpg",
imageAlt: "Colorful Mallorcan textile blanket",
},
id: "6", name: "Mallorcan Textile Blanket", price: "€59.99", variant: "Geometric Pattern", imageSrc: "http://img.b2bpic.net/free-photo/golden-lace-stripes-garment_23-2147921791.jpg", imageAlt: "Colorful Mallorcan textile blanket"},
]}
title="Discover Our Unique Souvenirs"
description="Explore a curated selection of handcrafted treasures and local delights, perfect for remembering your trip or gifting to loved ones."
@@ -195,37 +123,20 @@ export default function LandingPage() {
<FeatureCardTwentyThree
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
id: "f1",
title: "Authentic Local Crafts",
tags: [
"Handmade",
"Traditional",
],
imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-working-with-hardwood-workshop-blowing-off-sawdust_342744-1441.jpg",
imageAlt: "Artisan painting ceramics",
},
id: "f1", title: "Authentic Local Crafts", tags: [
"Handmade", "Traditional"],
imageSrc: "http://img.b2bpic.net/free-photo/senior-carpenter-craftsman-working-with-hardwood-workshop-blowing-off-sawdust_342744-1441.jpg", imageAlt: "Artisan painting ceramics"},
{
id: "f2",
title: "Friendly & Welcoming Service",
tags: [
"Family-owned",
"Personalized",
],
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-having-fun-fair_23-2148344609.jpg",
imageAlt: "Happy tourists shopping in a souvenir store",
},
id: "f2", title: "Friendly & Welcoming Service", tags: [
"Family-owned", "Personalized"],
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-having-fun-fair_23-2148344609.jpg", imageAlt: "Happy tourists shopping in a souvenir store"},
{
id: "f3",
title: "Prime Location in Can Picafort",
tags: [
"Central",
"Accessible",
],
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-ponta-da-piedade-lagos-portugal-beauty-landscape-rugged-seaside-cliffs-aqua-ocean-waters-algarve-region-portugal_231208-6934.jpg",
imageAlt: "Map highlighting Can Picafort",
},
id: "f3", title: "Prime Location in Can Picafort", tags: [
"Central", "Accessible"],
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-ponta-da-piedade-lagos-portugal-beauty-landscape-rugged-seaside-cliffs-aqua-ocean-waters-algarve-region-portugal_231208-6934.jpg", imageAlt: "Map highlighting Can Picafort"},
]}
title="Why Choose Souvenirs Salas?"
description="We offer more than just souvenirs; we offer a piece of Mallorca. Experience our commitment to quality, authenticity, and customer delight."
@@ -239,73 +150,31 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sophie L.",
role: "Tourist",
company: "UK",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blonde-woman-holding-vintage-camera-sticking-tongue-out-happy-with-funny-expression_839833-3025.jpg",
imageAlt: "Sophie, a happy tourist",
},
id: "1", name: "Sophie L.", role: "Tourist", company: "UK", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-blonde-woman-holding-vintage-camera-sticking-tongue-out-happy-with-funny-expression_839833-3025.jpg", imageAlt: "Sophie, a happy tourist"},
{
id: "2",
name: "The Garcia Family",
role: "Visitors",
company: "Spain",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-two-confused-guys-wearing-santa-hats-holding-christmas-presents-sharing-secrets-beige-isolated-background_140725-49962.jpg",
imageAlt: "The Garcia Family",
},
id: "2", name: "The Garcia Family", role: "Visitors", company: "Spain", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-two-confused-guys-wearing-santa-hats-holding-christmas-presents-sharing-secrets-beige-isolated-background_140725-49962.jpg", imageAlt: "The Garcia Family"},
{
id: "3",
name: "Mark D.",
role: "Traveler",
company: "Germany",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-caucasian-man-wearing-blue-party-hat-holds-looks-gift-boxes_141793-99975.jpg",
imageAlt: "Mark, a satisfied traveler",
},
id: "3", name: "Mark D.", role: "Traveler", company: "Germany", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-caucasian-man-wearing-blue-party-hat-holds-looks-gift-boxes_141793-99975.jpg", imageAlt: "Mark, a satisfied traveler"},
{
id: "4",
name: "Elena R.",
role: "Souvenir Hunter",
company: "Italy",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-holding-packages-looking-camera_651396-110.jpg",
imageAlt: "Elena, a souvenir hunter",
},
id: "4", name: "Elena R.", role: "Souvenir Hunter", company: "Italy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-holding-packages-looking-camera_651396-110.jpg", imageAlt: "Elena, a souvenir hunter"},
{
id: "5",
name: "Mr. & Mrs. Schmidt",
role: "Holidaymakers",
company: "Switzerland",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-bag-surprised-friend_23-2147950283.jpg",
imageAlt: "Mr. & Mrs. Schmidt, happy holidaymakers",
},
id: "5", name: "Mr. & Mrs. Schmidt", role: "Holidaymakers", company: "Switzerland", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-bag-surprised-friend_23-2147950283.jpg", imageAlt: "Mr. & Mrs. Schmidt, happy holidaymakers"},
{
id: "6",
name: "Julia P.",
role: "Explorer",
company: "France",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-surprise-mother-near-sea_23-2147784483.jpg",
imageAlt: "Julia, an explorer",
},
id: "6", name: "Julia P.", role: "Explorer", company: "France", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-surprise-mother-near-sea_23-2147784483.jpg", imageAlt: "Julia, an explorer"},
]}
kpiItems={[
{
value: "5 Stars",
label: "Average Rating",
},
value: "5 Stars", label: "Average Rating"},
{
value: "100+",
label: "Unique Crafts",
},
value: "100+", label: "Unique Crafts"},
{
value: "Decades",
label: "Serving Tourists",
},
value: "Decades", label: "Serving Tourists"},
]}
title="What Our Visitors Say"
description="Hear from happy customers who took a piece of Mallorca home with them."
@@ -317,14 +186,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Can Picafort Tourism",
"Mallorca Artisan Guild",
"Local Hotel Association",
"Island Tour Operators",
"Eco-Friendly Mallorca",
"Mediterranean Cruise Lines",
"Mallorcan Gastronomy",
]}
"Can Picafort Tourism", "Mallorca Artisan Guild", "Local Hotel Association", "Island Tour Operators", "Eco-Friendly Mallorca", "Mediterranean Cruise Lines", "Mallorcan Gastronomy"]}
title="Trusted by Local Tourism & Artisan Networks"
description="We are proud partners with key organizations in Mallorca, ensuring authenticity and quality."
/>
@@ -336,30 +198,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "What types of souvenirs do you offer?",
content: "We offer a wide range including traditional Mallorcan ceramics, handmade leather goods, olive wood products, local food delicacies, beach accessories, and unique artisanal crafts.",
},
id: "faq1", title: "What types of souvenirs do you offer?", content: "We offer a wide range including traditional Mallorcan ceramics, handmade leather goods, olive wood products, local food delicacies, beach accessories, and unique artisanal crafts."},
{
id: "faq2",
title: "Do you offer international shipping?",
content: "Currently, we focus on in-store sales for the best experience. However, we can arrange local delivery within Mallorca for larger items. Please inquire at the shop.",
},
id: "faq2", title: "Do you offer international shipping?", content: "Currently, we focus on in-store sales for the best experience. However, we can arrange local delivery within Mallorca for larger items. Please inquire at the shop."},
{
id: "faq3",
title: "Are your products truly handmade and local?",
content: "Yes, we prioritize sourcing our products from local Mallorcan artisans and producers. We ensure that each item reflects the authentic craftsmanship and spirit of the island.",
},
id: "faq3", title: "Are your products truly handmade and local?", content: "Yes, we prioritize sourcing our products from local Mallorcan artisans and producers. We ensure that each item reflects the authentic craftsmanship and spirit of the island."},
{
id: "faq4",
title: "What are your opening hours?",
content: "Our shop is open Monday to Saturday from 10:00 AM to 7:00 PM. We are closed on Sundays. Holiday hours may vary, please check our contact section for updates.",
},
id: "faq4", title: "What are your opening hours?", content: "Our shop is open Monday to Saturday from 10:00 AM to 7:00 PM. We are closed on Sundays. Holiday hours may vary, please check our contact section for updates."},
{
id: "faq5",
title: "Can I return or exchange items?",
content: "We offer exchanges for items of equal value within 7 days of purchase, provided the item is in its original condition with a receipt. Refunds are not typically offered for souvenir items.",
},
id: "faq5", title: "Can I return or exchange items?", content: "We offer exchanges for items of equal value within 7 days of purchase, provided the item is in its original condition with a receipt. Refunds are not typically offered for souvenir items."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our shop, products, and location."
@@ -371,18 +218,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Find Your Perfect Souvenir in Can Picafort"
buttons={[
{
text: "Get Directions",
href: "https://maps.app.goo.gl/YourGoogleMapsLink",
},
text: "Get Directions", href: "https://maps.app.goo.gl/YourGoogleMapsLink"},
{
text: "Call Us: +34 123 456 789",
href: "tel:+34123456789",
},
text: "Call Us: +34 123 456 789", href: "tel:+34123456789"},
]}
/>
</div>
@@ -392,58 +234,35 @@ export default function LandingPage() {
logoText="Souvenirs Salas"
columns={[
{
title: "Shop",
items: [
title: "Shop", items: [
{
label: "Ceramics",
href: "#products",
},
label: "Ceramics", href: "#products"},
{
label: "Leather Goods",
href: "#products",
},
label: "Leather Goods", href: "#products"},
{
label: "Local Delicacies",
href: "#products",
},
label: "Local Delicacies", href: "#products"},
{
label: "Beach Gear",
href: "#products",
},
label: "Beach Gear", href: "#products"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Shipping Info",
href: "#",
},
label: "Shipping Info", href: "#"},
{
label: "Returns",
href: "#",
},
label: "Returns", href: "#"},
],
},
]}