Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
description="Fresh, delicious baked goods made daily. Discover our signature sandwiches, premium cakes, and artisan pastries."
|
||||
tag="Premium Bakery"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg", imageAlt: "Fresh bread and pastries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-cake-plate_23-2148622274.jpg", imageAlt: "Premium chocolate cake" },
|
||||
@@ -73,6 +73,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg"
|
||||
imageAlt="Circles Bakery interior with warm ambiance"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,7 +138,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", name: "M Sohail Ghani", role: "Food Enthusiast", company: "Sahiwal Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "M Sohail Ghani"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "M Sohail Ghani"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Hadi Rehman", role: "Customer", company: "Circles Bakery Fan", rating: 5,
|
||||
@@ -145,15 +146,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ahmed Khan", role: "Event Planner", company: "Celebrations & Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Ahmed Khan"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Ahmed Khan"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Fatima Hassan", role: "Frequent Customer", company: "Sahiwal Families", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Fatima Hassan"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Hassan"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Sara Ali", role: "Corporate Buyer", company: "Office Catering", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Sara Ali"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Sara Ali"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user