Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 22bd2a2fd5 | |||
| b73e9cad21 | |||
| c1ab14df9e |
@@ -10,7 +10,6 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
|||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
||||||
import { Award, CheckCircle, Zap } from "lucide-react";
|
import { Award, CheckCircle, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -165,34 +164,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonial" data-section="testimonial">
|
|
||||||
<TestimonialCardOne
|
|
||||||
animationType="depth-3d"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1", name: "Valur ásberg ", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-car-repairman-young-businessman-handshaking-auto-repair-shop_637285-4249.jpg"},
|
|
||||||
{
|
|
||||||
id: "2", name: "Arnar þórison ", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Bóbo ", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479592.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Sigrún Jónasdóttir", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Páll Pálsson", role: "Viðskiptavinur", company: "Baldur", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg"},
|
|
||||||
]}
|
|
||||||
title="Viðskiptavinir segja"
|
|
||||||
description="Við leggjum áherslu á ánægju viðskiptavina okkar."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user