u
@@ -34,7 +34,7 @@
|
||||
</MudItem>
|
||||
<MudItem xs="12" md="6">
|
||||
<MudPaper Class="pa-8 rounded-xl" Style="background: radial-gradient(600px 280px at 120% 0, #daccff 0, transparent 60%), radial-gradient(600px 280px at -10% 100%, #ffe2f2 0, transparent 60%), linear-gradient(180deg, #fff, #fbfaff);">
|
||||
<MudImage Src="https://images.unsplash.com/photo-1522071820081-009f0129c71c?q=80&w=800&auto=format&fit=crop"
|
||||
<MudImage Src="images/team-work.jpg"
|
||||
Alt="جلسه تیم فروش و شبکهسازی"
|
||||
ObjectFit="ObjectFit.Cover"
|
||||
ObjectPosition="ObjectPosition.Center"
|
||||
@@ -148,7 +148,7 @@
|
||||
<MudAvatar Size="Size.Large" Class="mb-3">
|
||||
<MudImage ObjectFit="ObjectFit.Cover"
|
||||
ObjectPosition="ObjectPosition.Center"
|
||||
Src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?q=80&w=256&auto=format&fit=crop" />
|
||||
Src="images/avatar3.jpg" />
|
||||
</MudAvatar>
|
||||
<MudText Typo="Typo.h6" Class="mb-1">علی رضایی</MudText>
|
||||
<MudText Typo="Typo.body2" Class="mud-text-secondary mb-2">مدیرعامل</MudText>
|
||||
@@ -162,7 +162,7 @@
|
||||
<MudAvatar Size="Size.Large" Class="mb-3">
|
||||
<MudImage ObjectFit="ObjectFit.Cover"
|
||||
ObjectPosition="ObjectPosition.Center"
|
||||
Src="https://images.unsplash.com/photo-1494790108755-2616b612b786?q=80&w=256&auto=format&fit=crop" />
|
||||
Src="images/avatar4.jpg" />
|
||||
</MudAvatar>
|
||||
<MudText Typo="Typo.h6" Class="mb-1">مریم احمدی</MudText>
|
||||
<MudText Typo="Typo.body2" Class="mud-text-secondary mb-2">مدیر محصول</MudText>
|
||||
@@ -176,7 +176,7 @@
|
||||
<MudAvatar Size="Size.Large" Class="mb-3">
|
||||
<MudImage ObjectFit="ObjectFit.Cover"
|
||||
ObjectPosition="ObjectPosition.Center"
|
||||
Src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=80&w=256&auto=format&fit=crop" />
|
||||
Src="images/avatar5.jpg" />
|
||||
</MudAvatar>
|
||||
<MudText Typo="Typo.h6" Class="mb-1">حسن کریمی</MudText>
|
||||
<MudText Typo="Typo.body2" Class="mud-text-secondary mb-2">مدیر فنی</MudText>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
<MudItem xs="12" md="6">
|
||||
<MudPaper Class="pa-8 rounded-xl" Style="background: radial-gradient(600px 280px at 120% 0, #daccff 0, transparent 60%), radial-gradient(600px 280px at -10% 100%, #ffe2f2 0, transparent 60%), linear-gradient(180deg, #fff, #fbfaff);">
|
||||
<MudImage Src="https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?q=80&w=1200&auto=format&fit=crop"
|
||||
<MudImage Src="images/team-meeting.jpg"
|
||||
Alt="جلسه تیم فروش و شبکهسازی"
|
||||
ObjectFit="ObjectFit.Cover"
|
||||
ObjectPosition="ObjectPosition.Center"
|
||||
@@ -289,7 +289,7 @@
|
||||
<MudAvatar>
|
||||
<MudImage ObjectFit="ObjectFit.Cover"
|
||||
ObjectPosition="ObjectPosition.Center"
|
||||
Src="https://images.unsplash.com/photo-1607746882042-944635dfe10e?q=80&w=256&auto=format&fit=crop"></MudImage>
|
||||
Src="images/avatar1.jpg"></MudImage>
|
||||
</MudAvatar>
|
||||
<div>
|
||||
<MudText Typo="Typo.subtitle2">شرکت سینا نت</MudText>
|
||||
@@ -310,7 +310,7 @@
|
||||
<MudAvatar>
|
||||
<MudImage ObjectFit="ObjectFit.Cover"
|
||||
ObjectPosition="ObjectPosition.Center"
|
||||
Src="https://images.unsplash.com/photo-1544005313-94ddf0286df2?q=80&w=256&auto=format&fit=crop"></MudImage>
|
||||
Src="images/avatar2.jpg"></MudImage>
|
||||
</MudAvatar>
|
||||
<div>
|
||||
<MudText Typo="Typo.subtitle2">هولدینگ آریانا</MudText>
|
||||
|
||||
@@ -137,8 +137,8 @@ public partial class PackageDetail : IDisposable
|
||||
// TODO: Load related packages from API
|
||||
_relatedPackages = new List<RelatedPackage>
|
||||
{
|
||||
new() { Id = "2", Title = "پکیج رشد", ShortDescription = "مناسب برای تیمهای در حال توسعه", Image = "https://images.unsplash.com/photo-1552664730-d307ca884978?q=80&w=400", Pricing = new PricingInfo { FinalPrice = 750000 } },
|
||||
new() { Id = "3", Title = "پکیج حرفهای", ShortDescription = "برای کسبوکارهای بزرگ", Image = "https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=400", Pricing = new PricingInfo { FinalPrice = 1200000 } }
|
||||
new() { Id = "2", Title = "پکیج رشد", ShortDescription = "مناسب برای تیمهای در حال توسعه", Image = "images/package1.jpg", Pricing = new PricingInfo { FinalPrice = 750000 } },
|
||||
new() { Id = "3", Title = "پکیج حرفهای", ShortDescription = "برای کسبوکارهای بزرگ", Image = "images/package2.jpg", Pricing = new PricingInfo { FinalPrice = 1200000 } }
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
BIN
src/FrontOffice.Main/wwwroot/images/avatar1.jpg
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
src/FrontOffice.Main/wwwroot/images/avatar2.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
src/FrontOffice.Main/wwwroot/images/avatar3.jpg
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
1
src/FrontOffice.Main/wwwroot/images/avatar4.jpg
Normal file
@@ -0,0 +1 @@
|
||||
<html><body>404</body></html>
|
||||
BIN
src/FrontOffice.Main/wwwroot/images/avatar5.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/FrontOffice.Main/wwwroot/images/package1.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
src/FrontOffice.Main/wwwroot/images/package2.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
src/FrontOffice.Main/wwwroot/images/team-meeting.jpg
Normal file
|
After Width: | Height: | Size: 113 KiB |
BIN
src/FrontOffice.Main/wwwroot/images/team-work.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |