Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 05e9a17af0 | |||
| 51d4dd7222 |
@@ -9,7 +9,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Crown, Facebook, Instagram, Pinterest, Sparkles, Star, TrendingUp, Twitter } from 'lucide-react';
|
||||
import { Crown, Facebook, Instagram, Sparkles, Star, TrendingUp, Twitter, Pin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -249,7 +249,7 @@ export default function LandingPage() {
|
||||
href: "#", ariaLabel: "Follow us on Twitter"
|
||||
},
|
||||
{
|
||||
icon: Pinterest,
|
||||
icon: Pin,
|
||||
href: "#", ariaLabel: "Pin us on Pinterest"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -38,6 +38,7 @@ function ShopPageContent() {
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Luxury Haven Hotel"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -69,6 +70,7 @@ function ShopPageContent() {
|
||||
{"name":"Shop","id":"/shop"}
|
||||
]}
|
||||
brandName="Luxury Haven Hotel"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
|
||||
Reference in New Issue
Block a user